Color Hex Logo

#ae559f Color Hex

#AE559F
(174,85,159)
0 Favorites   0 Comments

Color spaces of #ae559f

RGB 17485159
HSL0.860.350.51
HSV310°51°68°
CMYK 0.000.510.09   0.32
XYZ26.962117.998934.8540
Yxy17.99890.33780.2255
Hunter Lab42.425139.1968-19.0116
CIE-Lab49.494846.2250-23.8910

#ae559f color RGB value is (174,85,159).

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

The process color (four color CMYK) of #ae559f color hex is 0.00, 0.51, 0.09, 0.32. Web safe color of #ae559f is #996699. Color #ae559f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010101 10011111
Octal 256 125 237
Decimal 174 85 159
Hex AE 55 9F

RGB Percentages of Color #ae559f

%41.63
%20.33
%38.04

CMYK Percentages of Color #ae559f

%0
%51
%9
%32

Triadic Colors of #ae559f

#ae559f #9fae55 #559fae

Analogous Colors of #ae559f

#ae559f #ae5573 #9155ae

Monochromatic Colors of #ae559f

#ae559f

Complementary Color

#ae559f #55ae64

#ae559f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae559f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae559f Color CSS Codes

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

#ae559f Text Font Color

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

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


#ae559f Background Color

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

This div background color is #ae559f


#ae559f Border Color

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

This div border color is #ae559f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae559f


Comments

No comments written yet.

Please login to write comment.