Color Hex Logo

#52187d Color Hex

#52187D
(82,24,125)
0 Favorites   0 Comments

Color spaces of #52187d

RGB 8224125
HSL0.760.680.29
HSV274°81°49°
CMYK 0.340.810.00   0.51
XYZ7.50803.927819.7645
Yxy3.92780.24060.1259
Hunter Lab19.818732.9393-45.2548
CIE-Lab23.431344.5727-45.2564

#52187d color RGB value is (82,24,125).

#52187d hex color red value is 82, green value is 24 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #52187d hue: 0.76 , saturation: 0.68 and the lightness value of 52187d is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011000 01111101
Octal 122 30 175
Decimal 82 24 125
Hex 52 18 7D

RGB Percentages of Color #52187d

%35.50
%10.39
%54.11

CMYK Percentages of Color #52187d

%34
%81
%0
%51

Triadic Colors of #52187d

#52187d #7d5218 #187d52

Analogous Colors of #52187d

#52187d #7d1876 #20187d

Monochromatic Colors of #52187d

#52187d

Complementary Color

#52187d #437d18

#52187d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52187d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52187d Color CSS Codes

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

#52187d Text Font Color

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

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


#52187d Background Color

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

This div background color is #52187d


#52187d Border Color

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

This div border color is #52187d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52187d


Comments

No comments written yet.

Please login to write comment.