Color Hex Logo

#52527e Color Hex

#52527E
(82,82,126)
0 Favorites   0 Comments

Color spaces of #52527e

RGB 8282126
HSL0.670.210.41
HSV240°35°49°
CMYK 0.350.350.00   0.51
XYZ10.26299.334820.9995
Yxy9.33480.25280.2299
Hunter Lab30.55296.4916-19.3639
CIE-Lab36.621111.2784-24.8266

#52527e color RGB value is (82,82,126).

#52527e hex color red value is 82, green value is 82 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #52527e hue: 0.67 , saturation: 0.21 and the lightness value of 52527e is 0.41.

The process color (four color CMYK) of #52527e color hex is 0.35, 0.35, 0.00, 0.51. Web safe color of #52527e is #666666. Color #52527e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010010 01111110
Octal 122 122 176
Decimal 82 82 126
Hex 52 52 7E

RGB Percentages of Color #52527e

%28.28
%28.28
%43.45

CMYK Percentages of Color #52527e

%35
%35
%0
%51

Triadic Colors of #52527e

#52527e #7e5252 #527e52

Analogous Colors of #52527e

#52527e #68527e #52687e

Monochromatic Colors of #52527e

#52527e

Complementary Color

#52527e #7e7e52

#52527e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52527e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52527e Color CSS Codes

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

#52527e Text Font Color

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

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


#52527e Background Color

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

This div background color is #52527e


#52527e Border Color

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

This div border color is #52527e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52527e


Comments

No comments written yet.

Please login to write comment.