Color spaces of #80454a
RGB | 128 | 69 | 74 |
---|---|---|---|
HSL | 0.99 | 0.30 | 0.39 |
HSV | 355° | 46° | 50° |
CMYK | 0.00 | 0.46 | 0.42 0.50 |
XYZ | 12.2662 | 9.3399 | 7.6348 |
Yxy | 9.3399 | 0.4195 | 0.3194 |
Hunter Lab | 30.5612 | 18.1614 | 6.5811 |
CIE-Lab | 36.6306 | 25.8177 | 8.2700 |
#80454a color RGB value is (128,69,74).
#80454a hex color red value is 128, green value is 69 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #80454a hue: 0.99 , saturation: 0.30 and the lightness value of 80454a is 0.39.
The process color (four color CMYK) of #80454a color hex is 0.00, 0.46, 0.42, 0.50. Web safe color of #80454a is #993333. Color #80454a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01000101 | 01001010 |
Octal | 200 | 105 | 112 |
Decimal | 128 | 69 | 74 |
Hex | 80 | 45 | 4A |
Shades of #80454a
Tints of #80454a
RGB Percentages of Color #80454a
CMYK Percentages of Color #80454a
Complementary Color
#80454a | #45807b |
#80454a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80454a Color Preview on White Background
Lorem ipsum dolor sit amet.
#80454a Color CSS Codes
.mybgcolor {background-color:#80454a; } .myforecolor {color:#80454a; } .mybordercolor {border:3px solid #80454a; }
#80454a Text Font Color
<p style="color:#80454a">Text here</p>
This sample text font color is #80454a
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.
#80454a Background Color
<div style="background-color:#80454a">
Div content here</div>
This div background color is #80454a
#80454a Border Color
<div style="border:3px solid #80454a">
Div here</div>
This div border color is #80454a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,69,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80454a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80454a; -webkit-box-shadow: 1px 1px 3px 2px #80454a; box-shadow: 1px 1px 3px 2px #80454a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,69,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80454a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80454a; -webkit-box-shadow: 1px 1px 3px 2px #80454a; box-shadow: 1px 1px 3px 2px #80454a;">
Div content here</div>
This div box has shadow with color #80454a
Comments
No comments written yet.
Please login to write comment.