Color Hex Logo

#5220aa Color Hex

#5220AA
(82,32,170)
0 Favorites   0 Comments

Color spaces of #5220aa

RGB 8232170
HSL0.730.680.40
HSV262°81°67°
CMYK 0.520.810.00   0.33
XYZ11.25195.729138.5430
Yxy5.72910.20260.1032
Hunter Lab23.935542.0242-78.7188
CIE-Lab28.718552.7561-64.3782

#5220aa color RGB value is (82,32,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100000 10101010
Octal 122 40 252
Decimal 82 32 170
Hex 52 20 AA

RGB Percentages of Color #5220aa

%28.87
%11.27
%59.86

CMYK Percentages of Color #5220aa

%52
%81
%0
%33

Triadic Colors of #5220aa

#5220aa #aa5220 #20aa52

Analogous Colors of #5220aa

#5220aa #9720aa #2033aa

Monochromatic Colors of #5220aa

#5220aa

Complementary Color

#5220aa #78aa20

#5220aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5220aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5220aa Color CSS Codes

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

#5220aa Text Font Color

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

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


#5220aa Background Color

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

This div background color is #5220aa


#5220aa Border Color

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

This div border color is #5220aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5220aa


Comments

No comments written yet.

Please login to write comment.