Color spaces of #081514
RGB | 8 | 21 | 20 |
---|---|---|---|
HSL | 0.49 | 0.45 | 0.06 |
HSV | 175° | 62° | 8° |
CMYK | 0.62 | 0.00 | 0.05 0.92 |
XYZ | 0.4946 | 0.6385 | 0.7590 |
Yxy | 0.6385 | 0.2614 | 0.3375 |
Hunter Lab | 7.9906 | -2.9349 | -0.0383 |
CIE-Lab | 5.7675 | -4.5992 | -0.9123 |
#081514 color RGB value is (8,21,20).
#081514 hex color red value is 8, green value is 21 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #081514 hue: 0.49 , saturation: 0.45 and the lightness value of 081514 is 0.06.
The process color (four color CMYK) of #081514 color hex is 0.62, 0.00, 0.05, 0.92. Web safe color of #081514 is #000000. Color #081514 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 00010101 | 00010100 |
Octal | 10 | 25 | 24 |
Decimal | 8 | 21 | 20 |
Hex | 8 | 15 | 14 |
Shades of #081514
Tints of #081514
RGB Percentages of Color #081514
CMYK Percentages of Color #081514
Complementary Color
#081514 | #150809 |
#081514 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#081514 Color Preview on White Background
Lorem ipsum dolor sit amet.
#081514 Color CSS Codes
.mybgcolor {background-color:#081514; } .myforecolor {color:#081514; } .mybordercolor {border:3px solid #081514; }
#081514 Text Font Color
<p style="color:#081514">Text here</p>
This sample text font color is #081514
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.
#081514 Background Color
<div style="background-color:#081514">
Div content here</div>
This div background color is #081514
#081514 Border Color
<div style="border:3px solid #081514">
Div here</div>
This div border color is #081514
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,21,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #081514; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #081514; -webkit-box-shadow: 1px 1px 3px 2px #081514; box-shadow: 1px 1px 3px 2px #081514; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,21,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 #081514">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #081514; -webkit-box-shadow: 1px 1px 3px 2px #081514; box-shadow: 1px 1px 3px 2px #081514;">
Div content here</div>
This div box has shadow with color #081514
Comments
No comments written yet.
Please login to write comment.