Color Hex Logo

#52465e Color Hex

#52465E
(82,70,94)
0 Favorites   0 Comments

Color spaces of #52465e

RGB 827094
HSL0.750.150.32
HSV270°26°37°
CMYK 0.130.260.00   0.63
XYZ7.69026.982311.5321
Yxy6.98230.29350.2665
Hunter Lab26.42405.7069-7.3788
CIE-Lab31.766610.3664-12.2703

#52465e color RGB value is (82,70,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000110 01011110
Octal 122 106 136
Decimal 82 70 94
Hex 52 46 5E

RGB Percentages of Color #52465e

%33.33
%28.46
%38.21

CMYK Percentages of Color #52465e

%13
%26
%0
%63

Triadic Colors of #52465e

#52465e #5e5246 #465e52

Analogous Colors of #52465e

#52465e #5e465e #46465e

Monochromatic Colors of #52465e

#52465e

Complementary Color

#52465e #525e46

#52465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#52465e Color CSS Codes

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

#52465e Text Font Color

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

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


#52465e Background Color

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

This div background color is #52465e


#52465e Border Color

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

This div border color is #52465e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,70,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 #52465e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52465e


Comments

No comments written yet.

Please login to write comment.