Color Hex Logo

#ae405e Color Hex

#AE405E
(174,64,94)
0 Favorites   0 Comments

Color spaces of #ae405e

RGB 1746494
HSL0.950.460.47
HSV344°63°68°
CMYK 0.000.630.46   0.32
XYZ21.309313.473612.0672
Yxy13.47360.45480.2876
Hunter Lab36.706439.38906.2029
CIE-Lab43.468347.41906.4636

#ae405e color RGB value is (174,64,94).

#ae405e hex color red value is 174, green value is 64 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ae405e hue: 0.95 , saturation: 0.46 and the lightness value of ae405e is 0.47.

The process color (four color CMYK) of #ae405e color hex is 0.00, 0.63, 0.46, 0.32. Web safe color of #ae405e is #993366. Color #ae405e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000000 01011110
Octal 256 100 136
Decimal 174 64 94
Hex AE 40 5E

RGB Percentages of Color #ae405e

%52.41
%19.28
%28.31

CMYK Percentages of Color #ae405e

%0
%63
%46
%32

Triadic Colors of #ae405e

#ae405e #5eae40 #405eae

Analogous Colors of #ae405e

#ae405e #ae5940 #ae4095

Monochromatic Colors of #ae405e

#ae405e

Complementary Color

#ae405e #40ae90

#ae405e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae405e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae405e Color CSS Codes

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

#ae405e Text Font Color

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

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


#ae405e Background Color

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

This div background color is #ae405e


#ae405e Border Color

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

This div border color is #ae405e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae405e


Comments

No comments written yet.

Please login to write comment.