Color Hex Logo

#aa94bc Color Hex

#AA94BC
(170,148,188)
0 Favorites   0 Comments

Color spaces of #aa94bc

RGB 170148188
HSL0.760.230.66
HSV273°21°74°
CMYK 0.100.210.00   0.26
XYZ36.244633.356752.1051
Yxy33.35670.29780.2741
Hunter Lab57.755310.9469-13.0610
CIE-Lab64.448715.8193-17.7314

#aa94bc color RGB value is (170,148,188).

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

The process color (four color CMYK) of #aa94bc color hex is 0.10, 0.21, 0.00, 0.26. Web safe color of #aa94bc is #9999cc. Color #aa94bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010100 10111100
Octal 252 224 274
Decimal 170 148 188
Hex AA 94 BC

RGB Percentages of Color #aa94bc

%33.60
%29.25
%37.15

CMYK Percentages of Color #aa94bc

%10
%21
%0
%26

Triadic Colors of #aa94bc

#aa94bc #bcaa94 #94bcaa

Analogous Colors of #aa94bc

#aa94bc #bc94ba #9694bc

Monochromatic Colors of #aa94bc

#aa94bc

Complementary Color

#aa94bc #a6bc94

#aa94bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa94bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa94bc Color CSS Codes

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

#aa94bc Text Font Color

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

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


#aa94bc Background Color

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

This div background color is #aa94bc


#aa94bc Border Color

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

This div border color is #aa94bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa94bc


Comments

No comments written yet.

Please login to write comment.