Color Hex Logo

#52325f Color Hex

#52325F
(82,50,95)
0 Favorites   0 Comments

Color spaces of #52325f

RGB 825095
HSL0.790.310.28
HSV283°47°37°
CMYK 0.140.470.00   0.63
XYZ6.68584.901311.4201
Yxy4.90130.29060.2130
Hunter Lab22.138915.1628-15.0869
CIE-Lab26.451723.4179-21.1266

#52325f color RGB value is (82,50,95).

#52325f hex color red value is 82, green value is 50 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #52325f hue: 0.79 , saturation: 0.31 and the lightness value of 52325f is 0.28.

The process color (four color CMYK) of #52325f color hex is 0.14, 0.47, 0.00, 0.63. Web safe color of #52325f is #663366. Color #52325f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110010 01011111
Octal 122 62 137
Decimal 82 50 95
Hex 52 32 5F

RGB Percentages of Color #52325f

%36.12
%22.03
%41.85

CMYK Percentages of Color #52325f

%14
%47
%0
%63

Triadic Colors of #52325f

#52325f #5f5232 #325f52

Analogous Colors of #52325f

#52325f #5f3255 #3c325f

Monochromatic Colors of #52325f

#52325f

Complementary Color

#52325f #3f5f32

#52325f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52325f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52325f Color CSS Codes

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

#52325f Text Font Color

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

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


#52325f Background Color

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

This div background color is #52325f


#52325f Border Color

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

This div border color is #52325f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52325f


Comments

No comments written yet.

Please login to write comment.