Color Hex Logo

#ae21dd Color Hex

#AE21DD
(174,33,221)
0 Favorites   0 Comments

Color spaces of #ae21dd

RGB 17433221
HSL0.790.740.50
HSV285°85°87°
CMYK 0.210.850.00   0.13
XYZ31.050615.306869.7246
Yxy15.30680.26750.1319
Hunter Lab39.123973.1993-78.2768
CIE-Lab46.051676.8973-65.4018

#ae21dd color RGB value is (174,33,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 11011101
Octal 256 41 335
Decimal 174 33 221
Hex AE 21 DD

RGB Percentages of Color #ae21dd

%40.65
%7.71
%51.64

CMYK Percentages of Color #ae21dd

%21
%85
%0
%13

Triadic Colors of #ae21dd

#ae21dd #ddae21 #21ddae

Analogous Colors of #ae21dd

#ae21dd #dd21ae #5021dd

Monochromatic Colors of #ae21dd

#ae21dd

Complementary Color

#ae21dd #50dd21

#ae21dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae21dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae21dd Color CSS Codes

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

#ae21dd Text Font Color

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

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


#ae21dd Background Color

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

This div background color is #ae21dd


#ae21dd Border Color

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

This div border color is #ae21dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae21dd


Comments

No comments written yet.

Please login to write comment.