Color Hex Logo

#ae598c Color Hex

#AE598C
(174,89,140)
0 Favorites   0 Comments

Color spaces of #ae598c

RGB 17489140
HSL0.900.340.52
HSV324°49°68°
CMYK 0.000.490.20   0.32
XYZ25.761618.036926.9346
Yxy18.03690.36420.2550
Hunter Lab42.469933.9532-7.8731
CIE-Lab49.540841.0763-12.5476

#ae598c color RGB value is (174,89,140).

#ae598c hex color red value is 174, green value is 89 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ae598c hue: 0.90 , saturation: 0.34 and the lightness value of ae598c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011001 10001100
Octal 256 131 214
Decimal 174 89 140
Hex AE 59 8C

RGB Percentages of Color #ae598c

%43.18
%22.08
%34.74

CMYK Percentages of Color #ae598c

%0
%49
%20
%32

Triadic Colors of #ae598c

#ae598c #8cae59 #598cae

Analogous Colors of #ae598c

#ae598c #ae5962 #a659ae

Monochromatic Colors of #ae598c

#ae598c

Complementary Color

#ae598c #59ae7b

#ae598c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae598c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae598c Color CSS Codes

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

#ae598c Text Font Color

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

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


#ae598c Background Color

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

This div background color is #ae598c


#ae598c Border Color

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

This div border color is #ae598c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae598c


Comments

No comments written yet.

Please login to write comment.