Color Hex Logo

#ae717d Color Hex

#AE717D
(174,113,125)
0 Favorites   0 Comments

Color spaces of #ae717d

RGB 174113125
HSL0.970.270.56
HSV348°35°68°
CMYK 0.000.350.28   0.32
XYZ27.062422.289622.2780
Yxy22.28960.37780.3112
Hunter Lab47.211919.69765.0710
CIE-Lab54.332925.77773.4121

#ae717d color RGB value is (174,113,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 01111101
Octal 256 161 175
Decimal 174 113 125
Hex AE 71 7D

RGB Percentages of Color #ae717d

%42.23
%27.43
%30.34

CMYK Percentages of Color #ae717d

%0
%35
%28
%32

Triadic Colors of #ae717d

#ae717d #7dae71 #717dae

Analogous Colors of #ae717d

#ae717d #ae8471 #ae719c

Monochromatic Colors of #ae717d

#ae717d

Complementary Color

#ae717d #71aea2

#ae717d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae717d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae717d Color CSS Codes

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

#ae717d Text Font Color

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

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


#ae717d Background Color

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

This div background color is #ae717d


#ae717d Border Color

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

This div border color is #ae717d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae717d


Comments

No comments written yet.

Please login to write comment.