Color spaces of #594cca
RGB | 89 | 76 | 202 |
---|---|---|---|
HSL | 0.68 | 0.54 | 0.55 |
HSV | 246° | 62° | 79° |
CMYK | 0.56 | 0.62 | 0.00 0.21 |
XYZ | 17.3649 | 11.5570 | 57.1926 |
Yxy | 11.5570 | 0.2016 | 0.1342 |
Hunter Lab | 33.9956 | 31.6853 | -75.9498 |
CIE-Lab | 40.5032 | 40.1661 | -63.9509 |
#594cca color RGB value is (89,76,202).
#594cca hex color red value is 89, green value is 76 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #594cca hue: 0.68 , saturation: 0.54 and the lightness value of 594cca is 0.55.
The process color (four color CMYK) of #594cca color hex is 0.56, 0.62, 0.00, 0.21. Web safe color of #594cca is #6633cc. Color #594cca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 01001100 | 11001010 |
Octal | 131 | 114 | 312 |
Decimal | 89 | 76 | 202 |
Hex | 59 | 4C | CA |
Shades of #594cca
Tints of #594cca
RGB Percentages of Color #594cca
CMYK Percentages of Color #594cca
Complementary Color
#594cca | #bdca4c |
#594cca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#594cca Color Preview on White Background
Lorem ipsum dolor sit amet.
#594cca Color CSS Codes
.mybgcolor {background-color:#594cca; } .myforecolor {color:#594cca; } .mybordercolor {border:3px solid #594cca; }
#594cca Text Font Color
<p style="color:#594cca">Text here</p>
This sample text font color is #594cca
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.
#594cca Background Color
<div style="background-color:#594cca">
Div content here</div>
This div background color is #594cca
#594cca Border Color
<div style="border:3px solid #594cca">
Div here</div>
This div border color is #594cca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,76,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #594cca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #594cca; -webkit-box-shadow: 1px 1px 3px 2px #594cca; box-shadow: 1px 1px 3px 2px #594cca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,76,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #594cca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #594cca; -webkit-box-shadow: 1px 1px 3px 2px #594cca; box-shadow: 1px 1px 3px 2px #594cca;">
Div content here</div>
This div box has shadow with color #594cca
Comments
No comments written yet.
Please login to write comment.