Color Hex Logo

#09080b Color Hex

#09080B
(9,8,11)
0 Favorites   0 Comments

Color spaces of #09080b

RGB 9811
HSL0.720.160.04
HSV260°27°
CMYK 0.180.270.00   0.96
XYZ0.25990.25590.3523
Yxy0.25590.29940.2948
Hunter Lab5.05870.3182-0.5881
CIE-Lab2.31150.6831-1.0537

#09080b color RGB value is (9,8,11).

#09080b hex color red value is 9, green value is 8 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #09080b hue: 0.72 , saturation: 0.16 and the lightness value of 09080b is 0.04.

The process color (four color CMYK) of #09080b color hex is 0.18, 0.27, 0.00, 0.96. Web safe color of #09080b is #000000. Color #09080b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001000 00001011
Octal 11 10 13
Decimal 9 8 11
Hex 9 8 B

RGB Percentages of Color #09080b

%32.14
%28.57
%39.29

CMYK Percentages of Color #09080b

%18
%27
%0
%96

Triadic Colors of #09080b

#09080b #0b0908 #080b09

Analogous Colors of #09080b

#09080b #0b080b #08090b

Monochromatic Colors of #09080b

#09080b

Complementary Color

#09080b #0a0b08

#09080b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09080b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09080b Color CSS Codes

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

#09080b Text Font Color

<p style="color:#09080b">Text here</p>

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


#09080b Background Color

<div style="background-color:#09080b">
Div content here</div>

This div background color is #09080b


#09080b Border Color

<div style="border:3px solid #09080b">
Div here</div>

This div border color is #09080b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09080b


Comments

No comments written yet.

Please login to write comment.