Color Hex Logo

#081514 Color Hex

#081514
(8,21,20)
0 Favorites   0 Comments

Color spaces of #081514

RGB 82120
HSL0.490.450.06
HSV175°62°
CMYK 0.620.000.05   0.92
XYZ0.49460.63850.7590
Yxy0.63850.26140.3375
Hunter Lab7.9906-2.9349-0.0383
CIE-Lab5.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

BaseRedGreenBlue
Binary 00001000 00010101 00010100
Octal 10 25 24
Decimal 8 21 20
Hex 8 15 14

RGB Percentages of Color #081514

%16.33
%42.86
%40.82

CMYK Percentages of Color #081514

%62
%0
%5
%92

Triadic Colors of #081514

#081514 #140815 #151408

Analogous Colors of #081514

#081514 #081015 #08150e

Monochromatic Colors of #081514

#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.