Color Hex Logo

#ae21ae Color Hex

#AE21AE
(174,33,174)
0 Favorites   0 Comments

Color spaces of #ae21ae

RGB 17433174
HSL0.830.680.41
HSV300°81°68°
CMYK 0.000.810.00   0.32
XYZ25.639413.142441.2298
Yxy13.14240.32040.1643
Hunter Lab36.252462.8016-42.0536
CIE-Lab42.977068.8561-43.0083

#ae21ae color RGB value is (174,33,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 10101110
Octal 256 41 256
Decimal 174 33 174
Hex AE 21 AE

RGB Percentages of Color #ae21ae

%45.67
%8.66
%45.67

CMYK Percentages of Color #ae21ae

%0
%81
%0
%32

Triadic Colors of #ae21ae

#ae21ae #aeae21 #21aeae

Analogous Colors of #ae21ae

#ae21ae #ae2168 #6821ae

Monochromatic Colors of #ae21ae

#ae21ae

Complementary Color

#ae21ae #21ae21

#ae21ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae21ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae21ae Color CSS Codes

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

#ae21ae Text Font Color

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

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


#ae21ae Background Color

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

This div background color is #ae21ae


#ae21ae Border Color

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

This div border color is #ae21ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae21ae


Comments

No comments written yet.

Please login to write comment.