Color Hex Logo

#ae587d Color Hex

#AE587D
(174,88,125)
0 Favorites   0 Comments

Color spaces of #ae587d

RGB 17488125
HSL0.930.350.51
HSV334°49°68°
CMYK 0.000.490.28   0.32
XYZ24.647017.458821.4729
Yxy17.45880.38770.2746
Hunter Lab41.783732.1704-1.2209
CIE-Lab48.833039.3916-4.6334

#ae587d color RGB value is (174,88,125).

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

The process color (four color CMYK) of #ae587d color hex is 0.00, 0.49, 0.28, 0.32. Web safe color of #ae587d is #996666. Color #ae587d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 01111101
Octal 256 130 175
Decimal 174 88 125
Hex AE 58 7D

RGB Percentages of Color #ae587d

%44.96
%22.74
%32.30

CMYK Percentages of Color #ae587d

%0
%49
%28
%32

Triadic Colors of #ae587d

#ae587d #7dae58 #587dae

Analogous Colors of #ae587d

#ae587d #ae5e58 #ae58a8

Monochromatic Colors of #ae587d

#ae587d

Complementary Color

#ae587d #58ae89

#ae587d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae587d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae587d Color CSS Codes

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

#ae587d Text Font Color

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

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


#ae587d Background Color

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

This div background color is #ae587d


#ae587d Border Color

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

This div border color is #ae587d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae587d


Comments

No comments written yet.

Please login to write comment.