Color Hex Logo

#ae21da Color Hex

#AE21DA
(174,33,218)
0 Favorites   0 Comments

Color spaces of #ae21da

RGB 17433218
HSL0.790.740.49
HSV286°85°85°
CMYK 0.200.850.00   0.15
XYZ30.654315.148367.6379
Yxy15.14830.27020.1335
Hunter Lab38.920872.4764-75.7916
CIE-Lab45.836776.3523-64.0352

#ae21da color RGB value is (174,33,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 11011010
Octal 256 41 332
Decimal 174 33 218
Hex AE 21 DA

RGB Percentages of Color #ae21da

%40.94
%7.76
%51.29

CMYK Percentages of Color #ae21da

%20
%85
%0
%15

Triadic Colors of #ae21da

#ae21da #daae21 #21daae

Analogous Colors of #ae21da

#ae21da #da21aa #5221da

Monochromatic Colors of #ae21da

#ae21da

Complementary Color

#ae21da #4dda21

#ae21da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae21da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae21da Color CSS Codes

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

#ae21da Text Font Color

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

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


#ae21da Background Color

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

This div background color is #ae21da


#ae21da Border Color

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

This div border color is #ae21da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae21da


Comments

No comments written yet.

Please login to write comment.