Color Hex Logo

#ae757e Color Hex

#AE757E
(174,117,126)
0 Favorites   0 Comments

Color spaces of #ae757e

RGB 174117126
HSL0.970.260.57
HSV351°33°68°
CMYK 0.000.330.28   0.32
XYZ27.582723.227622.7683
Yxy23.22760.37490.3157
Hunter Lab48.195017.81685.7267
CIE-Lab55.306023.67814.2315

#ae757e color RGB value is (174,117,126).

#ae757e hex color red value is 174, green value is 117 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ae757e hue: 0.97 , saturation: 0.26 and the lightness value of ae757e is 0.57.

The process color (four color CMYK) of #ae757e color hex is 0.00, 0.33, 0.28, 0.32. Web safe color of #ae757e is #996666. Color #ae757e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110101 01111110
Octal 256 165 176
Decimal 174 117 126
Hex AE 75 7E

RGB Percentages of Color #ae757e

%41.73
%28.06
%30.22

CMYK Percentages of Color #ae757e

%0
%33
%28
%32

Triadic Colors of #ae757e

#ae757e #7eae75 #757eae

Analogous Colors of #ae757e

#ae757e #ae8975 #ae759b

Monochromatic Colors of #ae757e

#ae757e

Complementary Color

#ae757e #75aea5

#ae757e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae757e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae757e Color CSS Codes

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

#ae757e Text Font Color

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

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


#ae757e Background Color

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

This div background color is #ae757e


#ae757e Border Color

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

This div border color is #ae757e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae757e


Comments

No comments written yet.

Please login to write comment.