Color spaces of #591bdd
RGB | 89 | 27 | 221 |
---|---|---|---|
HSL | 0.72 | 0.78 | 0.49 |
HSV | 259° | 88° | 87° |
CMYK | 0.60 | 0.88 | 0.00 0.13 |
XYZ | 17.5629 | 8.1282 | 69.0498 |
Yxy | 8.1282 | 0.1854 | 0.0858 |
Hunter Lab | 28.5100 | 60.0681 | -123.6404 |
CIE-Lab | 34.2485 | 68.2004 | -85.1941 |
#591bdd color RGB value is (89,27,221).
#591bdd hex color red value is 89, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #591bdd hue: 0.72 , saturation: 0.78 and the lightness value of 591bdd is 0.49.
The process color (four color CMYK) of #591bdd color hex is 0.60, 0.88, 0.00, 0.13. Web safe color of #591bdd is #6633cc. Color #591bdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 00011011 | 11011101 |
Octal | 131 | 33 | 335 |
Decimal | 89 | 27 | 221 |
Hex | 59 | 1B | DD |
Shades of #591bdd
Tints of #591bdd
RGB Percentages of Color #591bdd
CMYK Percentages of Color #591bdd
Complementary Color
#591bdd | #9fdd1b |
#591bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#591bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#591bdd Color CSS Codes
.mybgcolor {background-color:#591bdd; } .myforecolor {color:#591bdd; } .mybordercolor {border:3px solid #591bdd; }
#591bdd Text Font Color
<p style="color:#591bdd">Text here</p>
This sample text font color is #591bdd
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.
#591bdd Background Color
<div style="background-color:#591bdd">
Div content here</div>
This div background color is #591bdd
#591bdd Border Color
<div style="border:3px solid #591bdd">
Div here</div>
This div border color is #591bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,27,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #591bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #591bdd; -webkit-box-shadow: 1px 1px 3px 2px #591bdd; box-shadow: 1px 1px 3px 2px #591bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,27,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #591bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #591bdd; -webkit-box-shadow: 1px 1px 3px 2px #591bdd; box-shadow: 1px 1px 3px 2px #591bdd;">
Div content here</div>
This div box has shadow with color #591bdd
Comments
No comments written yet.
Please login to write comment.