Color Hex Logo

#ae717f Color Hex

#AE717F
(174,113,127)
0 Favorites   0 Comments

Color spaces of #ae717f

RGB 174113127
HSL0.960.270.56
HSV346°35°68°
CMYK 0.000.350.27   0.32
XYZ27.191522.341222.9578
Yxy22.34120.37510.3082
Hunter Lab47.266519.97134.2888
CIE-Lab54.387226.06622.3189

#ae717f color RGB value is (174,113,127).

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

The process color (four color CMYK) of #ae717f color hex is 0.00, 0.35, 0.27, 0.32. Web safe color of #ae717f is #996666. Color #ae717f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 01111111
Octal 256 161 177
Decimal 174 113 127
Hex AE 71 7F

RGB Percentages of Color #ae717f

%42.03
%27.29
%30.68

CMYK Percentages of Color #ae717f

%0
%35
%27
%32

Triadic Colors of #ae717f

#ae717f #7fae71 #717fae

Analogous Colors of #ae717f

#ae717f #ae8271 #ae719e

Monochromatic Colors of #ae717f

#ae717f

Complementary Color

#ae717f #71aea0

#ae717f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae717f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae717f Color CSS Codes

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

#ae717f Text Font Color

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

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


#ae717f Background Color

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

This div background color is #ae717f


#ae717f Border Color

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

This div border color is #ae717f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae717f


Comments

No comments written yet.

Please login to write comment.