Color Hex Logo

#52137d Color Hex

#52137D
(82,19,125)
0 Favorites   0 Comments

Color spaces of #52137d

RGB 8219125
HSL0.770.740.28
HSV276°85°49°
CMYK 0.340.850.00   0.51
XYZ7.41423.740319.7332
Yxy3.74030.24000.1211
Hunter Lab19.339934.5857-46.9580
CIE-Lab22.793646.4243-46.2961

#52137d color RGB value is (82,19,125).

#52137d hex color red value is 82, green value is 19 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #52137d hue: 0.77 , saturation: 0.74 and the lightness value of 52137d is 0.28.

The process color (four color CMYK) of #52137d color hex is 0.34, 0.85, 0.00, 0.51. Web safe color of #52137d is #660066. Color #52137d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010011 01111101
Octal 122 23 175
Decimal 82 19 125
Hex 52 13 7D

RGB Percentages of Color #52137d

%36.28
%8.41
%55.31

CMYK Percentages of Color #52137d

%34
%85
%0
%51

Triadic Colors of #52137d

#52137d #7d5213 #137d52

Analogous Colors of #52137d

#52137d #7d1373 #1d137d

Monochromatic Colors of #52137d

#52137d

Complementary Color

#52137d #3e7d13

#52137d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52137d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52137d Color CSS Codes

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

#52137d Text Font Color

<p style="color:#52137d">Text here</p>

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


#52137d Background Color

<div style="background-color:#52137d">
Div content here</div>

This div background color is #52137d


#52137d Border Color

<div style="border:3px solid #52137d">
Div here</div>

This div border color is #52137d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,19,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52137d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52137d;
  -webkit-box-shadow: 1px 1px 3px 2px #52137d;
  box-shadow:         1px 1px 3px 2px #52137d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52137d


Comments

No comments written yet.

Please login to write comment.