Color Hex Logo

#ae72aa Color Hex

#AE72AA
(174,114,170)
0 Favorites   0 Comments

Color spaces of #ae72aa

RGB 174114170
HSL0.840.270.56
HSV304°34°68°
CMYK 0.000.340.02   0.32
XYZ30.728623.935641.0307
Yxy23.93560.32110.2501
Hunter Lab48.924026.4967-15.4774
CIE-Lab56.023332.7213-20.2815

#ae72aa color RGB value is (174,114,170).

#ae72aa hex color red value is 174, green value is 114 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ae72aa hue: 0.84 , saturation: 0.27 and the lightness value of ae72aa is 0.56.

The process color (four color CMYK) of #ae72aa color hex is 0.00, 0.34, 0.02, 0.32. Web safe color of #ae72aa is #996699. Color #ae72aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110010 10101010
Octal 256 162 252
Decimal 174 114 170
Hex AE 72 AA

RGB Percentages of Color #ae72aa

%37.99
%24.89
%37.12

CMYK Percentages of Color #ae72aa

%0
%34
%2
%32

Triadic Colors of #ae72aa

#ae72aa #aaae72 #72aaae

Analogous Colors of #ae72aa

#ae72aa #ae728c #9472ae

Monochromatic Colors of #ae72aa

#ae72aa

Complementary Color

#ae72aa #72ae76

#ae72aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae72aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae72aa Color CSS Codes

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

#ae72aa Text Font Color

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

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


#ae72aa Background Color

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

This div background color is #ae72aa


#ae72aa Border Color

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

This div border color is #ae72aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae72aa


Comments

No comments written yet.

Please login to write comment.