Color Hex Logo

#aa53cc Color Hex

#AA53CC
(170,83,204)
0 Favorites   0 Comments

Color spaces of #aa53cc

RGB 17083204
HSL0.790.540.56
HSV283°59°80°
CMYK 0.170.590.00   0.20
XYZ30.569919.092259.2007
Yxy19.09220.28080.1754
Hunter Lab43.694648.4177-49.7442
CIE-Lab50.794954.6656-48.0735

#aa53cc color RGB value is (170,83,204).

#aa53cc hex color red value is 170, green value is 83 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aa53cc hue: 0.79 , saturation: 0.54 and the lightness value of aa53cc is 0.56.

The process color (four color CMYK) of #aa53cc color hex is 0.17, 0.59, 0.00, 0.20. Web safe color of #aa53cc is #9966cc. Color #aa53cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010011 11001100
Octal 252 123 314
Decimal 170 83 204
Hex AA 53 CC

RGB Percentages of Color #aa53cc

%37.20
%18.16
%44.64

CMYK Percentages of Color #aa53cc

%17
%59
%0
%20

Triadic Colors of #aa53cc

#aa53cc #ccaa53 #53ccaa

Analogous Colors of #aa53cc

#aa53cc #cc53b2 #6e53cc

Monochromatic Colors of #aa53cc

#aa53cc

Complementary Color

#aa53cc #75cc53

#aa53cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa53cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa53cc Color CSS Codes

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

#aa53cc Text Font Color

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

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


#aa53cc Background Color

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

This div background color is #aa53cc


#aa53cc Border Color

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

This div border color is #aa53cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa53cc


Comments

No comments written yet.

Please login to write comment.