Color Hex Logo

#ae29ae Color Hex

#AE29AE
(174,41,174)
0 Favorites   0 Comments

Color spaces of #ae29ae

RGB 17441174
HSL0.830.620.42
HSV300°76°68°
CMYK 0.000.760.00   0.32
XYZ25.888513.640541.3128
Yxy13.64050.32020.1687
Hunter Lab36.933060.4881-40.4678
CIE-Lab43.712966.7272-41.8366

#ae29ae color RGB value is (174,41,174).

#ae29ae hex color red value is 174, green value is 41 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ae29ae hue: 0.83 , saturation: 0.62 and the lightness value of ae29ae is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101001 10101110
Octal 256 51 256
Decimal 174 41 174
Hex AE 29 AE

RGB Percentages of Color #ae29ae

%44.73
%10.54
%44.73

CMYK Percentages of Color #ae29ae

%0
%76
%0
%32

Triadic Colors of #ae29ae

#ae29ae #aeae29 #29aeae

Analogous Colors of #ae29ae

#ae29ae #ae296c #6c29ae

Monochromatic Colors of #ae29ae

#ae29ae

Complementary Color

#ae29ae #29ae29

#ae29ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae29ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae29ae Color CSS Codes

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

#ae29ae Text Font Color

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

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


#ae29ae Background Color

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

This div background color is #ae29ae


#ae29ae Border Color

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

This div border color is #ae29ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae29ae


Comments

No comments written yet.

Please login to write comment.