Color Hex Logo

#09050a Color Hex

#09050A
(9,5,10)
0 Favorites   0 Comments

Color spaces of #09050a

RGB 9510
HSL0.800.330.03
HSV288°50°
CMYK 0.100.500.00   0.96
XYZ0.22170.18850.3119
Yxy0.18850.30700.2610
Hunter Lab4.34171.5169-1.2202
CIE-Lab1.70271.7425-1.5255

#09050a color RGB value is (9,5,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000101 00001010
Octal 11 5 12
Decimal 9 5 10
Hex 9 5 A

RGB Percentages of Color #09050a

%37.50
%20.83
%41.67

CMYK Percentages of Color #09050a

%10
%50
%0
%96

Triadic Colors of #09050a

#09050a #0a0905 #050a09

Analogous Colors of #09050a

#09050a #0a0508 #07050a

Monochromatic Colors of #09050a

#09050a

Complementary Color

#09050a #060a05

#09050a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09050a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09050a Color CSS Codes

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

#09050a Text Font Color

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

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


#09050a Background Color

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

This div background color is #09050a


#09050a Border Color

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

This div border color is #09050a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09050a


Comments

No comments written yet.

Please login to write comment.