Color spaces of #80605f
RGB | 128 | 96 | 95 |
---|---|---|---|
HSL | 0.01 | 0.15 | 0.44 |
HSV | 2° | 26° | 50° |
CMYK | 0.00 | 0.25 | 0.26 0.50 |
XYZ | 15.1505 | 13.7812 | 12.6880 |
Yxy | 13.7812 | 0.3640 | 0.3311 |
Hunter Lab | 37.1230 | 7.8834 | 5.7219 |
CIE-Lab | 43.9175 | 12.8370 | 5.6181 |
#80605f color RGB value is (128,96,95).
#80605f hex color red value is 128, green value is 96 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #80605f hue: 0.01 , saturation: 0.15 and the lightness value of 80605f is 0.44.
The process color (four color CMYK) of #80605f color hex is 0.00, 0.25, 0.26, 0.50. Web safe color of #80605f is #996666. Color #80605f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01100000 | 01011111 |
Octal | 200 | 140 | 137 |
Decimal | 128 | 96 | 95 |
Hex | 80 | 60 | 5F |
Shades of #80605f
Tints of #80605f
RGB Percentages of Color #80605f
CMYK Percentages of Color #80605f
Complementary Color
#80605f | #5f7f80 |
#80605f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80605f Color Preview on White Background
Lorem ipsum dolor sit amet.
#80605f Color CSS Codes
.mybgcolor {background-color:#80605f; } .myforecolor {color:#80605f; } .mybordercolor {border:3px solid #80605f; }
#80605f Text Font Color
<p style="color:#80605f">Text here</p>
This sample text font color is #80605f
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.
#80605f Background Color
<div style="background-color:#80605f">
Div content here</div>
This div background color is #80605f
#80605f Border Color
<div style="border:3px solid #80605f">
Div here</div>
This div border color is #80605f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,96,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80605f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80605f; -webkit-box-shadow: 1px 1px 3px 2px #80605f; box-shadow: 1px 1px 3px 2px #80605f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,96,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80605f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80605f; -webkit-box-shadow: 1px 1px 3px 2px #80605f; box-shadow: 1px 1px 3px 2px #80605f;">
Div content here</div>
This div box has shadow with color #80605f
Comments
No comments written yet.
Please login to write comment.