Color Hex Logo

#52218c Color Hex

#52218C
(82,33,140)
0 Favorites   0 Comments

Color spaces of #52218c

RGB 8233140
HSL0.740.620.34
HSV267°76°55°
CMYK 0.410.760.00   0.45
XYZ8.75724.775025.2711
Yxy4.77500.22570.1231
Hunter Lab21.851833.2941-53.2714
CIE-Lab26.083944.4326-50.3509

#52218c color RGB value is (82,33,140).

#52218c hex color red value is 82, green value is 33 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #52218c hue: 0.74 , saturation: 0.62 and the lightness value of 52218c is 0.34.

The process color (four color CMYK) of #52218c color hex is 0.41, 0.76, 0.00, 0.45. Web safe color of #52218c is #663399. Color #52218c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100001 10001100
Octal 122 41 214
Decimal 82 33 140
Hex 52 21 8C

RGB Percentages of Color #52218c

%32.16
%12.94
%54.90

CMYK Percentages of Color #52218c

%41
%76
%0
%45

Triadic Colors of #52218c

#52218c #8c5221 #218c52

Analogous Colors of #52218c

#52218c #88218c #21258c

Monochromatic Colors of #52218c

#52218c

Complementary Color

#52218c #5b8c21

#52218c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52218c Color Preview on White Background

Lorem ipsum dolor sit amet.

#52218c Color CSS Codes

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

#52218c Text Font Color

<p style="color:#52218c">Text here</p>

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


#52218c Background Color

<div style="background-color:#52218c">
Div content here</div>

This div background color is #52218c


#52218c Border Color

<div style="border:3px solid #52218c">
Div here</div>

This div border color is #52218c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,33,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52218c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52218c;
  -webkit-box-shadow: 1px 1px 3px 2px #52218c;
  box-shadow:         1px 1px 3px 2px #52218c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52218c


Comments

No comments written yet.

Please login to write comment.