Color spaces of #59176f
RGB | 89 | 23 | 111 |
---|---|---|---|
HSL | 0.79 | 0.66 | 0.26 |
HSV | 285° | 79° | 44° |
CMYK | 0.20 | 0.79 | 0.00 0.56 |
XYZ | 7.2955 | 3.8843 | 15.4042 |
Yxy | 3.8843 | 0.2744 | 0.1461 |
Hunter Lab | 19.7086 | 31.5849 | -32.5448 |
CIE-Lab | 23.2852 | 43.1591 | -36.4802 |
#59176f color RGB value is (89,23,111).
#59176f hex color red value is 89, green value is 23 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #59176f hue: 0.79 , saturation: 0.66 and the lightness value of 59176f is 0.26.
The process color (four color CMYK) of #59176f color hex is 0.20, 0.79, 0.00, 0.56. Web safe color of #59176f is #660066. Color #59176f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 00010111 | 01101111 |
Octal | 131 | 27 | 157 |
Decimal | 89 | 23 | 111 |
Hex | 59 | 17 | 6F |
Shades of #59176f
Tints of #59176f
RGB Percentages of Color #59176f
CMYK Percentages of Color #59176f
Complementary Color
#59176f | #2d6f17 |
#59176f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#59176f Color Preview on White Background
Lorem ipsum dolor sit amet.
#59176f Color CSS Codes
.mybgcolor {background-color:#59176f; } .myforecolor {color:#59176f; } .mybordercolor {border:3px solid #59176f; }
#59176f Text Font Color
<p style="color:#59176f">Text here</p>
This sample text font color is #59176f
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.
#59176f Background Color
<div style="background-color:#59176f">
Div content here</div>
This div background color is #59176f
#59176f Border Color
<div style="border:3px solid #59176f">
Div here</div>
This div border color is #59176f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,23,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #59176f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #59176f; -webkit-box-shadow: 1px 1px 3px 2px #59176f; box-shadow: 1px 1px 3px 2px #59176f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,23,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #59176f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #59176f; -webkit-box-shadow: 1px 1px 3px 2px #59176f; box-shadow: 1px 1px 3px 2px #59176f;">
Div content here</div>
This div box has shadow with color #59176f
Comments
No comments written yet.
Please login to write comment.