Color Hex Logo

#52548e Color Hex

#52548E
(82,84,142)
0 Favorites   0 Comments

Color spaces of #52548e

RGB 8284142
HSL0.660.270.44
HSV238°42°56°
CMYK 0.420.410.00   0.44
XYZ11.532510.087526.9304
Yxy10.08750.23750.2078
Hunter Lab31.76089.2327-28.0402
CIE-Lab37.999014.7778-32.4408

#52548e color RGB value is (82,84,142).

#52548e hex color red value is 82, green value is 84 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #52548e hue: 0.66 , saturation: 0.27 and the lightness value of 52548e is 0.44.

The process color (four color CMYK) of #52548e color hex is 0.42, 0.41, 0.00, 0.44. Web safe color of #52548e is #666699. Color #52548e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010100 10001110
Octal 122 124 216
Decimal 82 84 142
Hex 52 54 8E

RGB Percentages of Color #52548e

%26.62
%27.27
%46.10

CMYK Percentages of Color #52548e

%42
%41
%0
%44

Triadic Colors of #52548e

#52548e #8e5254 #548e52

Analogous Colors of #52548e

#52548e #6e528e #52728e

Monochromatic Colors of #52548e

#52548e

Complementary Color

#52548e #8e8c52

#52548e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52548e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52548e Color CSS Codes

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

#52548e Text Font Color

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

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


#52548e Background Color

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

This div background color is #52548e


#52548e Border Color

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

This div border color is #52548e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52548e


Comments

No comments written yet.

Please login to write comment.