Color Hex Logo

#08529e Color Hex

#08529E
(8,82,158)
0 Favorites   0 Comments

Color spaces of #08529e

RGB 882158
HSL0.580.900.33
HSV210°95°62°
CMYK 0.950.480.00   0.38
XYZ9.28908.554833.5094
Yxy8.55480.18090.1666
Hunter Lab29.24865.5044-47.4531
CIE-Lab35.11269.9975-46.9054

#08529e color RGB value is (8,82,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010010 10011110
Octal 10 122 236
Decimal 8 82 158
Hex 8 52 9E

RGB Percentages of Color #08529e

%3.23
%33.06
%63.71

CMYK Percentages of Color #08529e

%95
%48
%0
%38

Triadic Colors of #08529e

#08529e #9e0852 #529e08

Analogous Colors of #08529e

#08529e #09089e #089d9e

Monochromatic Colors of #08529e

#08529e

Complementary Color

#08529e #9e5408

#08529e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08529e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08529e Color CSS Codes

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

#08529e Text Font Color

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

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


#08529e Background Color

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

This div background color is #08529e


#08529e Border Color

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

This div border color is #08529e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08529e


Comments

No comments written yet.

Please login to write comment.