Color Hex Logo

#aa66ba Color Hex

#AA66BA
(170,102,186)
0 Favorites   0 Comments

Color spaces of #aa66ba

RGB 170102186
HSL0.800.380.56
HSV289°45°73°
CMYK 0.090.450.00   0.27
XYZ30.191921.594049.0311
Yxy21.59400.29950.2142
Hunter Lab46.469334.6530-30.0300
CIE-Lab53.593641.1846-33.3082

#aa66ba color RGB value is (170,102,186).

#aa66ba hex color red value is 170, green value is 102 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aa66ba hue: 0.80 , saturation: 0.38 and the lightness value of aa66ba is 0.56.

The process color (four color CMYK) of #aa66ba color hex is 0.09, 0.45, 0.00, 0.27. Web safe color of #aa66ba is #9966cc. Color #aa66ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100110 10111010
Octal 252 146 272
Decimal 170 102 186
Hex AA 66 BA

RGB Percentages of Color #aa66ba

%37.12
%22.27
%40.61

CMYK Percentages of Color #aa66ba

%9
%45
%0
%27

Triadic Colors of #aa66ba

#aa66ba #baaa66 #66baaa

Analogous Colors of #aa66ba

#aa66ba #ba66a0 #8066ba

Monochromatic Colors of #aa66ba

#aa66ba

Complementary Color

#aa66ba #76ba66

#aa66ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa66ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa66ba Color CSS Codes

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

#aa66ba Text Font Color

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

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


#aa66ba Background Color

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

This div background color is #aa66ba


#aa66ba Border Color

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

This div border color is #aa66ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa66ba


Comments

No comments written yet.

Please login to write comment.