Color Hex Logo

#5220ac Color Hex

#5220AC
(82,32,172)
0 Favorites   0 Comments

Color spaces of #5220ac

RGB 8232172
HSL0.730.690.40
HSV261°81°67°
CMYK 0.520.810.00   0.33
XYZ11.44265.805439.5472
Yxy5.80540.20150.1022
Hunter Lab24.094442.6057-80.4492
CIE-Lab28.916153.2834-65.2556

#5220ac color RGB value is (82,32,172).

#5220ac hex color red value is 82, green value is 32 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5220ac hue: 0.73 , saturation: 0.69 and the lightness value of 5220ac is 0.40.

The process color (four color CMYK) of #5220ac color hex is 0.52, 0.81, 0.00, 0.33. Web safe color of #5220ac is #663399. Color #5220ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100000 10101100
Octal 122 40 254
Decimal 82 32 172
Hex 52 20 AC

RGB Percentages of Color #5220ac

%28.67
%11.19
%60.14

CMYK Percentages of Color #5220ac

%52
%81
%0
%33

Triadic Colors of #5220ac

#5220ac #ac5220 #20ac52

Analogous Colors of #5220ac

#5220ac #9820ac #2034ac

Monochromatic Colors of #5220ac

#5220ac

Complementary Color

#5220ac #7aac20

#5220ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5220ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5220ac Color CSS Codes

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

#5220ac Text Font Color

<p style="color:#5220ac">Text here</p>

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


#5220ac Background Color

<div style="background-color:#5220ac">
Div content here</div>

This div background color is #5220ac


#5220ac Border Color

<div style="border:3px solid #5220ac">
Div here</div>

This div border color is #5220ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,32,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5220ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5220ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5220ac;
  box-shadow:         1px 1px 3px 2px #5220ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5220ac


Comments

No comments written yet.

Please login to write comment.