Color Hex Logo

#ae477c Color Hex

#AE477C
(174,71,124)
0 Favorites   0 Comments

Color spaces of #ae477c

RGB 17471124
HSL0.910.420.48
HSV329°59°68°
CMYK 0.000.590.29   0.32
XYZ23.346914.960420.7259
Yxy14.96040.39550.2534
Hunter Lab38.678740.0570-4.6954
CIE-Lab45.579947.7058-8.8763

#ae477c color RGB value is (174,71,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000111 01111100
Octal 256 107 174
Decimal 174 71 124
Hex AE 47 7C

RGB Percentages of Color #ae477c

%47.15
%19.24
%33.60

CMYK Percentages of Color #ae477c

%0
%59
%29
%32

Triadic Colors of #ae477c

#ae477c #7cae47 #477cae

Analogous Colors of #ae477c

#ae477c #ae4748 #ad47ae

Monochromatic Colors of #ae477c

#ae477c

Complementary Color

#ae477c #47ae79

#ae477c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae477c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae477c Color CSS Codes

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

#ae477c Text Font Color

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

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


#ae477c Background Color

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

This div background color is #ae477c


#ae477c Border Color

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

This div border color is #ae477c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae477c


Comments

No comments written yet.

Please login to write comment.