Color Hex Logo

#09528d Color Hex

#09528D
(9,82,141)
0 Favorites   0 Comments

Color spaces of #09528d

RGB 982141
HSL0.570.880.29
HSV207°94°55°
CMYK 0.940.420.00   0.45
XYZ7.93778.015826.3281
Yxy8.01580.18770.1896
Hunter Lab28.31220.4985-35.3165
CIE-Lab34.01582.9671-38.3655

#09528d color RGB value is (9,82,141).

#09528d hex color red value is 9, green value is 82 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #09528d hue: 0.57 , saturation: 0.88 and the lightness value of 09528d is 0.29.

The process color (four color CMYK) of #09528d color hex is 0.94, 0.42, 0.00, 0.45. Web safe color of #09528d is #006699. Color #09528d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010010 10001101
Octal 11 122 215
Decimal 9 82 141
Hex 9 52 8D

RGB Percentages of Color #09528d

%3.88
%35.34
%60.78

CMYK Percentages of Color #09528d

%94
%42
%0
%45

Triadic Colors of #09528d

#09528d #8d0952 #528d09

Analogous Colors of #09528d

#09528d #09108d #098d86

Monochromatic Colors of #09528d

#09528d

Complementary Color

#09528d #8d4409

#09528d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09528d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09528d Color CSS Codes

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

#09528d Text Font Color

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

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


#09528d Background Color

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

This div background color is #09528d


#09528d Border Color

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

This div border color is #09528d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09528d


Comments

No comments written yet.

Please login to write comment.