Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   HTML (http://www.velocityreviews.com/forums/f31-html.html)
-   -   new HTML HEX color combinations chart (http://www.velocityreviews.com/forums/t391506-new-html-hex-color-combinations-chart.html)

Larry 11-02-2006 11:54 PM

new HTML HEX color combinations chart
 
I've just set up a new HTML HEX Color combinations chart on MuseMixer.

http://www.musemixer.com/HTML-Colors/

Whille I could find lots of nice HTML color charts, I couldn't find
one that showed combinations.

richard 11-03-2006 07:05 AM

Re: new HTML HEX color combinations chart
 

"Larry" <Larry@MuseMixer.com> wrote in message
news:ep0lk2l3fqfvn684cln0gp2rrofl3pitva@4ax.com...
> I've just set up a new HTML HEX Color combinations chart on MuseMixer.
>
> http://www.musemixer.com/HTML-Colors/
>
> Whille I could find lots of nice HTML color charts, I couldn't find
> one that showed combinations.


Just for kicks, years ago, I wrote a BASIC program that had a box within a
box and each box randomly changed colors.
Then I added other boxes to really make a show of colors.

You could probably easily do the same thing with php or javascript.

My mother thought that would be a good way to show which colors worked well
with other colors.

Now if you really want to get fancy, have 2 menu boxes where the user enters
hex numbers.
Then show only the 2 hex colors side by side.


Els 11-03-2006 07:53 AM

Re: new HTML HEX color combinations chart
 
Larry wrote:

> I've just set up a new HTML HEX Color combinations chart on MuseMixer.
>
> http://www.musemixer.com/HTML-Colors/


Handy :-)
One request though: can you make the hex numbers on the second page
clickable too? Saves going back to the first page to try a new colour.


--
Els http://locusmeus.com/
accessible web design: http://locusoptimus.com/

Brian Cryer 11-03-2006 10:39 AM

Re: new HTML HEX color combinations chart
 
"richard" <don@john.son> wrote in message
news:eieqb502fj6@news2.newsguy.com...
>
> "Larry" <Larry@MuseMixer.com> wrote in message
> news:ep0lk2l3fqfvn684cln0gp2rrofl3pitva@4ax.com...
>> I've just set up a new HTML HEX Color combinations chart on MuseMixer.
>>
>> http://www.musemixer.com/HTML-Colors/
>>
>> Whille I could find lots of nice HTML color charts, I couldn't find
>> one that showed combinations.

>
> Just for kicks, years ago, I wrote a BASIC program that had a box within a
> box and each box randomly changed colors.
> Then I added other boxes to really make a show of colors.
>
> You could probably easily do the same thing with php or javascript.
>
> My mother thought that would be a good way to show which colors worked
> well with other colors.
>
> Now if you really want to get fancy, have 2 menu boxes where the user
> enters hex numbers.
> Then show only the 2 hex colors side by side.


I have something similar to this on the bottom of one of my pages -
http://www.cryer.co.uk/resources/jav...ByColourNumber.
This lets you enter two colours by hex and shows how foreground text in one
colour sits on background text of another.
--
Brian Cryer
www.cryer.co.uk/brian



Els 11-03-2006 10:52 AM

Re: new HTML HEX color combinations chart
 
Brian Cryer wrote:

> http://www.cryer.co.uk/resources/jav...ByColourNumber.
> This lets you enter two colours by hex and shows how foreground text in one
> colour sits on background text of another.


Works nicely in IE, but doesn't do anything in FF?

--
Els http://locusmeus.com/
accessible web design: http://locusoptimus.com/

Now playing: De Dijk - Slechte gewoontes

Brian Cryer 11-03-2006 12:47 PM

Re: new HTML HEX color combinations chart
 
"Els" <els.aNOSPAM@tiscali.nl> wrote in message
news:gp3wktejppid$.9scmuccakqxt.dlg@40tude.net...
> Brian Cryer wrote:
>
>> http://www.cryer.co.uk/resources/jav...ByColourNumber.
>> This lets you enter two colours by hex and shows how foreground text in
>> one
>> colour sits on background text of another.

>
> Works nicely in IE, but doesn't do anything in FF?


Aaarr! or should that be oops!

I'll look into it .. its such an old page there is a lot I need to do to
update it, it still has "font" tags all over it. Well, it won't soon!

Thanks Els.



Els 11-03-2006 12:53 PM

Re: new HTML HEX color combinations chart
 
Brian Cryer wrote:

> its such an old page there is a lot I need to do to update it, it
> still has "font" tags all over it.


I kept quiet about that, and then you're voluntarily and publicly
admitting that?? <g>

> Well, it won't soon!


Good :-)

