Color Hex Logo

#ae494e Color Hex

#AE494E
(174,73,78)
0 Favorites   0 Comments

Color spaces of #ae494e

RGB 1747378
HSL0.990.410.48
HSV357°58°68°
CMYK 0.000.580.55   0.32
XYZ21.213214.31388.8525
Yxy14.31380.47800.3225
Hunter Lab37.833633.875812.6105
CIE-Lab44.679641.740717.9774

#ae494e color RGB value is (174,73,78).

#ae494e hex color red value is 174, green value is 73 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ae494e hue: 0.99 , saturation: 0.41 and the lightness value of ae494e is 0.48.

The process color (four color CMYK) of #ae494e color hex is 0.00, 0.58, 0.55, 0.32. Web safe color of #ae494e is #993366. Color #ae494e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 01001110
Octal 256 111 116
Decimal 174 73 78
Hex AE 49 4E

RGB Percentages of Color #ae494e

%53.54
%22.46
%24.00

CMYK Percentages of Color #ae494e

%0
%58
%55
%32

Triadic Colors of #ae494e

#ae494e #4eae49 #494eae

Analogous Colors of #ae494e

#ae494e #ae7749 #ae4981

Monochromatic Colors of #ae494e

#ae494e

Complementary Color

#ae494e #49aea9

#ae494e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae494e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae494e Color CSS Codes

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

#ae494e Text Font Color

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

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


#ae494e Background Color

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

This div background color is #ae494e


#ae494e Border Color

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

This div border color is #ae494e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae494e


Comments

No comments written yet.

Please login to write comment.