Color Hex Logo

#52465d Color Hex

#52465D
(82,70,93)
0 Favorites   0 Comments

Color spaces of #52465d

RGB 827093
HSL0.750.140.32
HSV271°25°36°
CMYK 0.120.250.00   0.64
XYZ7.64566.964511.2972
Yxy6.96450.29510.2688
Hunter Lab26.39035.5305-6.9077
CIE-Lab31.726010.1226-11.6935

#52465d color RGB value is (82,70,93).

#52465d hex color red value is 82, green value is 70 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #52465d hue: 0.75 , saturation: 0.14 and the lightness value of 52465d is 0.32.

The process color (four color CMYK) of #52465d color hex is 0.12, 0.25, 0.00, 0.64. Web safe color of #52465d is #663366. Color #52465d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000110 01011101
Octal 122 106 135
Decimal 82 70 93
Hex 52 46 5D

RGB Percentages of Color #52465d

%33.47
%28.57
%37.96

CMYK Percentages of Color #52465d

%12
%25
%0
%64

Triadic Colors of #52465d

#52465d #5d5246 #465d52

Analogous Colors of #52465d

#52465d #5d465c #47465d

Monochromatic Colors of #52465d

#52465d

Complementary Color

#52465d #515d46

#52465d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52465d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52465d Color CSS Codes

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

#52465d Text Font Color

<p style="color:#52465d">Text here</p>

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


#52465d Background Color

<div style="background-color:#52465d">
Div content here</div>

This div background color is #52465d


#52465d Border Color

<div style="border:3px solid #52465d">
Div here</div>

This div border color is #52465d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,70,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52465d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52465d;
  -webkit-box-shadow: 1px 1px 3px 2px #52465d;
  box-shadow:         1px 1px 3px 2px #52465d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52465d


Comments

No comments written yet.

Please login to write comment.