Color Hex Logo

#ae787f Color Hex

#AE787F
(174,120,127)
0 Favorites   0 Comments

Color spaces of #ae787f

RGB 174120127
HSL0.980.250.58
HSV352°31°68°
CMYK 0.000.310.27   0.32
XYZ28.002823.963923.2283
Yxy23.96390.37240.3187
Hunter Lab48.952916.44066.1338
CIE-Lab56.051622.13644.7230

#ae787f color RGB value is (174,120,127).

#ae787f hex color red value is 174, green value is 120 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ae787f hue: 0.98 , saturation: 0.25 and the lightness value of ae787f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111000 01111111
Octal 256 170 177
Decimal 174 120 127
Hex AE 78 7F

RGB Percentages of Color #ae787f

%41.33
%28.50
%30.17

CMYK Percentages of Color #ae787f

%0
%31
%27
%32

Triadic Colors of #ae787f

#ae787f #7fae78 #787fae

Analogous Colors of #ae787f

#ae787f #ae8c78 #ae789a

Monochromatic Colors of #ae787f

#ae787f

Complementary Color

#ae787f #78aea7

#ae787f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae787f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae787f Color CSS Codes

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

#ae787f Text Font Color

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

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


#ae787f Background Color

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

This div background color is #ae787f


#ae787f Border Color

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

This div border color is #ae787f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae787f


Comments

No comments written yet.

Please login to write comment.