Color Hex Logo

#aa94bb Color Hex

#AA94BB
(170,148,187)
0 Favorites   0 Comments

Color spaces of #aa94bb

RGB 170148187
HSL0.760.220.66
HSV274°21°73°
CMYK 0.090.210.00   0.27
XYZ36.137133.313751.5393
Yxy33.31370.29870.2753
Hunter Lab57.718010.7518-12.5404
CIE-Lab64.414115.6096-17.2227

#aa94bb color RGB value is (170,148,187).

#aa94bb hex color red value is 170, green value is 148 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aa94bb hue: 0.76 , saturation: 0.22 and the lightness value of aa94bb is 0.66.

The process color (four color CMYK) of #aa94bb color hex is 0.09, 0.21, 0.00, 0.27. Web safe color of #aa94bb is #9999cc. Color #aa94bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010100 10111011
Octal 252 224 273
Decimal 170 148 187
Hex AA 94 BB

RGB Percentages of Color #aa94bb

%33.66
%29.31
%37.03

CMYK Percentages of Color #aa94bb

%9
%21
%0
%27

Triadic Colors of #aa94bb

#aa94bb #bbaa94 #94bbaa

Analogous Colors of #aa94bb

#aa94bb #bb94b9 #9794bb

Monochromatic Colors of #aa94bb

#aa94bb

Complementary Color

#aa94bb #a5bb94

#aa94bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa94bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa94bb Color CSS Codes

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

#aa94bb Text Font Color

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

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


#aa94bb Background Color

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

This div background color is #aa94bb


#aa94bb Border Color

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

This div border color is #aa94bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa94bb


Comments

No comments written yet.

Please login to write comment.