Color Hex Logo

#aa52ff Color Hex

#AA52FF
(170,82,255)
0 Favorites   0 Comments

Color spaces of #aa52ff

RGB 17082255
HSL0.751.000.66
HSV271°68°100°
CMYK 0.330.680.00   0.00
XYZ37.644921.800696.8316
Yxy21.80060.24090.1395
Hunter Lab46.691162.2069-90.2764
CIE-Lab53.814866.2656-71.9605

#aa52ff color RGB value is (170,82,255).

#aa52ff hex color red value is 170, green value is 82 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aa52ff hue: 0.75 , saturation: 1.00 and the lightness value of aa52ff is 0.66.

The process color (four color CMYK) of #aa52ff color hex is 0.33, 0.68, 0.00, 0.00. Web safe color of #aa52ff is #9966ff. Color #aa52ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010010 11111111
Octal 252 122 377
Decimal 170 82 255
Hex AA 52 FF

RGB Percentages of Color #aa52ff

%33.53
%16.17
%50.30

CMYK Percentages of Color #aa52ff

%33
%68
%0
%0

Triadic Colors of #aa52ff

#aa52ff #ffaa52 #52ffaa

Analogous Colors of #aa52ff

#aa52ff #ff52fe #5352ff

Monochromatic Colors of #aa52ff

#aa52ff

Complementary Color

#aa52ff #a7ff52

#aa52ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa52ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa52ff Color CSS Codes

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

#aa52ff Text Font Color

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

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


#aa52ff Background Color

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

This div background color is #aa52ff


#aa52ff Border Color

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

This div border color is #aa52ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa52ff


Comments

No comments written yet.

Please login to write comment.