Color Hex Logo

#09328a Color Hex

#09328A
(9,50,138)
0 Favorites   0 Comments

Color spaces of #09328a

RGB 950138
HSL0.610.880.29
HSV221°93°54°
CMYK 0.930.640.00   0.46
XYZ5.84074.174324.5426
Yxy4.17430.16900.1208
Hunter Lab20.431115.2739-56.9196
CIE-Lab24.239523.8623-52.3383

#09328a color RGB value is (9,50,138).

#09328a hex color red value is 9, green value is 50 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #09328a hue: 0.61 , saturation: 0.88 and the lightness value of 09328a is 0.29.

The process color (four color CMYK) of #09328a color hex is 0.93, 0.64, 0.00, 0.46. Web safe color of #09328a is #003399. Color #09328a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110010 10001010
Octal 11 62 212
Decimal 9 50 138
Hex 9 32 8A

RGB Percentages of Color #09328a

%4.57
%25.38
%70.05

CMYK Percentages of Color #09328a

%93
%64
%0
%46

Triadic Colors of #09328a

#09328a #8a0932 #328a09

Analogous Colors of #09328a

#09328a #21098a #09738a

Monochromatic Colors of #09328a

#09328a

Complementary Color

#09328a #8a6109

#09328a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09328a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09328a Color CSS Codes

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

#09328a Text Font Color

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

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


#09328a Background Color

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

This div background color is #09328a


#09328a Border Color

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

This div border color is #09328a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09328a


Comments

No comments written yet.

Please login to write comment.