Color Hex Logo

#ae496e Color Hex

#AE496E
(174,73,110)
0 Favorites   0 Comments

Color spaces of #ae496e

RGB 17473110
HSL0.940.410.48
HSV338°58°68°
CMYK 0.000.580.37   0.32
XYZ22.652614.889516.4319
Yxy14.88950.41970.2759
Hunter Lab38.586937.26201.7627
CIE-Lab45.482544.9904-0.4768

#ae496e color RGB value is (174,73,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 01101110
Octal 256 111 156
Decimal 174 73 110
Hex AE 49 6E

RGB Percentages of Color #ae496e

%48.74
%20.45
%30.81

CMYK Percentages of Color #ae496e

%0
%58
%37
%32

Triadic Colors of #ae496e

#ae496e #6eae49 #496eae

Analogous Colors of #ae496e

#ae496e #ae5749 #ae49a1

Monochromatic Colors of #ae496e

#ae496e

Complementary Color

#ae496e #49ae89

#ae496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae496e Color CSS Codes

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

#ae496e Text Font Color

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

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


#ae496e Background Color

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

This div background color is #ae496e


#ae496e Border Color

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

This div border color is #ae496e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae496e


Comments

No comments written yet.

Please login to write comment.