Color Hex Logo

#aa05cc Color Hex

#AA05CC
(170,5,204)
0 Favorites   0 Comments

Color spaces of #aa05cc

RGB 1705204
HSL0.800.950.41
HSV290°98°80°
CMYK 0.170.980.00   0.20
XYZ27.530913.014258.1877
Yxy13.01420.27880.1318
Hunter Lab36.075273.0912-70.3795
CIE-Lab42.784677.4422-60.9479

#aa05cc color RGB value is (170,5,204).

#aa05cc hex color red value is 170, green value is 5 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aa05cc hue: 0.80 , saturation: 0.95 and the lightness value of aa05cc is 0.41.

The process color (four color CMYK) of #aa05cc color hex is 0.17, 0.98, 0.00, 0.20. Web safe color of #aa05cc is #9900cc. Color #aa05cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000101 11001100
Octal 252 5 314
Decimal 170 5 204
Hex AA 5 CC

RGB Percentages of Color #aa05cc

%44.85
%1.32
%53.83

CMYK Percentages of Color #aa05cc

%17
%98
%0
%20

Triadic Colors of #aa05cc

#aa05cc #ccaa05 #05ccaa

Analogous Colors of #aa05cc

#aa05cc #cc058b #4705cc

Monochromatic Colors of #aa05cc

#aa05cc

Complementary Color

#aa05cc #27cc05

#aa05cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa05cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa05cc Color CSS Codes

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

#aa05cc Text Font Color

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

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


#aa05cc Background Color

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

This div background color is #aa05cc


#aa05cc Border Color

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

This div border color is #aa05cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,5,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 #aa05cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa05cc


Comments

No comments written yet.

Please login to write comment.