Color Hex Logo

#ae5887 Color Hex

#AE5887
(174,88,135)
0 Favorites   0 Comments

Color spaces of #ae5887

RGB 17488135
HSL0.910.350.51
HSV327°49°68°
CMYK 0.000.490.22   0.32
XYZ25.318517.727425.0090
Yxy17.72740.37200.2605
Hunter Lab42.103933.6562-5.7445
CIE-Lab49.163840.8355-10.1315

#ae5887 color RGB value is (174,88,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 10000111
Octal 256 130 207
Decimal 174 88 135
Hex AE 58 87

RGB Percentages of Color #ae5887

%43.83
%22.17
%34.01

CMYK Percentages of Color #ae5887

%0
%49
%22
%32

Triadic Colors of #ae5887

#ae5887 #87ae58 #5887ae

Analogous Colors of #ae5887

#ae5887 #ae585c #aa58ae

Monochromatic Colors of #ae5887

#ae5887

Complementary Color

#ae5887 #58ae7f

#ae5887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5887 Color CSS Codes

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

#ae5887 Text Font Color

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

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


#ae5887 Background Color

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

This div background color is #ae5887


#ae5887 Border Color

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

This div border color is #ae5887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5887


Comments

No comments written yet.

Please login to write comment.