Color Hex Logo

#090920 Color Hex

#090920
(9,9,32)
0 Favorites   0 Comments

Color spaces of #090920

RGB 9932
HSL0.670.560.08
HSV240°72°13°
CMYK 0.720.720.00   0.87
XYZ0.47110.35771.4107
Yxy0.35770.21040.1597
Hunter Lab5.98083.5938-9.7983
CIE-Lab3.23115.3711-13.8167

#090920 color RGB value is (9,9,32).

#090920 hex color red value is 9, green value is 9 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #090920 hue: 0.67 , saturation: 0.56 and the lightness value of 090920 is 0.08.

The process color (four color CMYK) of #090920 color hex is 0.72, 0.72, 0.00, 0.87. Web safe color of #090920 is #000033. Color #090920 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001001 00100000
Octal 11 11 40
Decimal 9 9 32
Hex 9 9 20

RGB Percentages of Color #090920

%18.00
%18.00
%64.00

CMYK Percentages of Color #090920

%72
%72
%0
%87

Triadic Colors of #090920

#090920 #200909 #092009

Analogous Colors of #090920

#090920 #150920 #091520

Monochromatic Colors of #090920

#090920

Complementary Color

#090920 #202009

#090920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090920 Color CSS Codes

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

#090920 Text Font Color

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

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


#090920 Background Color

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

This div background color is #090920


#090920 Border Color

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

This div border color is #090920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090920


Comments

No comments written yet.

Please login to write comment.