Color Hex Logo

#aa217f Color Hex

#AA217F
(170,33,127)
0 Favorites   0 Comments

Color spaces of #aa217f

RGB 17033127
HSL0.890.670.40
HSV319°81°67°
CMYK 0.000.810.25   0.33
XYZ20.952211.166121.1296
Yxy11.16610.39350.2097
Hunter Lab33.415753.4449-14.0996
CIE-Lab39.858861.2710-19.4824

#aa217f color RGB value is (170,33,127).

#aa217f hex color red value is 170, green value is 33 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aa217f hue: 0.89 , saturation: 0.67 and the lightness value of aa217f is 0.40.

The process color (four color CMYK) of #aa217f color hex is 0.00, 0.81, 0.25, 0.33. Web safe color of #aa217f is #993366. Color #aa217f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00100001 01111111
Octal 252 41 177
Decimal 170 33 127
Hex AA 21 7F

RGB Percentages of Color #aa217f

%51.52
%10.00
%38.48

CMYK Percentages of Color #aa217f

%0
%81
%25
%33

Triadic Colors of #aa217f

#aa217f #7faa21 #217faa

Analogous Colors of #aa217f

#aa217f #aa213b #9121aa

Monochromatic Colors of #aa217f

#aa217f

Complementary Color

#aa217f #21aa4c

#aa217f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa217f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa217f Color CSS Codes

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

#aa217f Text Font Color

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

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


#aa217f Background Color

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

This div background color is #aa217f


#aa217f Border Color

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

This div border color is #aa217f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa217f


Comments

No comments written yet.

Please login to write comment.