Color Hex Logo

#52324f Color Hex

#52324F
(82,50,79)
0 Favorites   0 Comments

Color spaces of #52324f

RGB 825079
HSL0.850.240.26
HSV306°39°32°
CMYK 0.000.390.04   0.68
XYZ6.03164.63967.9748
Yxy4.63960.32350.2488
Hunter Lab21.539712.2894-6.8735
CIE-Lab25.682319.7700-11.8130

#52324f color RGB value is (82,50,79).

#52324f hex color red value is 82, green value is 50 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #52324f hue: 0.85 , saturation: 0.24 and the lightness value of 52324f is 0.26.

The process color (four color CMYK) of #52324f color hex is 0.00, 0.39, 0.04, 0.68. Web safe color of #52324f is #663366. Color #52324f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110010 01001111
Octal 122 62 117
Decimal 82 50 79
Hex 52 32 4F

RGB Percentages of Color #52324f

%38.86
%23.70
%37.44

CMYK Percentages of Color #52324f

%0
%39
%4
%68

Triadic Colors of #52324f

#52324f #4f5232 #324f52

Analogous Colors of #52324f

#52324f #52323f #453252

Monochromatic Colors of #52324f

#52324f

Complementary Color

#52324f #325235

#52324f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52324f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52324f Color CSS Codes

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

#52324f Text Font Color

<p style="color:#52324f">Text here</p>

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


#52324f Background Color

<div style="background-color:#52324f">
Div content here</div>

This div background color is #52324f


#52324f Border Color

<div style="border:3px solid #52324f">
Div here</div>

This div border color is #52324f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,50,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52324f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52324f;
  -webkit-box-shadow: 1px 1px 3px 2px #52324f;
  box-shadow:         1px 1px 3px 2px #52324f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52324f


Comments

No comments written yet.

Please login to write comment.