Color Hex Logo

#aa15ca Color Hex

#AA15CA
(170,21,202)
0 Favorites   0 Comments

Color spaces of #aa15ca

RGB 17021202
HSL0.800.810.44
HSV289°90°79°
CMYK 0.160.900.00   0.21
XYZ27.506413.346657.0035
Yxy13.34660.28110.1364
Hunter Lab36.533070.4633-66.9388
CIE-Lab43.280975.2049-58.9837

#aa15ca color RGB value is (170,21,202).

#aa15ca hex color red value is 170, green value is 21 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aa15ca hue: 0.80 , saturation: 0.81 and the lightness value of aa15ca is 0.44.

The process color (four color CMYK) of #aa15ca color hex is 0.16, 0.90, 0.00, 0.21. Web safe color of #aa15ca is #9900cc. Color #aa15ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010101 11001010
Octal 252 25 312
Decimal 170 21 202
Hex AA 15 CA

RGB Percentages of Color #aa15ca

%43.26
%5.34
%51.40

CMYK Percentages of Color #aa15ca

%16
%90
%0
%21

Triadic Colors of #aa15ca

#aa15ca #caaa15 #15caaa

Analogous Colors of #aa15ca

#aa15ca #ca1590 #5015ca

Monochromatic Colors of #aa15ca

#aa15ca

Complementary Color

#aa15ca #35ca15

#aa15ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa15ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa15ca Color CSS Codes

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

#aa15ca Text Font Color

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

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


#aa15ca Background Color

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

This div background color is #aa15ca


#aa15ca Border Color

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

This div border color is #aa15ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa15ca


Comments

No comments written yet.

Please login to write comment.