Color Hex Logo

#ae457f Color Hex

#AE457F
(174,69,127)
0 Favorites   0 Comments

Color spaces of #ae457f

RGB 17469127
HSL0.910.430.48
HSV327°60°68°
CMYK 0.000.600.27   0.32
XYZ23.414414.787221.6988
Yxy14.78720.39090.2469
Hunter Lab38.454141.3924-6.5381
CIE-Lab45.341349.0356-11.0603

#ae457f color RGB value is (174,69,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 01111111
Octal 256 105 177
Decimal 174 69 127
Hex AE 45 7F

RGB Percentages of Color #ae457f

%47.03
%18.65
%34.32

CMYK Percentages of Color #ae457f

%0
%60
%27
%32

Triadic Colors of #ae457f

#ae457f #7fae45 #457fae

Analogous Colors of #ae457f

#ae457f #ae454b #a945ae

Monochromatic Colors of #ae457f

#ae457f

Complementary Color

#ae457f #45ae74

#ae457f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae457f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae457f Color CSS Codes

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

#ae457f Text Font Color

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

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


#ae457f Background Color

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

This div background color is #ae457f


#ae457f Border Color

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

This div border color is #ae457f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae457f


Comments

No comments written yet.

Please login to write comment.