Color Hex Logo

#08120a Color Hex

#08120A
(8,18,10)
0 Favorites   0 Comments

Color spaces of #08120a

RGB 81810
HSL0.370.380.05
HSV132°56°
CMYK 0.560.000.44   0.93
XYZ0.37120.50620.3653
Yxy0.50620.29870.4073
Hunter Lab7.1148-3.13791.9362
CIE-Lab4.5725-4.50312.6585

#08120a color RGB value is (8,18,10).

#08120a hex color red value is 8, green value is 18 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #08120a hue: 0.37 , saturation: 0.38 and the lightness value of 08120a is 0.05.

The process color (four color CMYK) of #08120a color hex is 0.56, 0.00, 0.44, 0.93. Web safe color of #08120a is #000000. Color #08120a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00010010 00001010
Octal 10 22 12
Decimal 8 18 10
Hex 8 12 A

RGB Percentages of Color #08120a

%22.22
%50.00
%27.78

CMYK Percentages of Color #08120a

%56
%0
%44
%93

Triadic Colors of #08120a

#08120a #0a0812 #120a08

Analogous Colors of #08120a

#08120a #08120f #0b1208

Monochromatic Colors of #08120a

#08120a

Complementary Color

#08120a #120810

#08120a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08120a Color Preview on White Background

Lorem ipsum dolor sit amet.

#08120a Color CSS Codes

.mybgcolor {background-color:#08120a; } 
.myforecolor {color:#08120a; }
.mybordercolor {border:3px solid #08120a; }

#08120a Text Font Color

<p style="color:#08120a">Text here</p>

This sample text font color is #08120a
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.


#08120a Background Color

<div style="background-color:#08120a">
Div content here</div>

This div background color is #08120a


#08120a Border Color

<div style="border:3px solid #08120a">
Div here</div>

This div border color is #08120a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,18,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08120a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08120a;
  -webkit-box-shadow: 1px 1px 3px 2px #08120a;
  box-shadow:         1px 1px 3px 2px #08120a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,18,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #08120a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #08120a;
  -webkit-box-shadow: 1px 1px 3px 2px #08120a;
  box-shadow:         1px 1px 3px 2px #08120a;">
Div content here</div>

This div box has shadow with color #08120a

#08120a Color Palettes


Comments

No comments written yet.

Please login to write comment.