Color Hex Logo

#09488f Color Hex

#09488F
(9,72,143)
0 Favorites   0 Comments

Color spaces of #09488f

RGB 972143
HSL0.590.880.30
HSV212°94°56°
CMYK 0.940.500.00   0.44
XYZ7.38796.676026.8858
Yxy6.67600.18040.1630
Hunter Lab25.83805.8224-43.6079
CIE-Lab31.057610.5505-44.3393

#09488f color RGB value is (9,72,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001000 10001111
Octal 11 110 217
Decimal 9 72 143
Hex 9 48 8F

RGB Percentages of Color #09488f

%4.02
%32.14
%63.84

CMYK Percentages of Color #09488f

%94
%50
%0
%44

Triadic Colors of #09488f

#09488f #8f0948 #488f09

Analogous Colors of #09488f

#09488f #0d098f #098b8f

Monochromatic Colors of #09488f

#09488f

Complementary Color

#09488f #8f5009

#09488f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09488f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09488f Color CSS Codes

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

#09488f Text Font Color

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

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


#09488f Background Color

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

This div background color is #09488f


#09488f Border Color

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

This div border color is #09488f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,72,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 #09488f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09488f


Comments

No comments written yet.

Please login to write comment.