Color Hex Logo

#aa7fca Color Hex

#AA7FCA
(170,127,202)
0 Favorites   0 Comments

Color spaces of #aa7fca

RGB 170127202
HSL0.760.410.65
HSV274°37°79°
CMYK 0.160.370.00   0.21
XYZ34.827627.989159.4439
Yxy27.98910.28490.2289
Hunter Lab52.904724.9247-29.5851
CIE-Lab59.878930.7287-32.6347

#aa7fca color RGB value is (170,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111111 11001010
Octal 252 177 312
Decimal 170 127 202
Hex AA 7F CA

RGB Percentages of Color #aa7fca

%34.07
%25.45
%40.48

CMYK Percentages of Color #aa7fca

%16
%37
%0
%21

Triadic Colors of #aa7fca

#aa7fca #caaa7f #7fcaaa

Analogous Colors of #aa7fca

#aa7fca #ca7fc5 #857fca

Monochromatic Colors of #aa7fca

#aa7fca

Complementary Color

#aa7fca #9fca7f

#aa7fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7fca Color CSS Codes

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

#aa7fca Text Font Color

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

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


#aa7fca Background Color

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

This div background color is #aa7fca


#aa7fca Border Color

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

This div border color is #aa7fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7fca


Comments

No comments written yet.

Please login to write comment.