Color spaces of #80565a
RGB | 128 | 86 | 90 |
---|---|---|---|
HSL | 0.98 | 0.20 | 0.42 |
HSV | 354° | 33° | 50° |
CMYK | 0.00 | 0.33 | 0.30 0.50 |
XYZ | 14.0753 | 11.9830 | 11.2440 |
Yxy | 11.9830 | 0.3773 | 0.3212 |
Hunter Lab | 34.6165 | 12.0005 | 4.9732 |
CIE-Lab | 41.1891 | 18.0262 | 4.7700 |
#80565a color RGB value is (128,86,90).
#80565a hex color red value is 128, green value is 86 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #80565a hue: 0.98 , saturation: 0.20 and the lightness value of 80565a is 0.42.
The process color (four color CMYK) of #80565a color hex is 0.00, 0.33, 0.30, 0.50. Web safe color of #80565a is #996666. Color #80565a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01010110 | 01011010 |
Octal | 200 | 126 | 132 |
Decimal | 128 | 86 | 90 |
Hex | 80 | 56 | 5A |
Shades of #80565a
Tints of #80565a
RGB Percentages of Color #80565a
CMYK Percentages of Color #80565a
Complementary Color
#80565a | #56807c |
#80565a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80565a Color Preview on White Background
Lorem ipsum dolor sit amet.
#80565a Color CSS Codes
.mybgcolor {background-color:#80565a; } .myforecolor {color:#80565a; } .mybordercolor {border:3px solid #80565a; }
#80565a Text Font Color
<p style="color:#80565a">Text here</p>
This sample text font color is #80565a
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.
#80565a Background Color
<div style="background-color:#80565a">
Div content here</div>
This div background color is #80565a
#80565a Border Color
<div style="border:3px solid #80565a">
Div here</div>
This div border color is #80565a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,86,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80565a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80565a; -webkit-box-shadow: 1px 1px 3px 2px #80565a; box-shadow: 1px 1px 3px 2px #80565a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,86,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80565a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80565a; -webkit-box-shadow: 1px 1px 3px 2px #80565a; box-shadow: 1px 1px 3px 2px #80565a;">
Div content here</div>
This div box has shadow with color #80565a
Comments
No comments written yet.
Please login to write comment.