Color Hex Logo

#ae487f Color Hex

#AE487F
(174,72,127)
0 Favorites   0 Comments

Color spaces of #ae487f

RGB 17472127
HSL0.910.410.48
HSV328°59°68°
CMYK 0.000.590.27   0.32
XYZ23.603715.165721.7619
Yxy15.16570.38990.2505
Hunter Lab38.943240.0395-5.8717
CIE-Lab45.860347.6411-10.2787

#ae487f color RGB value is (174,72,127).

#ae487f hex color red value is 174, green value is 72 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ae487f hue: 0.91 , saturation: 0.41 and the lightness value of ae487f is 0.48.

The process color (four color CMYK) of #ae487f color hex is 0.00, 0.59, 0.27, 0.32. Web safe color of #ae487f is #993366. Color #ae487f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001000 01111111
Octal 256 110 177
Decimal 174 72 127
Hex AE 48 7F

RGB Percentages of Color #ae487f

%46.65
%19.30
%34.05

CMYK Percentages of Color #ae487f

%0
%59
%27
%32

Triadic Colors of #ae487f

#ae487f #7fae48 #487fae

Analogous Colors of #ae487f

#ae487f #ae484c #aa48ae

Monochromatic Colors of #ae487f

#ae487f

Complementary Color

#ae487f #48ae77

#ae487f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae487f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae487f Color CSS Codes

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

#ae487f Text Font Color

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

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


#ae487f Background Color

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

This div background color is #ae487f


#ae487f Border Color

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

This div border color is #ae487f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae487f


Comments

No comments written yet.

Please login to write comment.