Color Hex Logo

#aa81ca Color Hex

#AA81CA
(170,129,202)
0 Favorites   0 Comments

Color spaces of #aa81ca

RGB 170129202
HSL0.760.410.65
HSV274°36°79°
CMYK 0.160.360.00   0.21
XYZ35.088528.510859.5309
Yxy28.51080.28500.2316
Hunter Lab53.395523.8579-28.7258
CIE-Lab60.347429.6003-31.9065

#aa81ca color RGB value is (170,129,202).

#aa81ca hex color red value is 170, green value is 129 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aa81ca hue: 0.76 , saturation: 0.41 and the lightness value of aa81ca is 0.65.

The process color (four color CMYK) of #aa81ca color hex is 0.16, 0.36, 0.00, 0.21. Web safe color of #aa81ca is #9999cc. Color #aa81ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000001 11001010
Octal 252 201 312
Decimal 170 129 202
Hex AA 81 CA

RGB Percentages of Color #aa81ca

%33.93
%25.75
%40.32

CMYK Percentages of Color #aa81ca

%16
%36
%0
%21

Triadic Colors of #aa81ca

#aa81ca #caaa81 #81caaa

Analogous Colors of #aa81ca

#aa81ca #ca81c6 #8681ca

Monochromatic Colors of #aa81ca

#aa81ca

Complementary Color

#aa81ca #a1ca81

#aa81ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa81ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa81ca Color CSS Codes

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

#aa81ca Text Font Color

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

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


#aa81ca Background Color

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

This div background color is #aa81ca


#aa81ca Border Color

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

This div border color is #aa81ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa81ca


Comments

No comments written yet.

Please login to write comment.