Color Hex Logo

#ae155e Color Hex

#AE155E
(174,21,94)
0 Favorites   0 Comments

Color spaces of #ae155e

RGB 1742194
HSL0.920.780.38
HSV331°88°68°
CMYK 0.000.880.46   0.32
XYZ19.744110.343211.5455
Yxy10.34320.47420.2484
Hunter Lab32.160853.30281.2279
CIE-Lab38.451561.4167-0.7813

#ae155e color RGB value is (174,21,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 01011110
Octal 256 25 136
Decimal 174 21 94
Hex AE 15 5E

RGB Percentages of Color #ae155e

%60.21
%7.27
%32.53

CMYK Percentages of Color #ae155e

%0
%88
%46
%32

Triadic Colors of #ae155e

#ae155e #5eae15 #155eae

Analogous Colors of #ae155e

#ae155e #ae1915 #ae15ab

Monochromatic Colors of #ae155e

#ae155e

Complementary Color

#ae155e #15ae65

#ae155e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae155e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae155e Color CSS Codes

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

#ae155e Text Font Color

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

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


#ae155e Background Color

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

This div background color is #ae155e


#ae155e Border Color

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

This div border color is #ae155e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae155e


Comments

No comments written yet.

Please login to write comment.