Color Hex Logo

#09071e Color Hex

#09071E
(9,7,30)
0 Favorites   0 Comments

Color spaces of #09071e

RGB 9730
HSL0.680.620.07
HSV245°77°12°
CMYK 0.700.770.00   0.88
XYZ0.42300.30381.2646
Yxy0.30380.21240.1526
Hunter Lab5.51184.0532-9.7449
CIE-Lab2.74425.4993-12.9751

#09071e color RGB value is (9,7,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000111 00011110
Octal 11 7 36
Decimal 9 7 30
Hex 9 7 1E

RGB Percentages of Color #09071e

%19.57
%15.22
%65.22

CMYK Percentages of Color #09071e

%70
%77
%0
%88

Triadic Colors of #09071e

#09071e #1e0907 #071e09

Analogous Colors of #09071e

#09071e #15071e #07111e

Monochromatic Colors of #09071e

#09071e

Complementary Color

#09071e #1c1e07

#09071e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09071e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09071e Color CSS Codes

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

#09071e Text Font Color

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

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


#09071e Background Color

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

This div background color is #09071e


#09071e Border Color

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

This div border color is #09071e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09071e


Comments

No comments written yet.

Please login to write comment.