Color Hex Logo

#09329e Color Hex

#09329E
(9,50,158)
0 Favorites   0 Comments

Color spaces of #09329e

RGB 950158
HSL0.620.890.33
HSV223°94°62°
CMYK 0.940.680.00   0.38
XYZ7.42484.807932.8844
Yxy4.80790.16460.1066
Hunter Lab21.926922.0708-73.5700
CIE-Lab26.180331.9281-61.4611

#09329e color RGB value is (9,50,158).

#09329e hex color red value is 9, green value is 50 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #09329e hue: 0.62 , saturation: 0.89 and the lightness value of 09329e is 0.33.

The process color (four color CMYK) of #09329e color hex is 0.94, 0.68, 0.00, 0.38. Web safe color of #09329e is #003399. Color #09329e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110010 10011110
Octal 11 62 236
Decimal 9 50 158
Hex 9 32 9E

RGB Percentages of Color #09329e

%4.15
%23.04
%72.81

CMYK Percentages of Color #09329e

%94
%68
%0
%38

Triadic Colors of #09329e

#09329e #9e0932 #329e09

Analogous Colors of #09329e

#09329e #2a099e #097d9e

Monochromatic Colors of #09329e

#09329e

Complementary Color

#09329e #9e7509

#09329e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09329e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09329e Color CSS Codes

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

#09329e Text Font Color

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

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


#09329e Background Color

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

This div background color is #09329e


#09329e Border Color

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

This div border color is #09329e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09329e


Comments

No comments written yet.

Please login to write comment.