Color Hex Logo

#ae40ae Color Hex

#AE40AE
(174,64,174)
0 Favorites   0 Comments

Color spaces of #ae40ae

RGB 17464174
HSL0.830.460.47
HSV300°63°68°
CMYK 0.000.630.00   0.32
XYZ26.928915.721541.6596
Yxy15.72150.31940.1865
Hunter Lab39.650351.8418-34.5392
CIE-Lab46.607058.5375-37.2508

#ae40ae color RGB value is (174,64,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000000 10101110
Octal 256 100 256
Decimal 174 64 174
Hex AE 40 AE

RGB Percentages of Color #ae40ae

%42.23
%15.53
%42.23

CMYK Percentages of Color #ae40ae

%0
%63
%0
%32

Triadic Colors of #ae40ae

#ae40ae #aeae40 #40aeae

Analogous Colors of #ae40ae

#ae40ae #ae4077 #7740ae

Monochromatic Colors of #ae40ae

#ae40ae

Complementary Color

#ae40ae #40ae40

#ae40ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae40ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae40ae Color CSS Codes

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

#ae40ae Text Font Color

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

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


#ae40ae Background Color

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

This div background color is #ae40ae


#ae40ae Border Color

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

This div border color is #ae40ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae40ae


Comments

No comments written yet.

Please login to write comment.