Color Hex Logo

#aa52fc Color Hex

#AA52FC
(170,82,252)
0 Favorites   0 Comments

Color spaces of #aa52fc

RGB 17082252
HSL0.750.970.65
HSV271°67°99°
CMYK 0.330.670.00   0.01
XYZ37.165521.608994.3076
Yxy21.60890.24280.1412
Hunter Lab46.485461.3630-87.7453
CIE-Lab53.609665.5849-70.6286

#aa52fc color RGB value is (170,82,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010010 11111100
Octal 252 122 374
Decimal 170 82 252
Hex AA 52 FC

RGB Percentages of Color #aa52fc

%33.73
%16.27
%50.00

CMYK Percentages of Color #aa52fc

%33
%67
%0
%1

Triadic Colors of #aa52fc

#aa52fc #fcaa52 #52fcaa

Analogous Colors of #aa52fc

#aa52fc #fc52f9 #5552fc

Monochromatic Colors of #aa52fc

#aa52fc

Complementary Color

#aa52fc #a4fc52

#aa52fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa52fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa52fc Color CSS Codes

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

#aa52fc Text Font Color

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

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


#aa52fc Background Color

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

This div background color is #aa52fc


#aa52fc Border Color

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

This div border color is #aa52fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa52fc


Comments

No comments written yet.

Please login to write comment.