Color Hex Logo

#ae21cc Color Hex

#AE21CC
(174,33,204)
0 Favorites   0 Comments

Color spaces of #ae21cc

RGB 17433204
HSL0.800.720.46
HSV289°84°80°
CMYK 0.150.840.00   0.20
XYZ28.898514.446058.3920
Yxy14.44600.28410.1420
Hunter Lab38.007969.2049-64.4824
CIE-Lab44.865973.8610-57.5493

#ae21cc color RGB value is (174,33,204).

#ae21cc hex color red value is 174, green value is 33 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ae21cc hue: 0.80 , saturation: 0.72 and the lightness value of ae21cc is 0.46.

The process color (four color CMYK) of #ae21cc color hex is 0.15, 0.84, 0.00, 0.20. Web safe color of #ae21cc is #9933cc. Color #ae21cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 11001100
Octal 256 41 314
Decimal 174 33 204
Hex AE 21 CC

RGB Percentages of Color #ae21cc

%42.34
%8.03
%49.64

CMYK Percentages of Color #ae21cc

%15
%84
%0
%20

Triadic Colors of #ae21cc

#ae21cc #ccae21 #21ccae

Analogous Colors of #ae21cc

#ae21cc #cc2195 #5921cc

Monochromatic Colors of #ae21cc

#ae21cc

Complementary Color

#ae21cc #3fcc21

#ae21cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae21cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae21cc Color CSS Codes

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

#ae21cc Text Font Color

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

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


#ae21cc Background Color

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

This div background color is #ae21cc


#ae21cc Border Color

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

This div border color is #ae21cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae21cc


Comments

No comments written yet.

Please login to write comment.