Color Hex Logo

#52357f Color Hex

#52357F
(82,53,127)
0 Favorites   0 Comments

Color spaces of #52357f

RGB 8253127
HSL0.730.410.35
HSV264°58°50°
CMYK 0.350.580.00   0.50
XYZ8.58355.872420.7597
Yxy5.87240.24370.1668
Hunter Lab24.233020.8181-33.8288
CIE-Lab29.088229.9797-37.3727

#52357f color RGB value is (82,53,127).

#52357f hex color red value is 82, green value is 53 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #52357f hue: 0.73 , saturation: 0.41 and the lightness value of 52357f is 0.35.

The process color (four color CMYK) of #52357f color hex is 0.35, 0.58, 0.00, 0.50. Web safe color of #52357f is #663366. Color #52357f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110101 01111111
Octal 122 65 177
Decimal 82 53 127
Hex 52 35 7F

RGB Percentages of Color #52357f

%31.30
%20.23
%48.47

CMYK Percentages of Color #52357f

%35
%58
%0
%50

Triadic Colors of #52357f

#52357f #7f5235 #357f52

Analogous Colors of #52357f

#52357f #77357f #353d7f

Monochromatic Colors of #52357f

#52357f

Complementary Color

#52357f #627f35

#52357f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52357f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52357f Color CSS Codes

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

#52357f Text Font Color

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

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


#52357f Background Color

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

This div background color is #52357f


#52357f Border Color

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

This div border color is #52357f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52357f


Comments

No comments written yet.

Please login to write comment.