Color Hex Logo

#ae40ac Color Hex

#AE40AC
(174,64,172)
0 Favorites   0 Comments

Color spaces of #ae40ac

RGB 17464172
HSL0.840.460.47
HSV301°63°68°
CMYK 0.000.630.01   0.32
XYZ26.735315.644040.6402
Yxy15.64400.32200.1884
Hunter Lab39.552551.4393-33.2337
CIE-Lab46.503958.1928-36.2344

#ae40ac color RGB value is (174,64,172).

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

The process color (four color CMYK) of #ae40ac color hex is 0.00, 0.63, 0.01, 0.32. Web safe color of #ae40ac is #993399. Color #ae40ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000000 10101100
Octal 256 100 254
Decimal 174 64 172
Hex AE 40 AC

RGB Percentages of Color #ae40ac

%42.44
%15.61
%41.95

CMYK Percentages of Color #ae40ac

%0
%63
%1
%32

Triadic Colors of #ae40ac

#ae40ac #acae40 #40acae

Analogous Colors of #ae40ac

#ae40ac #ae4075 #7940ae

Monochromatic Colors of #ae40ac

#ae40ac

Complementary Color

#ae40ac #40ae42

#ae40ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae40ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae40ac Color CSS Codes

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

#ae40ac Text Font Color

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

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


#ae40ac Background Color

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

This div background color is #ae40ac


#ae40ac Border Color

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

This div border color is #ae40ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae40ac


Comments

No comments written yet.

Please login to write comment.