Color Hex Logo

#ae156f Color Hex

#AE156F
(174,21,111)
0 Favorites   0 Comments

Color spaces of #ae156f

RGB 17421111
HSL0.900.780.38
HSV325°88°68°
CMYK 0.000.880.36   0.32
XYZ20.593010.682716.0155
Yxy10.68270.43550.2259
Hunter Lab32.684455.2673-6.1733
CIE-Lab39.040863.0608-10.6760

#ae156f color RGB value is (174,21,111).

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

The process color (four color CMYK) of #ae156f color hex is 0.00, 0.88, 0.36, 0.32. Web safe color of #ae156f is #990066. Color #ae156f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 01101111
Octal 256 25 157
Decimal 174 21 111
Hex AE 15 6F

RGB Percentages of Color #ae156f

%56.86
%6.86
%36.27

CMYK Percentages of Color #ae156f

%0
%88
%36
%32

Triadic Colors of #ae156f

#ae156f #6fae15 #156fae

Analogous Colors of #ae156f

#ae156f #ae1522 #a115ae

Monochromatic Colors of #ae156f

#ae156f

Complementary Color

#ae156f #15ae54

#ae156f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae156f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae156f Color CSS Codes

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

#ae156f Text Font Color

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

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


#ae156f Background Color

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

This div background color is #ae156f


#ae156f Border Color

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

This div border color is #ae156f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae156f


Comments

No comments written yet.

Please login to write comment.