Color Hex Logo

#09141e Color Hex

#09141E
(9,20,30)
0 Favorites   0 Comments

Color spaces of #09141e

RGB 92030
HSL0.580.540.08
HSV209°70°12°
CMYK 0.700.330.00   0.88
XYZ0.59720.65211.3227
Yxy0.65210.23220.2535
Hunter Lab8.0753-0.9309-4.0588
CIE-Lab5.8904-0.9258-8.2339

#09141e color RGB value is (9,20,30).

#09141e hex color red value is 9, green value is 20 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #09141e hue: 0.58 , saturation: 0.54 and the lightness value of 09141e is 0.08.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010100 00011110
Octal 11 24 36
Decimal 9 20 30
Hex 9 14 1E

RGB Percentages of Color #09141e

%15.25
%33.90
%50.85

CMYK Percentages of Color #09141e

%70
%33
%0
%88

Triadic Colors of #09141e

#09141e #1e0914 #141e09

Analogous Colors of #09141e

#09141e #09091e #091e1e

Monochromatic Colors of #09141e

#09141e

Complementary Color

#09141e #1e1309

#09141e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09141e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09141e Color CSS Codes

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

#09141e Text Font Color

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

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


#09141e Background Color

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

This div background color is #09141e


#09141e Border Color

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

This div border color is #09141e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09141e


Comments

No comments written yet.

Please login to write comment.