Color Hex Logo

#ae44ae Color Hex

#AE44AE
(174,68,174)
0 Favorites   0 Comments

Color spaces of #ae44ae

RGB 17468174
HSL0.830.440.47
HSV300°61°68°
CMYK 0.000.610.00   0.32
XYZ27.162716.188941.7375
Yxy16.18890.31920.1903
Hunter Lab40.235450.0923-33.3386
CIE-Lab47.221456.8370-36.2820

#ae44ae color RGB value is (174,68,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 10101110
Octal 256 104 256
Decimal 174 68 174
Hex AE 44 AE

RGB Percentages of Color #ae44ae

%41.83
%16.35
%41.83

CMYK Percentages of Color #ae44ae

%0
%61
%0
%32

Triadic Colors of #ae44ae

#ae44ae #aeae44 #44aeae

Analogous Colors of #ae44ae

#ae44ae #ae4479 #7944ae

Monochromatic Colors of #ae44ae

#ae44ae

Complementary Color

#ae44ae #44ae44

#ae44ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae44ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae44ae Color CSS Codes

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

#ae44ae Text Font Color

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

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


#ae44ae Background Color

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

This div background color is #ae44ae


#ae44ae Border Color

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

This div border color is #ae44ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae44ae


Comments

No comments written yet.

Please login to write comment.