Color Hex Logo

#090370 Color Hex

#090370
(9,3,112)
0 Favorites   0 Comments

Color spaces of #090370

RGB 93112
HSL0.680.950.23
HSV243°97°44°
CMYK 0.920.970.00   0.56
XYZ3.06981.293115.4170
Yxy1.29310.15520.0654
Hunter Lab11.371528.2872-72.4232
CIE-Lab11.227141.8725-57.2988

#090370 color RGB value is (9,3,112).

#090370 hex color red value is 9, green value is 3 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #090370 hue: 0.68 , saturation: 0.95 and the lightness value of 090370 is 0.23.

The process color (four color CMYK) of #090370 color hex is 0.92, 0.97, 0.00, 0.56. Web safe color of #090370 is #000066. Color #090370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000011 01110000
Octal 11 3 160
Decimal 9 3 112
Hex 9 3 70

RGB Percentages of Color #090370

%7.26
%2.42
%90.32

CMYK Percentages of Color #090370

%92
%97
%0
%56

Triadic Colors of #090370

#090370 #700903 #037009

Analogous Colors of #090370

#090370 #3f0370 #033470

Monochromatic Colors of #090370

#090370

Complementary Color

#090370 #6a7003

#090370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090370 Color CSS Codes

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

#090370 Text Font Color

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

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


#090370 Background Color

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

This div background color is #090370


#090370 Border Color

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

This div border color is #090370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090370


Comments

No comments written yet.

Please login to write comment.