Color Hex Logo

#ae21dc Color Hex

#AE21DC
(174,33,220)
0 Favorites   0 Comments

Color spaces of #ae21dc

RGB 17433220
HSL0.790.740.50
HSV285°85°86°
CMYK 0.210.850.00   0.14
XYZ30.917715.253769.0249
Yxy15.25370.26840.1324
Hunter Lab39.056072.9571-77.4459
CIE-Lab45.979776.7149-64.9471

#ae21dc color RGB value is (174,33,220).

#ae21dc hex color red value is 174, green value is 33 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ae21dc hue: 0.79 , saturation: 0.74 and the lightness value of ae21dc is 0.50.

The process color (four color CMYK) of #ae21dc color hex is 0.21, 0.85, 0.00, 0.14. Web safe color of #ae21dc is #9933cc. Color #ae21dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 11011100
Octal 256 41 334
Decimal 174 33 220
Hex AE 21 DC

RGB Percentages of Color #ae21dc

%40.75
%7.73
%51.52

CMYK Percentages of Color #ae21dc

%21
%85
%0
%14

Triadic Colors of #ae21dc

#ae21dc #dcae21 #21dcae

Analogous Colors of #ae21dc

#ae21dc #dc21ad #5021dc

Monochromatic Colors of #ae21dc

#ae21dc

Complementary Color

#ae21dc #4fdc21

#ae21dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae21dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae21dc Color CSS Codes

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

#ae21dc Text Font Color

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

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


#ae21dc Background Color

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

This div background color is #ae21dc


#ae21dc Border Color

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

This div border color is #ae21dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae21dc


Comments

No comments written yet.

Please login to write comment.