Color Hex Logo

#09529e Color Hex

#09529E
(9,82,158)
0 Favorites   0 Comments

Color spaces of #09529e

RGB 982158
HSL0.590.890.33
HSV211°94°62°
CMYK 0.940.480.00   0.38
XYZ9.30158.561333.5100
Yxy8.56130.18110.1667
Hunter Lab29.25975.5397-47.4208
CIE-Lab35.125510.0449-46.8839

#09529e color RGB value is (9,82,158).

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

The process color (four color CMYK) of #09529e color hex is 0.94, 0.48, 0.00, 0.38. Web safe color of #09529e is #006699. Color #09529e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010010 10011110
Octal 11 122 236
Decimal 9 82 158
Hex 9 52 9E

RGB Percentages of Color #09529e

%3.61
%32.93
%63.45

CMYK Percentages of Color #09529e

%94
%48
%0
%38

Triadic Colors of #09529e

#09529e #9e0952 #529e09

Analogous Colors of #09529e

#09529e #0a099e #099d9e

Monochromatic Colors of #09529e

#09529e

Complementary Color

#09529e #9e5509

#09529e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09529e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09529e Color CSS Codes

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

#09529e Text Font Color

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

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


#09529e Background Color

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

This div background color is #09529e


#09529e Border Color

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

This div border color is #09529e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09529e


Comments

No comments written yet.

Please login to write comment.