Is it possible to enter a color value in rgba values directly into the Color Picker or do I need to translate it into hex myself first? For example, I’d like to be able to type the following in:
rgba(40, 178, 218, 0.1)
Thanks!
Here is my site Read-Only: LINK (how to share your site Read-Only link)
If you click HSB:
It becomes RGB:
You have to type the numbers in manually though as far as I’m aware, which is annoying.
EDIT: I stand corrected, you can paste the full RGBA value into the hex area and it converts it! You have to enter the alpha manually though it seems.
Ahhh, I guess I should have clicked around. They should put something on that control to indicate that it’s clickable. Thanks!