Color Hex Logo

#09060a Color Hex

#09060A
(9,6,10)
0 Favorites   0 Comments

Color spaces of #09060a

RGB 9610
HSL0.790.250.03
HSV285°40°
CMYK 0.100.400.00   0.96
XYZ0.23260.21020.3155
Yxy0.21020.30670.2772
Hunter Lab4.58481.0326-0.8707
CIE-Lab1.89871.3441-1.2391

#09060a color RGB value is (9,6,10).

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

The process color (four color CMYK) of #09060a color hex is 0.10, 0.40, 0.00, 0.96. Web safe color of #09060a is #000000. Color #09060a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000110 00001010
Octal 11 6 12
Decimal 9 6 10
Hex 9 6 A

RGB Percentages of Color #09060a

%36.00
%24.00
%40.00

CMYK Percentages of Color #09060a

%10
%40
%0
%96

Triadic Colors of #09060a

#09060a #0a0906 #060a09

Analogous Colors of #09060a

#09060a #0a0609 #07060a

Monochromatic Colors of #09060a

#09060a

Complementary Color

#09060a #070a06

#09060a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09060a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09060a Color CSS Codes

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

#09060a Text Font Color

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

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


#09060a Background Color

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

This div background color is #09060a


#09060a Border Color

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

This div border color is #09060a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09060a


Comments

No comments written yet.

Please login to write comment.