Color Hex Logo

#52529f Color Hex

#52529F
(82,82,159)
0 Favorites   0 Comments

Color spaces of #52529f

RGB 8282159
HSL0.670.320.47
HSV240°48°62°
CMYK 0.480.480.00   0.38
XYZ12.755010.331634.1228
Yxy10.33160.22300.1806
Hunter Lab32.142814.5830-40.4423
CIE-Lab38.431121.3698-42.0028

#52529f color RGB value is (82,82,159).

#52529f hex color red value is 82, green value is 82 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #52529f hue: 0.67 , saturation: 0.32 and the lightness value of 52529f is 0.47.

The process color (four color CMYK) of #52529f color hex is 0.48, 0.48, 0.00, 0.38. Web safe color of #52529f is #666699. Color #52529f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010010 10011111
Octal 122 122 237
Decimal 82 82 159
Hex 52 52 9F

RGB Percentages of Color #52529f

%25.39
%25.39
%49.23

CMYK Percentages of Color #52529f

%48
%48
%0
%38

Triadic Colors of #52529f

#52529f #9f5252 #529f52

Analogous Colors of #52529f

#52529f #79529f #52799f

Monochromatic Colors of #52529f

#52529f

Complementary Color

#52529f #9f9f52

#52529f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52529f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52529f Color CSS Codes

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

#52529f Text Font Color

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

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


#52529f Background Color

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

This div background color is #52529f


#52529f Border Color

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

This div border color is #52529f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,82,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52529f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52529f;
  -webkit-box-shadow: 1px 1px 3px 2px #52529f;
  box-shadow:         1px 1px 3px 2px #52529f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52529f


Comments

No comments written yet.

Please login to write comment.