--
Els http://locusmeus.com/
accessible web design: http://locusoptimus.com/

Larry 11-03-2006 06:25 PM

Re: new HTML HEX color combinations chart
 
On Fri, 3 Nov 2006 08:53:26 +0100, Els <els.aNOSPAM@tiscali.nl> wrote:

>Larry wrote:
>
>> I've just set up a new HTML HEX Color combinations chart on MuseMixer.
>>
>> http://www.musemixer.com/HTML-Colors/

>
>Handy :-)
>One request though: can you make the hex numbers on the second page
>clickable too? Saves going back to the first page to try a new colour.



Good idea, I'm still working on that interface.

Actually, I was thinking of having the accent color hex link to a
third page that would show the primary next to thay accent along with
yet another set of accent colors. Could be useful if you wanted three
colors.

FluffyCat 11-03-2006 06:33 PM

Re: new HTML HEX color combinations chart
 
On Fri, 3 Nov 2006 10:39:21 -0000, "Brian Cryer"
<brian.cryer@127.0.0.1.ntlworld.com> wrote:

>"richard" <don@john.son> wrote in message
>news:eieqb502fj6@news2.newsguy.com...
>>
>> "Larry" <Larry@MuseMixer.com> wrote in message
>> news:ep0lk2l3fqfvn684cln0gp2rrofl3pitva@4ax.com...
>>> I've just set up a new HTML HEX Color combinations chart on MuseMixer.
>>>
>>> http://www.musemixer.com/HTML-Colors/
>>>
>>> Whille I could find lots of nice HTML color charts, I couldn't find
>>> one that showed combinations.

>>
>> Just for kicks, years ago, I wrote a BASIC program that had a box within a
>> box and each box randomly changed colors.
>> Then I added other boxes to really make a show of colors.
>>
>> You could probably easily do the same thing with php or javascript.
>>
>> My mother thought that would be a good way to show which colors worked
>> well with other colors.
>>
>> Now if you really want to get fancy, have 2 menu boxes where the user
>> enters hex numbers.
>> Then show only the 2 hex colors side by side.

>
>I have something similar to this on the bottom of one of my pages -
>http://www.cryer.co.uk/resources/jav...ByColourNumber.
>This lets you enter two colours by hex and shows how foreground text in one
>colour sits on background text of another.


That's pretty neat. Just shows you how many ways there are to display
color data. Seemed like just a straightforward chart when I
originally thought of creating the page...

dorayme 11-03-2006 08:58 PM

Re: new HTML HEX color combinations chart
 
In article <486dnTRjperGgdbYRVnyjg@pipex.net>,
"Brian Cryer" <brian.cryer@127.0.0.1.ntlworld.com> wrote:

> I have something similar to this on the bottom of one of my pages -
> http://www.cryer.co.uk/resources/jav...olourByColourN
> umber.
> This lets you enter two colours by hex and shows how foreground text in one
> colour sits on background text of another.


Neat... be nicer still if it the display area could bit bigger
(perhaps a link to where it could be bigger without mucking up
your page).

--
dorayme


All times are GMT. The time now is 09:54 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57