Color Hex Logo

#aa7cca Color Hex

#AA7CCA
(170,124,202)
0 Favorites   0 Comments

Color spaces of #aa7cca

RGB 170124202
HSL0.760.420.64
HSV275°39°79°
CMYK 0.160.390.00   0.21
XYZ34.445927.225659.3167
Yxy27.22560.28470.2250
Hunter Lab52.178226.5267-30.8768
CIE-Lab59.182632.4182-33.7186

#aa7cca color RGB value is (170,124,202).

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

The process color (four color CMYK) of #aa7cca color hex is 0.16, 0.39, 0.00, 0.21. Web safe color of #aa7cca is #9966cc. Color #aa7cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111100 11001010
Octal 252 174 312
Decimal 170 124 202
Hex AA 7C CA

RGB Percentages of Color #aa7cca

%34.27
%25.00
%40.73

CMYK Percentages of Color #aa7cca

%16
%39
%0
%21

Triadic Colors of #aa7cca

#aa7cca #caaa7c #7ccaaa

Analogous Colors of #aa7cca

#aa7cca #ca7cc3 #837cca

Monochromatic Colors of #aa7cca

#aa7cca

Complementary Color

#aa7cca #9cca7c

#aa7cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7cca Color CSS Codes

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

#aa7cca Text Font Color

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

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


#aa7cca Background Color

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

This div background color is #aa7cca


#aa7cca Border Color

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

This div border color is #aa7cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7cca


Comments

No comments written yet.

Please login to write comment.