Color Hex Logo

#ae52db Color Hex

#AE52DB
(174,82,219)
0 Favorites   0 Comments

Color spaces of #ae52db

RGB 17482219
HSL0.780.660.59
HSV280°63°86°
CMYK 0.210.630.00   0.14
XYZ33.259020.147769.1538
Yxy20.14770.27140.1644
Hunter Lab44.886253.7110-59.9247
CIE-Lab52.003859.2188-54.6677

#ae52db color RGB value is (174,82,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 11011011
Octal 256 122 333
Decimal 174 82 219
Hex AE 52 DB

RGB Percentages of Color #ae52db

%36.63
%17.26
%46.11

CMYK Percentages of Color #ae52db

%21
%63
%0
%14

Triadic Colors of #ae52db

#ae52db #dbae52 #52dbae

Analogous Colors of #ae52db

#ae52db #db52c4 #6a52db

Monochromatic Colors of #ae52db

#ae52db

Complementary Color

#ae52db #7fdb52

#ae52db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae52db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae52db Color CSS Codes

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

#ae52db Text Font Color

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

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


#ae52db Background Color

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

This div background color is #ae52db


#ae52db Border Color

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

This div border color is #ae52db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae52db


Comments

No comments written yet.

Please login to write comment.