Color Hex Logo

#ae588a Color Hex

#AE588A
(174,88,138)
0 Favorites   0 Comments

Color spaces of #ae588a

RGB 17488138
HSL0.900.350.51
HSV325°49°68°
CMYK 0.000.490.21   0.32
XYZ25.532717.813126.1373
Yxy17.81310.36750.2564
Hunter Lab42.205634.1257-7.1735
CIE-Lab49.268641.2883-11.7657

#ae588a color RGB value is (174,88,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 10001010
Octal 256 130 212
Decimal 174 88 138
Hex AE 58 8A

RGB Percentages of Color #ae588a

%43.50
%22.00
%34.50

CMYK Percentages of Color #ae588a

%0
%49
%21
%32

Triadic Colors of #ae588a

#ae588a #8aae58 #588aae

Analogous Colors of #ae588a

#ae588a #ae585f #a758ae

Monochromatic Colors of #ae588a

#ae588a

Complementary Color

#ae588a #58ae7c

#ae588a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae588a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae588a Color CSS Codes

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

#ae588a Text Font Color

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

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


#ae588a Background Color

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

This div background color is #ae588a


#ae588a Border Color

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

This div border color is #ae588a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae588a


Comments

No comments written yet.

Please login to write comment.