Color Hex Logo

#08090f Color Hex

#08090F
(8,9,15)
0 Favorites   0 Comments

Color spaces of #08090f

RGB 8915
HSL0.640.300.05
HSV231°47°
CMYK 0.470.400.00   0.94
XYZ0.28410.28150.4913
Yxy0.28150.26880.2663
Hunter Lab5.30570.2732-1.7763
CIE-Lab2.54280.6777-2.6432

#08090f color RGB value is (8,9,15).

#08090f hex color red value is 8, green value is 9 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #08090f hue: 0.64 , saturation: 0.30 and the lightness value of 08090f is 0.05.

The process color (four color CMYK) of #08090f color hex is 0.47, 0.40, 0.00, 0.94. Web safe color of #08090f is #000000. Color #08090f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001001 00001111
Octal 10 11 17
Decimal 8 9 15
Hex 8 9 F

RGB Percentages of Color #08090f

%25.00
%28.13
%46.88

CMYK Percentages of Color #08090f

%47
%40
%0
%94

Triadic Colors of #08090f

#08090f #0f0809 #090f08

Analogous Colors of #08090f

#08090f #0b080f #080d0f

Monochromatic Colors of #08090f

#08090f

Complementary Color

#08090f #0f0e08

#08090f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08090f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08090f Color CSS Codes

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

#08090f Text Font Color

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

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


#08090f Background Color

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

This div background color is #08090f


#08090f Border Color

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

This div border color is #08090f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08090f


Comments

No comments written yet.

Please login to write comment.