Color Hex Logo

#aa69bc Color Hex

#AA69BC
(170,105,188)
0 Favorites   0 Comments

Color spaces of #aa69bc

RGB 170105188
HSL0.800.380.57
HSV287°44°74°
CMYK 0.100.440.00   0.26
XYZ30.706222.280050.2590
Yxy22.28000.29740.2158
Hunter Lab47.201733.5169-30.0891
CIE-Lab54.322839.9673-33.3199

#aa69bc color RGB value is (170,105,188).

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

The process color (four color CMYK) of #aa69bc color hex is 0.10, 0.44, 0.00, 0.26. Web safe color of #aa69bc is #9966cc. Color #aa69bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101001 10111100
Octal 252 151 274
Decimal 170 105 188
Hex AA 69 BC

RGB Percentages of Color #aa69bc

%36.72
%22.68
%40.60

CMYK Percentages of Color #aa69bc

%10
%44
%0
%26

Triadic Colors of #aa69bc

#aa69bc #bcaa69 #69bcaa

Analogous Colors of #aa69bc

#aa69bc #bc69a5 #8169bc

Monochromatic Colors of #aa69bc

#aa69bc

Complementary Color

#aa69bc #7bbc69

#aa69bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa69bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa69bc Color CSS Codes

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

#aa69bc Text Font Color

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

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


#aa69bc Background Color

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

This div background color is #aa69bc


#aa69bc Border Color

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

This div border color is #aa69bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,105,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 #aa69bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa69bc


Comments

No comments written yet.

Please login to write comment.