Color spaces of #596aed
RGB | 89 | 106 | 237 |
---|---|---|---|
HSL | 0.65 | 0.80 | 0.64 |
HSV | 233° | 62° | 93° |
CMYK | 0.62 | 0.55 | 0.00 0.07 |
XYZ | 24.5599 | 18.5463 | 82.4061 |
Yxy | 18.5463 | 0.1957 | 0.1478 |
Hunter Lab | 43.0654 | 26.4328 | -83.3062 |
CIE-Lab | 50.1521 | 33.3298 | -68.2067 |
#596aed color RGB value is (89,106,237).
#596aed hex color red value is 89, green value is 106 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #596aed hue: 0.65 , saturation: 0.80 and the lightness value of 596aed is 0.64.
The process color (four color CMYK) of #596aed color hex is 0.62, 0.55, 0.00, 0.07. Web safe color of #596aed is #6666ff. Color #596aed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 01101010 | 11101101 |
Octal | 131 | 152 | 355 |
Decimal | 89 | 106 | 237 |
Hex | 59 | 6A | ED |
Shades of #596aed
Tints of #596aed
RGB Percentages of Color #596aed
CMYK Percentages of Color #596aed
Complementary Color
#596aed | #eddc59 |
#596aed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#596aed Color Preview on White Background
Lorem ipsum dolor sit amet.
#596aed Color CSS Codes
.mybgcolor {background-color:#596aed; } .myforecolor {color:#596aed; } .mybordercolor {border:3px solid #596aed; }
#596aed Text Font Color
<p style="color:#596aed">Text here</p>
This sample text font color is #596aed
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.
#596aed Background Color
<div style="background-color:#596aed">
Div content here</div>
This div background color is #596aed
#596aed Border Color
<div style="border:3px solid #596aed">
Div here</div>
This div border color is #596aed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,106,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #596aed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #596aed; -webkit-box-shadow: 1px 1px 3px 2px #596aed; box-shadow: 1px 1px 3px 2px #596aed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,106,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #596aed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #596aed; -webkit-box-shadow: 1px 1px 3px 2px #596aed; box-shadow: 1px 1px 3px 2px #596aed;">
Div content here</div>
This div box has shadow with color #596aed
Comments
No comments written yet.
Please login to write comment.