Color Hex Logo

#090106 Color Hex

#090106
(9,1,6)
0 Favorites   0 Comments

Color spaces of #090106

RGB 916
HSL0.900.800.02
HSV323°89°
CMYK 0.000.890.33   0.96
XYZ0.15640.09290.1820
Yxy0.09290.36260.2154
Hunter Lab3.04803.8255-1.4068
CIE-Lab0.83922.7897-1.1564

#090106 color RGB value is (9,1,6).

#090106 hex color red value is 9, green value is 1 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #090106 hue: 0.90 , saturation: 0.80 and the lightness value of 090106 is 0.02.

The process color (four color CMYK) of #090106 color hex is 0.00, 0.89, 0.33, 0.96. Web safe color of #090106 is #000000. Color #090106 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000001 00000110
Octal 11 1 6
Decimal 9 1 6
Hex 9 1 6

RGB Percentages of Color #090106

%56.25
%6.25
%37.50

CMYK Percentages of Color #090106

%0
%89
%33
%96

Triadic Colors of #090106

#090106 #060901 #010609

Analogous Colors of #090106

#090106 #090102 #080109

Monochromatic Colors of #090106

#090106

Complementary Color

#090106 #010904

#090106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090106 Color CSS Codes

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

#090106 Text Font Color

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

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


#090106 Background Color

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

This div background color is #090106


#090106 Border Color

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

This div border color is #090106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090106


Comments

No comments written yet.

Please login to write comment.