Color Hex Logo

#ae588e Color Hex

#AE588E
(174,88,142)
0 Favorites   0 Comments

Color spaces of #ae588e

RGB 17488142
HSL0.900.350.51
HSV322°49°68°
CMYK 0.000.490.18   0.32
XYZ25.827817.931127.6910
Yxy17.93110.36150.2510
Hunter Lab42.345134.7695-9.1303
CIE-Lab49.412441.9066-13.9334

#ae588e color RGB value is (174,88,142).

#ae588e hex color red value is 174, green value is 88 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ae588e hue: 0.90 , saturation: 0.35 and the lightness value of ae588e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 10001110
Octal 256 130 216
Decimal 174 88 142
Hex AE 58 8E

RGB Percentages of Color #ae588e

%43.07
%21.78
%35.15

CMYK Percentages of Color #ae588e

%0
%49
%18
%32

Triadic Colors of #ae588e

#ae588e #8eae58 #588eae

Analogous Colors of #ae588e

#ae588e #ae5863 #a358ae

Monochromatic Colors of #ae588e

#ae588e

Complementary Color

#ae588e #58ae78

#ae588e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae588e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae588e Color CSS Codes

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

#ae588e Text Font Color

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

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


#ae588e Background Color

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

This div background color is #ae588e


#ae588e Border Color

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

This div border color is #ae588e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae588e


Comments

No comments written yet.

Please login to write comment.