Color Hex Logo

#ae52dd Color Hex

#AE52DD
(174,82,221)
0 Favorites   0 Comments

Color spaces of #ae52dd

RGB 17482221
HSL0.780.670.59
HSV280°63°87°
CMYK 0.210.630.00   0.13
XYZ33.524020.253770.5491
Yxy20.25370.26960.1629
Hunter Lab45.004154.2092-61.4410
CIE-Lab52.122859.6390-55.6110

#ae52dd color RGB value is (174,82,221).

#ae52dd hex color red value is 174, green value is 82 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ae52dd hue: 0.78 , saturation: 0.67 and the lightness value of ae52dd is 0.59.

The process color (four color CMYK) of #ae52dd color hex is 0.21, 0.63, 0.00, 0.13. Web safe color of #ae52dd is #9966cc. Color #ae52dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 11011101
Octal 256 122 335
Decimal 174 82 221
Hex AE 52 DD

RGB Percentages of Color #ae52dd

%36.48
%17.19
%46.33

CMYK Percentages of Color #ae52dd

%21
%63
%0
%13

Triadic Colors of #ae52dd

#ae52dd #ddae52 #52ddae

Analogous Colors of #ae52dd

#ae52dd #dd52c7 #6952dd

Monochromatic Colors of #ae52dd

#ae52dd

Complementary Color

#ae52dd #81dd52

#ae52dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae52dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae52dd Color CSS Codes

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

#ae52dd Text Font Color

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

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


#ae52dd Background Color

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

This div background color is #ae52dd


#ae52dd Border Color

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

This div border color is #ae52dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae52dd


Comments

No comments written yet.

Please login to write comment.