Color Hex Logo

#a884aa Color Hex

#A884AA
(168,132,170)
0 Favorites   0 Comments

Color spaces of #a884aa

RGB 168132170
HSL0.820.180.59
HSV297°22°67°
CMYK 0.010.220.00   0.33
XYZ31.655427.729641.7141
Yxy27.72960.31310.2743
Hunter Lab52.658915.1505-10.1057
CIE-Lab59.643720.5321-14.8371

#a884aa color RGB value is (168,132,170).

#a884aa hex color red value is 168, green value is 132 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a884aa hue: 0.82 , saturation: 0.18 and the lightness value of a884aa is 0.59.

The process color (four color CMYK) of #a884aa color hex is 0.01, 0.22, 0.00, 0.33. Web safe color of #a884aa is #999999. Color #a884aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000100 10101010
Octal 250 204 252
Decimal 168 132 170
Hex A8 84 AA

RGB Percentages of Color #a884aa

%35.74
%28.09
%36.17

CMYK Percentages of Color #a884aa

%1
%22
%0
%33

Triadic Colors of #a884aa

#a884aa #aaa884 #84aaa8

Analogous Colors of #a884aa

#a884aa #aa8499 #9584aa

Monochromatic Colors of #a884aa

#a884aa

Complementary Color

#a884aa #86aa84

#a884aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a884aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a884aa Color CSS Codes

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

#a884aa Text Font Color

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

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


#a884aa Background Color

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

This div background color is #a884aa


#a884aa Border Color

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

This div border color is #a884aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a884aa


Comments

No comments written yet.

Please login to write comment.