Color spaces of #802114
RGB | 128 | 33 | 20 |
---|---|---|---|
HSL | 0.02 | 0.73 | 0.29 |
HSV | 7° | 84° | 50° |
CMYK | 0.00 | 0.74 | 0.84 0.50 |
XYZ | 9.5722 | 5.7274 | 1.2628 |
Yxy | 5.7274 | 0.5779 | 0.3458 |
Hunter Lab | 23.9320 | 29.5146 | 13.6239 |
CIE-Lab | 28.7140 | 39.8946 | 31.8220 |
#802114 color RGB value is (128,33,20).
#802114 hex color red value is 128, green value is 33 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #802114 hue: 0.02 , saturation: 0.73 and the lightness value of 802114 is 0.29.
The process color (four color CMYK) of #802114 color hex is 0.00, 0.74, 0.84, 0.50. Web safe color of #802114 is #993300. Color #802114 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00100001 | 00010100 |
Octal | 200 | 41 | 24 |
Decimal | 128 | 33 | 20 |
Hex | 80 | 21 | 14 |
Shades of #802114
Tints of #802114
RGB Percentages of Color #802114
CMYK Percentages of Color #802114
Complementary Color
#802114 | #147380 |
#802114 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#802114 Color Preview on White Background
Lorem ipsum dolor sit amet.
#802114 Color CSS Codes
.mybgcolor {background-color:#802114; } .myforecolor {color:#802114; } .mybordercolor {border:3px solid #802114; }
#802114 Text Font Color
<p style="color:#802114">Text here</p>
This sample text font color is #802114
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.
#802114 Background Color
<div style="background-color:#802114">
Div content here</div>
This div background color is #802114
#802114 Border Color
<div style="border:3px solid #802114">
Div here</div>
This div border color is #802114
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,33,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #802114; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #802114; -webkit-box-shadow: 1px 1px 3px 2px #802114; box-shadow: 1px 1px 3px 2px #802114; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,33,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #802114">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #802114; -webkit-box-shadow: 1px 1px 3px 2px #802114; box-shadow: 1px 1px 3px 2px #802114;">
Div content here</div>
This div box has shadow with color #802114
Comments
No comments written yet.
Please login to write comment.