Color Hex Logo

#ae20dd Color Hex

#AE20DD
(174,32,221)
0 Favorites   0 Comments

Color spaces of #ae20dd

RGB 17432221
HSL0.790.750.50
HSV285°86°87°
CMYK 0.210.860.00   0.13
XYZ31.023215.252269.7155
Yxy15.25220.26750.1315
Hunter Lab39.054173.4496-78.5009
CIE-Lab45.977777.1143-65.5217

#ae20dd color RGB value is (174,32,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100000 11011101
Octal 256 40 335
Decimal 174 32 221
Hex AE 20 DD

RGB Percentages of Color #ae20dd

%40.75
%7.49
%51.76

CMYK Percentages of Color #ae20dd

%21
%86
%0
%13

Triadic Colors of #ae20dd

#ae20dd #ddae20 #20ddae

Analogous Colors of #ae20dd

#ae20dd #dd20ae #4f20dd

Monochromatic Colors of #ae20dd

#ae20dd

Complementary Color

#ae20dd #4fdd20

#ae20dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae20dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae20dd Color CSS Codes

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

#ae20dd Text Font Color

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

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


#ae20dd Background Color

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

This div background color is #ae20dd


#ae20dd Border Color

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

This div border color is #ae20dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,32,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 #ae20dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae20dd


Comments

No comments written yet.

Please login to write comment.