Color Hex Logo

#090812 Color Hex

#090812
(9,8,18)
0 Favorites   0 Comments

Color spaces of #090812

RGB 9818
HSL0.680.380.05
HSV246°56°
CMYK 0.500.560.00   0.93
XYZ0.30870.27540.6092
Yxy0.27540.25870.2308
Hunter Lab5.24791.3163-3.2092
CIE-Lab2.48771.9229-4.4246

#090812 color RGB value is (9,8,18).

#090812 hex color red value is 9, green value is 8 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #090812 hue: 0.68 , saturation: 0.38 and the lightness value of 090812 is 0.05.

The process color (four color CMYK) of #090812 color hex is 0.50, 0.56, 0.00, 0.93. Web safe color of #090812 is #000000. Color #090812 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001000 00010010
Octal 11 10 22
Decimal 9 8 18
Hex 9 8 12

RGB Percentages of Color #090812

%25.71
%22.86
%51.43

CMYK Percentages of Color #090812

%50
%56
%0
%93

Triadic Colors of #090812

#090812 #120908 #081209

Analogous Colors of #090812

#090812 #0e0812 #080c12

Monochromatic Colors of #090812

#090812

Complementary Color

#090812 #111208

#090812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090812 Color CSS Codes

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

#090812 Text Font Color

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

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


#090812 Background Color

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

This div background color is #090812


#090812 Border Color

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

This div border color is #090812


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,8,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #090812; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #090812;
  -webkit-box-shadow: 1px 1px 3px 2px #090812;
  box-shadow:         1px 1px 3px 2px #090812; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090812


Comments

No comments written yet.

Please login to write comment.