Color Hex Logo

#09208f Color Hex

#09208F
(9,32,143)
0 Favorites   0 Comments

Color spaces of #09208f

RGB 932143
HSL0.640.880.30
HSV230°94°56°
CMYK 0.940.780.00   0.44
XYZ5.58713.074326.2855
Yxy3.07430.15990.0880
Hunter Lab17.533726.1950-76.6106
CIE-Lab20.339037.7766-61.8788

#09208f color RGB value is (9,32,143).

#09208f hex color red value is 9, green value is 32 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #09208f hue: 0.64 , saturation: 0.88 and the lightness value of 09208f is 0.30.

The process color (four color CMYK) of #09208f color hex is 0.94, 0.78, 0.00, 0.44. Web safe color of #09208f is #003399. Color #09208f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100000 10001111
Octal 11 40 217
Decimal 9 32 143
Hex 9 20 8F

RGB Percentages of Color #09208f

%4.89
%17.39
%77.72

CMYK Percentages of Color #09208f

%94
%78
%0
%44

Triadic Colors of #09208f

#09208f #8f0920 #208f09

Analogous Colors of #09208f

#09208f #35098f #09638f

Monochromatic Colors of #09208f

#09208f

Complementary Color

#09208f #8f7809

#09208f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09208f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09208f Color CSS Codes

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

#09208f Text Font Color

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

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


#09208f Background Color

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

This div background color is #09208f


#09208f Border Color

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

This div border color is #09208f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09208f


Comments

No comments written yet.

Please login to write comment.