Color spaces of #590cce
RGB | 89 | 12 | 206 |
---|---|---|---|
HSL | 0.73 | 0.89 | 0.43 |
HSV | 264° | 94° | 81° |
CMYK | 0.57 | 0.94 | 0.00 0.19 |
XYZ | 15.3919 | 6.8430 | 58.9021 |
Yxy | 6.8430 | 0.1897 | 0.0843 |
Hunter Lab | 26.1591 | 59.2500 | -115.1910 |
CIE-Lab | 31.4468 | 68.0223 | -81.1574 |
#590cce color RGB value is (89,12,206).
#590cce hex color red value is 89, green value is 12 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #590cce hue: 0.73 , saturation: 0.89 and the lightness value of 590cce is 0.43.
The process color (four color CMYK) of #590cce color hex is 0.57, 0.94, 0.00, 0.19. Web safe color of #590cce is #6600cc. Color #590cce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 00001100 | 11001110 |
Octal | 131 | 14 | 316 |
Decimal | 89 | 12 | 206 |
Hex | 59 | C | CE |
Shades of #590cce
Tints of #590cce
RGB Percentages of Color #590cce
CMYK Percentages of Color #590cce
Complementary Color
#590cce | #81ce0c |
#590cce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#590cce Color Preview on White Background
Lorem ipsum dolor sit amet.
#590cce Color CSS Codes
.mybgcolor {background-color:#590cce; } .myforecolor {color:#590cce; } .mybordercolor {border:3px solid #590cce; }
#590cce Text Font Color
<p style="color:#590cce">Text here</p>
This sample text font color is #590cce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#590cce Background Color
<div style="background-color:#590cce">
Div content here</div>
This div background color is #590cce
#590cce Border Color
<div style="border:3px solid #590cce">
Div here</div>
This div border color is #590cce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,12,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #590cce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #590cce; -webkit-box-shadow: 1px 1px 3px 2px #590cce; box-shadow: 1px 1px 3px 2px #590cce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,12,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #590cce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #590cce; -webkit-box-shadow: 1px 1px 3px 2px #590cce; box-shadow: 1px 1px 3px 2px #590cce;">
Div content here</div>
This div box has shadow with color #590cce
Comments
No comments written yet.
Please login to write comment.