Color Hex Logo

#ae21de Color Hex

#AE21DE
(174,33,222)
0 Favorites   0 Comments

Color spaces of #ae21de

RGB 17433222
HSL0.790.740.50
HSV285°85°87°
CMYK 0.220.850.00   0.13
XYZ31.184215.360370.4285
Yxy15.36030.26660.1313
Hunter Lab39.192273.4413-79.1097
CIE-Lab46.123877.0792-65.8555

#ae21de color RGB value is (174,33,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100001 11011110
Octal 256 41 336
Decimal 174 33 222
Hex AE 21 DE

RGB Percentages of Color #ae21de

%40.56
%7.69
%51.75

CMYK Percentages of Color #ae21de

%22
%85
%0
%13

Triadic Colors of #ae21de

#ae21de #deae21 #21deae

Analogous Colors of #ae21de

#ae21de #de21b0 #4f21de

Monochromatic Colors of #ae21de

#ae21de

Complementary Color

#ae21de #51de21

#ae21de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae21de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae21de Color CSS Codes

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

#ae21de Text Font Color

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

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


#ae21de Background Color

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

This div background color is #ae21de


#ae21de Border Color

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

This div border color is #ae21de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae21de


Comments

No comments written yet.

Please login to write comment.