Color Hex Logo

#ae708f Color Hex

#AE708F
(174,112,143)
0 Favorites   0 Comments

Color spaces of #ae708f

RGB 174112143
HSL0.920.280.56
HSV330°36°68°
CMYK 0.000.360.18   0.32
XYZ28.207722.570228.8564
Yxy22.57020.35420.2834
Hunter Lab47.508122.8443-2.7570
CIE-Lab54.626829.0872-6.6963

#ae708f color RGB value is (174,112,143).

#ae708f hex color red value is 174, green value is 112 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ae708f hue: 0.92 , saturation: 0.28 and the lightness value of ae708f is 0.56.

The process color (four color CMYK) of #ae708f color hex is 0.00, 0.36, 0.18, 0.32. Web safe color of #ae708f is #996699. Color #ae708f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 10001111
Octal 256 160 217
Decimal 174 112 143
Hex AE 70 8F

RGB Percentages of Color #ae708f

%40.56
%26.11
%33.33

CMYK Percentages of Color #ae708f

%0
%36
%18
%32

Triadic Colors of #ae708f

#ae708f #8fae70 #708fae

Analogous Colors of #ae708f

#ae708f #ae7070 #ae70ae

Monochromatic Colors of #ae708f

#ae708f

Complementary Color

#ae708f #70ae8f

#ae708f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae708f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae708f Color CSS Codes

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

#ae708f Text Font Color

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

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


#ae708f Background Color

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

This div background color is #ae708f


#ae708f Border Color

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

This div border color is #ae708f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae708f


Comments

No comments written yet.

Please login to write comment.