Color Hex Logo

#52305f Color Hex

#52305F
(82,48,95)
0 Favorites   0 Comments

Color spaces of #52305f

RGB 824895
HSL0.790.330.28
HSV283°49°37°
CMYK 0.140.490.00   0.63
XYZ6.60224.734011.3922
Yxy4.73400.29050.2083
Hunter Lab21.757816.0882-15.8134
CIE-Lab25.963124.6601-21.8921

#52305f color RGB value is (82,48,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110000 01011111
Octal 122 60 137
Decimal 82 48 95
Hex 52 30 5F

RGB Percentages of Color #52305f

%36.44
%21.33
%42.22

CMYK Percentages of Color #52305f

%14
%49
%0
%63

Triadic Colors of #52305f

#52305f #5f5230 #305f52

Analogous Colors of #52305f

#52305f #5f3055 #3b305f

Monochromatic Colors of #52305f

#52305f

Complementary Color

#52305f #3d5f30

#52305f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52305f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52305f Color CSS Codes

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

#52305f Text Font Color

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

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


#52305f Background Color

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

This div background color is #52305f


#52305f Border Color

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

This div border color is #52305f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52305f


Comments

No comments written yet.

Please login to write comment.