Color Hex Logo

#09051e Color Hex

#09051E
(9,5,30)
0 Favorites   0 Comments

Color spaces of #09051e

RGB 9530
HSL0.690.710.07
HSV250°83°12°
CMYK 0.700.830.00   0.88
XYZ0.40130.26041.2574
Yxy0.26040.20910.1357
Hunter Lab5.10295.1073-11.0374
CIE-Lab2.35226.3002-13.5648

#09051e color RGB value is (9,5,30).

#09051e hex color red value is 9, green value is 5 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #09051e hue: 0.69 , saturation: 0.71 and the lightness value of 09051e is 0.07.

The process color (four color CMYK) of #09051e color hex is 0.70, 0.83, 0.00, 0.88. Web safe color of #09051e is #000033. Color #09051e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000101 00011110
Octal 11 5 36
Decimal 9 5 30
Hex 9 5 1E

RGB Percentages of Color #09051e

%20.45
%11.36
%68.18

CMYK Percentages of Color #09051e

%70
%83
%0
%88

Triadic Colors of #09051e

#09051e #1e0905 #051e09

Analogous Colors of #09051e

#09051e #16051e #050e1e

Monochromatic Colors of #09051e

#09051e

Complementary Color

#09051e #1a1e05

#09051e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09051e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09051e Color CSS Codes

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

#09051e Text Font Color

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

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


#09051e Background Color

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

This div background color is #09051e


#09051e Border Color

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

This div border color is #09051e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09051e


Comments

No comments written yet.

Please login to write comment.