Color Hex Logo

#aa10ca Color Hex

#AA10CA
(170,16,202)
0 Favorites   0 Comments

Color spaces of #aa10ca

RGB 17016202
HSL0.800.850.43
HSV290°92°79°
CMYK 0.160.920.00   0.21
XYZ27.423513.180956.9759
Yxy13.18090.28100.1351
Hunter Lab36.305571.2960-67.6327
CIE-Lab43.034675.9342-59.3824

#aa10ca color RGB value is (170,16,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010000 11001010
Octal 252 20 312
Decimal 170 16 202
Hex AA 10 CA

RGB Percentages of Color #aa10ca

%43.81
%4.12
%52.06

CMYK Percentages of Color #aa10ca

%16
%92
%0
%21

Triadic Colors of #aa10ca

#aa10ca #caaa10 #10caaa

Analogous Colors of #aa10ca

#aa10ca #ca108d #4d10ca

Monochromatic Colors of #aa10ca

#aa10ca

Complementary Color

#aa10ca #30ca10

#aa10ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa10ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa10ca Color CSS Codes

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

#aa10ca Text Font Color

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

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


#aa10ca Background Color

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

This div background color is #aa10ca


#aa10ca Border Color

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

This div border color is #aa10ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa10ca


Comments

No comments written yet.

Please login to write comment.