Color Hex Logo

#ae57ae Color Hex

#AE57AE
(174,87,174)
0 Favorites   0 Comments

Color spaces of #ae57ae

RGB 17487174
HSL0.830.350.51
HSV300°50°68°
CMYK 0.000.500.00   0.32
XYZ28.503718.871142.1846
Yxy18.87110.31830.2107
Hunter Lab43.440941.1011-27.1668
CIE-Lab50.536147.8824-31.0839

#ae57ae color RGB value is (174,87,174).

#ae57ae hex color red value is 174, green value is 87 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ae57ae hue: 0.83 , saturation: 0.35 and the lightness value of ae57ae is 0.51.

The process color (four color CMYK) of #ae57ae color hex is 0.00, 0.50, 0.00, 0.32. Web safe color of #ae57ae is #996699. Color #ae57ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010111 10101110
Octal 256 127 256
Decimal 174 87 174
Hex AE 57 AE

RGB Percentages of Color #ae57ae

%40.00
%20.00
%40.00

CMYK Percentages of Color #ae57ae

%0
%50
%0
%32

Triadic Colors of #ae57ae

#ae57ae #aeae57 #57aeae

Analogous Colors of #ae57ae

#ae57ae #ae5783 #8357ae

Monochromatic Colors of #ae57ae

#ae57ae

Complementary Color

#ae57ae #57ae57

#ae57ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae57ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae57ae Color CSS Codes

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

#ae57ae Text Font Color

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

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


#ae57ae Background Color

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

This div background color is #ae57ae


#ae57ae Border Color

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

This div border color is #ae57ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae57ae


Comments

No comments written yet.

Please login to write comment.