Color Hex Logo

#aa94ad Color Hex

#AA94AD
(170,148,173)
0 Favorites   0 Comments

Color spaces of #aa94ad

RGB 170148173
HSL0.810.130.63
HSV293°14°68°
CMYK 0.020.140.00   0.32
XYZ34.710332.743044.0258
Yxy32.74300.31140.2937
Hunter Lab57.22158.1397-5.5622
CIE-Lab63.952312.7689-10.0436

#aa94ad color RGB value is (170,148,173).

#aa94ad hex color red value is 170, green value is 148 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aa94ad hue: 0.81 , saturation: 0.13 and the lightness value of aa94ad is 0.63.

The process color (four color CMYK) of #aa94ad color hex is 0.02, 0.14, 0.00, 0.32. Web safe color of #aa94ad is #999999. Color #aa94ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010100 10101101
Octal 252 224 255
Decimal 170 148 173
Hex AA 94 AD

RGB Percentages of Color #aa94ad

%34.62
%30.14
%35.23

CMYK Percentages of Color #aa94ad

%2
%14
%0
%32

Triadic Colors of #aa94ad

#aa94ad #adaa94 #94adaa

Analogous Colors of #aa94ad

#aa94ad #ad94a4 #9e94ad

Monochromatic Colors of #aa94ad

#aa94ad

Complementary Color

#aa94ad #97ad94

#aa94ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa94ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa94ad Color CSS Codes

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

#aa94ad Text Font Color

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

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


#aa94ad Background Color

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

This div background color is #aa94ad


#aa94ad Border Color

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

This div border color is #aa94ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa94ad


Comments

No comments written yet.

Please login to write comment.