Color Hex Logo

#08090c Color Hex

#08090C
(8,9,12)
0 Favorites   0 Comments

Color spaces of #08090c

RGB 8912
HSL0.630.200.04
HSV225°33°
CMYK 0.330.250.00   0.95
XYZ0.26420.27350.3867
Yxy0.27350.28580.2959
Hunter Lab5.2297-0.1344-0.7233
CIE-Lab2.47050.1740-1.2716

#08090c color RGB value is (8,9,12).

#08090c hex color red value is 8, green value is 9 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #08090c hue: 0.63 , saturation: 0.20 and the lightness value of 08090c is 0.04.

The process color (four color CMYK) of #08090c color hex is 0.33, 0.25, 0.00, 0.95. Web safe color of #08090c is #000000. Color #08090c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001001 00001100
Octal 10 11 14
Decimal 8 9 12
Hex 8 9 C

RGB Percentages of Color #08090c

%27.59
%31.03
%41.38

CMYK Percentages of Color #08090c

%33
%25
%0
%95

Triadic Colors of #08090c

#08090c #0c0809 #090c08

Analogous Colors of #08090c

#08090c #09080c #080b0c

Monochromatic Colors of #08090c

#08090c

Complementary Color

#08090c #0c0b08

#08090c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08090c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08090c Color CSS Codes

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

#08090c Text Font Color

<p style="color:#08090c">Text here</p>

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


#08090c Background Color

<div style="background-color:#08090c">
Div content here</div>

This div background color is #08090c


#08090c Border Color

<div style="border:3px solid #08090c">
Div here</div>

This div border color is #08090c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,9,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08090c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08090c;
  -webkit-box-shadow: 1px 1px 3px 2px #08090c;
  box-shadow:         1px 1px 3px 2px #08090c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08090c

#08090c Color Palettes


Comments

No comments written yet.

Please login to write comment.