Color Hex Logo

#aa7ccc Color Hex

#AA7CCC
(170,124,204)
0 Favorites   0 Comments

Color spaces of #aa7ccc

RGB 170124204
HSL0.760.440.64
HSV275°39°80°
CMYK 0.170.390.00   0.20
XYZ34.684327.321060.5722
Yxy27.32100.28300.2229
Hunter Lab52.269526.9751-32.1192
CIE-Lab59.270332.8607-34.7117

#aa7ccc color RGB value is (170,124,204).

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

The process color (four color CMYK) of #aa7ccc color hex is 0.17, 0.39, 0.00, 0.20. Web safe color of #aa7ccc is #9966cc. Color #aa7ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111100 11001100
Octal 252 174 314
Decimal 170 124 204
Hex AA 7C CC

RGB Percentages of Color #aa7ccc

%34.14
%24.90
%40.96

CMYK Percentages of Color #aa7ccc

%17
%39
%0
%20

Triadic Colors of #aa7ccc

#aa7ccc #ccaa7c #7cccaa

Analogous Colors of #aa7ccc

#aa7ccc #cc7cc6 #827ccc

Monochromatic Colors of #aa7ccc

#aa7ccc

Complementary Color

#aa7ccc #9ecc7c

#aa7ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7ccc Color CSS Codes

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

#aa7ccc Text Font Color

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

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


#aa7ccc Background Color

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

This div background color is #aa7ccc


#aa7ccc Border Color

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

This div border color is #aa7ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,124,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa7ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7ccc


Comments

No comments written yet.

Please login to write comment.