Color Hex Logo

#aa759b Color Hex

#AA759B
(170,117,155)
0 Favorites   0 Comments

Color spaces of #aa759b

RGB 170117155
HSL0.880.240.56
HSV317°31°67°
CMYK 0.000.310.09   0.33
XYZ28.855223.635234.0516
Yxy23.63520.33340.2731
Hunter Lab48.616020.8675-7.4966
CIE-Lab55.720726.9050-12.0986

#aa759b color RGB value is (170,117,155).

#aa759b hex color red value is 170, green value is 117 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aa759b hue: 0.88 , saturation: 0.24 and the lightness value of aa759b is 0.56.

The process color (four color CMYK) of #aa759b color hex is 0.00, 0.31, 0.09, 0.33. Web safe color of #aa759b is #996699. Color #aa759b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110101 10011011
Octal 252 165 233
Decimal 170 117 155
Hex AA 75 9B

RGB Percentages of Color #aa759b

%38.46
%26.47
%35.07

CMYK Percentages of Color #aa759b

%0
%31
%9
%33

Triadic Colors of #aa759b

#aa759b #9baa75 #759baa

Analogous Colors of #aa759b

#aa759b #aa7581 #9f75aa

Monochromatic Colors of #aa759b

#aa759b

Complementary Color

#aa759b #75aa84

#aa759b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa759b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa759b Color CSS Codes

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

#aa759b Text Font Color

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

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


#aa759b Background Color

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

This div background color is #aa759b


#aa759b Border Color

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

This div border color is #aa759b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa759b


Comments

No comments written yet.

Please login to write comment.