Color Hex Logo

#aa84cc Color Hex

#AA84CC
(170,132,204)
0 Favorites   0 Comments

Color spaces of #aa84cc

RGB 170132204
HSL0.750.410.66
HSV272°35°80°
CMYK 0.170.350.00   0.20
XYZ35.727929.408260.9200
Yxy29.40820.28340.2333
Hunter Lab54.229322.6998-28.6445
CIE-Lab61.140228.3488-31.8019

#aa84cc color RGB value is (170,132,204).

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

The process color (four color CMYK) of #aa84cc color hex is 0.17, 0.35, 0.00, 0.20. Web safe color of #aa84cc is #9999cc. Color #aa84cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 11001100
Octal 252 204 314
Decimal 170 132 204
Hex AA 84 CC

RGB Percentages of Color #aa84cc

%33.60
%26.09
%40.32

CMYK Percentages of Color #aa84cc

%17
%35
%0
%20

Triadic Colors of #aa84cc

#aa84cc #ccaa84 #84ccaa

Analogous Colors of #aa84cc

#aa84cc #cc84ca #8684cc

Monochromatic Colors of #aa84cc

#aa84cc

Complementary Color

#aa84cc #a6cc84

#aa84cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa84cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa84cc Color CSS Codes

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

#aa84cc Text Font Color

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

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


#aa84cc Background Color

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

This div background color is #aa84cc


#aa84cc Border Color

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

This div border color is #aa84cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa84cc


Comments

No comments written yet.

Please login to write comment.