Color Hex Logo

#ae159f Color Hex

#AE159F
(174,21,159)
0 Favorites   0 Comments

Color spaces of #ae159f

RGB 17421159
HSL0.850.780.38
HSV306°88°68°
CMYK 0.000.880.09   0.32
XYZ23.981712.038233.8605
Yxy12.03820.34320.1723
Hunter Lab34.696162.6597-33.5748
CIE-Lab41.276869.0665-36.7475

#ae159f color RGB value is (174,21,159).

#ae159f hex color red value is 174, green value is 21 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ae159f hue: 0.85 , saturation: 0.78 and the lightness value of ae159f is 0.38.

The process color (four color CMYK) of #ae159f color hex is 0.00, 0.88, 0.09, 0.32. Web safe color of #ae159f is #990099. Color #ae159f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 10011111
Octal 256 25 237
Decimal 174 21 159
Hex AE 15 9F

RGB Percentages of Color #ae159f

%49.15
%5.93
%44.92

CMYK Percentages of Color #ae159f

%0
%88
%9
%32

Triadic Colors of #ae159f

#ae159f #9fae15 #159fae

Analogous Colors of #ae159f

#ae159f #ae1552 #7115ae

Monochromatic Colors of #ae159f

#ae159f

Complementary Color

#ae159f #15ae24

#ae159f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae159f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae159f Color CSS Codes

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

#ae159f Text Font Color

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

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


#ae159f Background Color

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

This div background color is #ae159f


#ae159f Border Color

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

This div border color is #ae159f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae159f


Comments

No comments written yet.

Please login to write comment.