Color Hex Logo

#aa177f Color Hex

#AA177F
(170,23,127)
0 Favorites   0 Comments

Color spaces of #aa177f

RGB 17023127
HSL0.880.760.38
HSV318°86°67°
CMYK 0.000.860.25   0.33
XYZ20.714710.691121.0505
Yxy10.69110.39490.2038
Hunter Lab32.697255.8650-15.2829
CIE-Lab39.055363.5891-20.7232

#aa177f color RGB value is (170,23,127).

#aa177f hex color red value is 170, green value is 23 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aa177f hue: 0.88 , saturation: 0.76 and the lightness value of aa177f is 0.38.

The process color (four color CMYK) of #aa177f color hex is 0.00, 0.86, 0.25, 0.33. Web safe color of #aa177f is #990066. Color #aa177f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010111 01111111
Octal 252 27 177
Decimal 170 23 127
Hex AA 17 7F

RGB Percentages of Color #aa177f

%53.13
%7.19
%39.69

CMYK Percentages of Color #aa177f

%0
%86
%25
%33

Triadic Colors of #aa177f

#aa177f #7faa17 #177faa

Analogous Colors of #aa177f

#aa177f #aa1735 #8c17aa

Monochromatic Colors of #aa177f

#aa177f

Complementary Color

#aa177f #17aa42

#aa177f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa177f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa177f Color CSS Codes

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

#aa177f Text Font Color

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

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


#aa177f Background Color

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

This div background color is #aa177f


#aa177f Border Color

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

This div border color is #aa177f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa177f


Comments

No comments written yet.

Please login to write comment.