Color Hex Logo

#ae497c Color Hex

#AE497C
(174,73,124)
0 Favorites   0 Comments

Color spaces of #ae497c

RGB 17473124
HSL0.920.410.48
HSV330°58°68°
CMYK 0.000.580.29   0.32
XYZ23.476215.219020.7690
Yxy15.21900.39480.2559
Hunter Lab39.011539.1468-4.2568
CIE-Lab45.932746.7621-8.3477

#ae497c color RGB value is (174,73,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 01111100
Octal 256 111 174
Decimal 174 73 124
Hex AE 49 7C

RGB Percentages of Color #ae497c

%46.90
%19.68
%33.42

CMYK Percentages of Color #ae497c

%0
%58
%29
%32

Triadic Colors of #ae497c

#ae497c #7cae49 #497cae

Analogous Colors of #ae497c

#ae497c #ae494a #ae49ae

Monochromatic Colors of #ae497c

#ae497c

Complementary Color

#ae497c #49ae7b

#ae497c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae497c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae497c Color CSS Codes

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

#ae497c Text Font Color

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

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


#ae497c Background Color

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

This div background color is #ae497c


#ae497c Border Color

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

This div border color is #ae497c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae497c


Comments

No comments written yet.

Please login to write comment.