Color Hex Logo

#09060b Color Hex

#09060B
(9,6,11)
0 Favorites   0 Comments

Color spaces of #09060b

RGB 9611
HSL0.770.290.03
HSV276°45°
CMYK 0.180.450.00   0.96
XYZ0.23820.21250.3451
Yxy0.21250.29930.2670
Hunter Lab4.60981.1565-1.2118
CIE-Lab1.91951.4839-1.6266

#09060b color RGB value is (9,6,11).

#09060b hex color red value is 9, green value is 6 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #09060b hue: 0.77 , saturation: 0.29 and the lightness value of 09060b is 0.03.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000110 00001011
Octal 11 6 13
Decimal 9 6 11
Hex 9 6 B

RGB Percentages of Color #09060b

%34.62
%23.08
%42.31

CMYK Percentages of Color #09060b

%18
%45
%0
%96

Triadic Colors of #09060b

#09060b #0b0906 #060b09

Analogous Colors of #09060b

#09060b #0b060b #07060b

Monochromatic Colors of #09060b

#09060b

Complementary Color

#09060b #080b06

#09060b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09060b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09060b Color CSS Codes

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

#09060b Text Font Color

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

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


#09060b Background Color

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

This div background color is #09060b


#09060b Border Color

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

This div border color is #09060b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,6,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 #09060b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09060b


Comments

No comments written yet.

Please login to write comment.