Color Hex Logo

#ae24ad Color Hex

#AE24AD
(174,36,173)
0 Favorites   0 Comments

Color spaces of #ae24ad

RGB 17436173
HSL0.830.660.41
HSV300°79°68°
CMYK 0.000.790.01   0.32
XYZ25.629313.277640.7472
Yxy13.27760.32180.1667
Hunter Lab36.438461.7823-40.7940
CIE-Lab43.178667.9449-42.0940

#ae24ad color RGB value is (174,36,173).

#ae24ad hex color red value is 174, green value is 36 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ae24ad hue: 0.83 , saturation: 0.66 and the lightness value of ae24ad is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100100 10101101
Octal 256 44 255
Decimal 174 36 173
Hex AE 24 AD

RGB Percentages of Color #ae24ad

%45.43
%9.40
%45.17

CMYK Percentages of Color #ae24ad

%0
%79
%1
%32

Triadic Colors of #ae24ad

#ae24ad #adae24 #24adae

Analogous Colors of #ae24ad

#ae24ad #ae2468 #6a24ae

Monochromatic Colors of #ae24ad

#ae24ad

Complementary Color

#ae24ad #24ae25

#ae24ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae24ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae24ad Color CSS Codes

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

#ae24ad Text Font Color

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

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


#ae24ad Background Color

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

This div background color is #ae24ad


#ae24ad Border Color

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

This div border color is #ae24ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae24ad


Comments

No comments written yet.

Please login to write comment.