Color Hex Logo

#aa617f Color Hex

#AA617F
(170,97,127)
0 Favorites   0 Comments

Color spaces of #aa617f

RGB 17097127
HSL0.930.300.52
HSV335°43°67°
CMYK 0.000.430.25   0.33
XYZ24.683018.627722.3732
Yxy18.62770.37580.2836
Hunter Lab43.159826.5541-0.5229
CIE-Lab50.248833.4444-3.7972

#aa617f color RGB value is (170,97,127).

#aa617f hex color red value is 170, green value is 97 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aa617f hue: 0.93 , saturation: 0.30 and the lightness value of aa617f is 0.52.

The process color (four color CMYK) of #aa617f color hex is 0.00, 0.43, 0.25, 0.33. Web safe color of #aa617f is #996666. Color #aa617f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100001 01111111
Octal 252 141 177
Decimal 170 97 127
Hex AA 61 7F

RGB Percentages of Color #aa617f

%43.15
%24.62
%32.23

CMYK Percentages of Color #aa617f

%0
%43
%25
%33

Triadic Colors of #aa617f

#aa617f #7faa61 #617faa

Analogous Colors of #aa617f

#aa617f #aa6861 #aa61a4

Monochromatic Colors of #aa617f

#aa617f

Complementary Color

#aa617f #61aa8c

#aa617f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa617f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa617f Color CSS Codes

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

#aa617f Text Font Color

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

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


#aa617f Background Color

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

This div background color is #aa617f


#aa617f Border Color

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

This div border color is #aa617f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa617f


Comments

No comments written yet.

Please login to write comment.