Color Hex Logo

#aa89ca Color Hex

#AA89CA
(170,137,202)
0 Favorites   0 Comments

Color spaces of #aa89ca

RGB 170137202
HSL0.750.380.66
HSV270°32°79°
CMYK 0.160.320.00   0.21
XYZ36.183930.701659.8960
Yxy30.70160.28540.2422
Hunter Lab55.409019.6005-25.3049
CIE-Lab62.254925.0727-28.9514

#aa89ca color RGB value is (170,137,202).

#aa89ca hex color red value is 170, green value is 137 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aa89ca hue: 0.75 , saturation: 0.38 and the lightness value of aa89ca is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001001 11001010
Octal 252 211 312
Decimal 170 137 202
Hex AA 89 CA

RGB Percentages of Color #aa89ca

%33.40
%26.92
%39.69

CMYK Percentages of Color #aa89ca

%16
%32
%0
%21

Triadic Colors of #aa89ca

#aa89ca #caaa89 #89caaa

Analogous Colors of #aa89ca

#aa89ca #ca89ca #8a89ca

Monochromatic Colors of #aa89ca

#aa89ca

Complementary Color

#aa89ca #a9ca89

#aa89ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa89ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa89ca Color CSS Codes

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

#aa89ca Text Font Color

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

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


#aa89ca Background Color

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

This div background color is #aa89ca


#aa89ca Border Color

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

This div border color is #aa89ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa89ca


Comments

No comments written yet.

Please login to write comment.