Color Hex Logo

#52455e Color Hex

#52455E
(82,69,94)
0 Favorites   0 Comments

Color spaces of #52455e

RGB 826994
HSL0.750.150.32
HSV271°27°37°
CMYK 0.130.270.00   0.63
XYZ7.62826.858211.5114
Yxy6.85820.29340.2638
Hunter Lab26.18826.1649-7.7301
CIE-Lab31.481911.0107-12.7045

#52455e color RGB value is (82,69,94).

#52455e hex color red value is 82, green value is 69 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #52455e hue: 0.75 , saturation: 0.15 and the lightness value of 52455e is 0.32.

The process color (four color CMYK) of #52455e color hex is 0.13, 0.27, 0.00, 0.63. Web safe color of #52455e is #663366. Color #52455e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000101 01011110
Octal 122 105 136
Decimal 82 69 94
Hex 52 45 5E

RGB Percentages of Color #52455e

%33.47
%28.16
%38.37

CMYK Percentages of Color #52455e

%13
%27
%0
%63

Triadic Colors of #52455e

#52455e #5e5245 #455e52

Analogous Colors of #52455e

#52455e #5e455e #46455e

Monochromatic Colors of #52455e

#52455e

Complementary Color

#52455e #515e45

#52455e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52455e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52455e Color CSS Codes

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

#52455e Text Font Color

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

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


#52455e Background Color

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

This div background color is #52455e


#52455e Border Color

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

This div border color is #52455e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52455e

#52455e Color Palettes


Comments

No comments written yet.

Please login to write comment.