- [FONT=century gothic]Randomize button? (select rando color(s))[/font]
I do this already. If you go to the "home" page by clicking on the title, it will pick a random web-safe color. Try refreshing a couple of times, and you'll see what I mean.
- [FONT=century gothic]use a small area to show Color text over colors.[/font]
I thought of that, but I'm not sure what colors I would choose. The complementary colors area shows how black and white look on the colors, but I'm not sure what other colors to choose.
[edit]
Ok, I did this. I am using a hidden div that is made visible by clicking the color sample on the right. Check it out and see if this is what you were talking about.
[/edit]
- [FONT=century gothic]attach color # to a name (find them on the net) i.e. 000000, FFFFFF (black white)[/font]
I thought of that, too. Wouldn't be too hard, as I think most of them are web-safe colors, anyway. The idea was to make the color picker pretty much self-contained, so it'd have to be an array, not a db lookup.
[edit]
Ok, I put in a select box where you can choose between all of the named colors. It will also default to the current named color if by some remote chance the user chooses it with the picker (very unlikely). To look up a specific color via the URL, simply type http://www.ultimatespin.com/projects/colors/colorpicker.php?color=HotPink , for example.
[/edit]
- [FONT=century gothic]you can also brake it up into Warm and Cool, pastel, Monochormic, split complementery, along with pimarie & secondrie[/font]
I'd love to do that as well, but I'm not sure there is a way to programmatically tell which category a certain color belongs to. The whole idea of this page is to allow users to choose any color on the 24-bit pallete and give some information about that color (web value, complements, closest web-safe color, etc.) You're talking about a site with true color wheel and color theory -- I may do that some time, but it's not exactly in the realm of this app.
[FONT=century gothic]that should keep you busy for some time 🙂[/font]
Yes, you're probably right, but my "free" time is pretty much occupied by other projects at the moment. But I do thank you for your suggestions. They are good ones 🙂