Color Hex Logo

#ae519f Color Hex

#AE519F
(174,81,159)
0 Favorites   0 Comments

Color spaces of #ae519f

RGB 17481159
HSL0.860.360.50
HSV310°53°68°
CMYK 0.000.530.09   0.32
XYZ26.656017.386734.7519
Yxy17.38670.33830.2207
Hunter Lab41.697441.1399-20.2260
CIE-Lab48.743648.2147-25.0524

#ae519f color RGB value is (174,81,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010001 10011111
Octal 256 121 237
Decimal 174 81 159
Hex AE 51 9F

RGB Percentages of Color #ae519f

%42.03
%19.57
%38.41

CMYK Percentages of Color #ae519f

%0
%53
%9
%32

Triadic Colors of #ae519f

#ae519f #9fae51 #519fae

Analogous Colors of #ae519f

#ae519f #ae5171 #8f51ae

Monochromatic Colors of #ae519f

#ae519f

Complementary Color

#ae519f #51ae60

#ae519f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae519f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae519f Color CSS Codes

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

#ae519f Text Font Color

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

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


#ae519f Background Color

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

This div background color is #ae519f


#ae519f Border Color

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

This div border color is #ae519f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,81,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 #ae519f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae519f


Comments

No comments written yet.

Please login to write comment.