Color Hex Logo

#aa668f Color Hex

#AA668F
(170,102,143)
0 Favorites   0 Comments

Color spaces of #aa668f

RGB 170102143
HSL0.900.290.53
HSV324°40°67°
CMYK 0.000.400.16   0.33
XYZ26.286920.032028.4677
Yxy20.03200.35150.2679
Hunter Lab44.757126.5122-6.3813
CIE-Lab51.873433.2068-10.8642

#aa668f color RGB value is (170,102,143).

#aa668f hex color red value is 170, green value is 102 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aa668f hue: 0.90 , saturation: 0.29 and the lightness value of aa668f is 0.53.

The process color (four color CMYK) of #aa668f color hex is 0.00, 0.40, 0.16, 0.33. Web safe color of #aa668f is #996699. Color #aa668f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100110 10001111
Octal 252 146 217
Decimal 170 102 143
Hex AA 66 8F

RGB Percentages of Color #aa668f

%40.96
%24.58
%34.46

CMYK Percentages of Color #aa668f

%0
%40
%16
%33

Triadic Colors of #aa668f

#aa668f #8faa66 #668faa

Analogous Colors of #aa668f

#aa668f #aa666d #a366aa

Monochromatic Colors of #aa668f

#aa668f

Complementary Color

#aa668f #66aa81

#aa668f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa668f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa668f Color CSS Codes

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

#aa668f Text Font Color

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

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


#aa668f Background Color

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

This div background color is #aa668f


#aa668f Border Color

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

This div border color is #aa668f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa668f


Comments

No comments written yet.

Please login to write comment.