Color Hex Logo

#aa52dd Color Hex

#AA52DD
(170,82,221)
0 Favorites   0 Comments

Color spaces of #aa52dd

RGB 17082221
HSL0.770.670.59
HSV278°63°87°
CMYK 0.230.630.00   0.13
XYZ32.646019.801170.5080
Yxy19.80110.26550.1610
Hunter Lab44.498453.0832-62.7964
CIE-Lab51.611658.7313-56.4588

#aa52dd color RGB value is (170,82,221).

#aa52dd hex color red value is 170, green value is 82 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aa52dd hue: 0.77 , saturation: 0.67 and the lightness value of aa52dd is 0.59.

The process color (four color CMYK) of #aa52dd color hex is 0.23, 0.63, 0.00, 0.13. Web safe color of #aa52dd is #9966cc. Color #aa52dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010010 11011101
Octal 252 122 335
Decimal 170 82 221
Hex AA 52 DD

RGB Percentages of Color #aa52dd

%35.94
%17.34
%46.72

CMYK Percentages of Color #aa52dd

%23
%63
%0
%13

Triadic Colors of #aa52dd

#aa52dd #ddaa52 #52ddaa

Analogous Colors of #aa52dd

#aa52dd #dd52cb #6552dd

Monochromatic Colors of #aa52dd

#aa52dd

Complementary Color

#aa52dd #85dd52

#aa52dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa52dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa52dd Color CSS Codes

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

#aa52dd Text Font Color

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

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


#aa52dd Background Color

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

This div background color is #aa52dd


#aa52dd Border Color

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

This div border color is #aa52dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa52dd


Comments

No comments written yet.

Please login to write comment.