Color Hex Logo

#090f11 Color Hex

#090F11
(9,15,17)
0 Favorites   0 Comments

Color spaces of #090f11

RGB 91517
HSL0.540.310.05
HSV195°47°
CMYK 0.470.120.00   0.93
XYZ0.38470.44020.5950
Yxy0.44020.27090.3100
Hunter Lab6.6348-1.2609-0.6728
CIE-Lab3.9763-1.3804-1.6549

#090f11 color RGB value is (9,15,17).

#090f11 hex color red value is 9, green value is 15 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #090f11 hue: 0.54 , saturation: 0.31 and the lightness value of 090f11 is 0.05.

The process color (four color CMYK) of #090f11 color hex is 0.47, 0.12, 0.00, 0.93. Web safe color of #090f11 is #000000. Color #090f11 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001111 00010001
Octal 11 17 21
Decimal 9 15 17
Hex 9 F 11

RGB Percentages of Color #090f11

%21.95
%36.59
%41.46

CMYK Percentages of Color #090f11

%47
%12
%0
%93

Triadic Colors of #090f11

#090f11 #11090f #0f1109

Analogous Colors of #090f11

#090f11 #090b11 #09110f

Monochromatic Colors of #090f11

#090f11

Complementary Color

#090f11 #110b09

#090f11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090f11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090f11 Color CSS Codes

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

#090f11 Text Font Color

<p style="color:#090f11">Text here</p>

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


#090f11 Background Color

<div style="background-color:#090f11">
Div content here</div>

This div background color is #090f11


#090f11 Border Color

<div style="border:3px solid #090f11">
Div here</div>

This div border color is #090f11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090f11


Comments

No comments written yet.

Please login to write comment.