Color spaces of #592eaa
RGB | 89 | 46 | 170 |
---|---|---|---|
HSL | 0.72 | 0.57 | 0.42 |
HSV | 261° | 73° | 67° |
CMYK | 0.48 | 0.73 | 0.00 0.33 |
XYZ | 12.3525 | 6.9801 | 38.7265 |
Yxy | 6.9801 | 0.2128 | 0.1202 |
Hunter Lab | 26.4199 | 37.2221 | -68.4139 |
CIE-Lab | 31.7616 | 47.3964 | -59.3556 |
#592eaa color RGB value is (89,46,170).
#592eaa hex color red value is 89, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #592eaa hue: 0.72 , saturation: 0.57 and the lightness value of 592eaa is 0.42.
The process color (four color CMYK) of #592eaa color hex is 0.48, 0.73, 0.00, 0.33. Web safe color of #592eaa is #663399. Color #592eaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 00101110 | 10101010 |
Octal | 131 | 56 | 252 |
Decimal | 89 | 46 | 170 |
Hex | 59 | 2E | AA |
Shades of #592eaa
Tints of #592eaa
RGB Percentages of Color #592eaa
CMYK Percentages of Color #592eaa
Complementary Color
#592eaa | #7faa2e |
#592eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#592eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#592eaa Color CSS Codes
.mybgcolor {background-color:#592eaa; } .myforecolor {color:#592eaa; } .mybordercolor {border:3px solid #592eaa; }
#592eaa Text Font Color
<p style="color:#592eaa">Text here</p>
This sample text font color is #592eaa
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.
#592eaa Background Color
<div style="background-color:#592eaa">
Div content here</div>
This div background color is #592eaa
#592eaa Border Color
<div style="border:3px solid #592eaa">
Div here</div>
This div border color is #592eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,46,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #592eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #592eaa; -webkit-box-shadow: 1px 1px 3px 2px #592eaa; box-shadow: 1px 1px 3px 2px #592eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,46,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #592eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #592eaa; -webkit-box-shadow: 1px 1px 3px 2px #592eaa; box-shadow: 1px 1px 3px 2px #592eaa;">
Div content here</div>
This div box has shadow with color #592eaa
Comments
No comments written yet.
Please login to write comment.