Color Hex Logo

#ae53df Color Hex

#AE53DF
(174,83,223)
0 Favorites   0 Comments

Color spaces of #ae53df

RGB 17483223
HSL0.780.690.60
HSV279°63°87°
CMYK 0.220.630.00   0.13
XYZ33.868120.512971.9864
Yxy20.51290.26800.1623
Hunter Lab45.291254.2202-62.5325
CIE-Lab52.412259.5963-56.2794

#ae53df color RGB value is (174,83,223).

#ae53df hex color red value is 174, green value is 83 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ae53df hue: 0.78 , saturation: 0.69 and the lightness value of ae53df is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010011 11011111
Octal 256 123 337
Decimal 174 83 223
Hex AE 53 DF

RGB Percentages of Color #ae53df

%36.25
%17.29
%46.46

CMYK Percentages of Color #ae53df

%22
%63
%0
%13

Triadic Colors of #ae53df

#ae53df #dfae53 #53dfae

Analogous Colors of #ae53df

#ae53df #df53ca #6853df

Monochromatic Colors of #ae53df

#ae53df

Complementary Color

#ae53df #84df53

#ae53df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae53df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae53df Color CSS Codes

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

#ae53df Text Font Color

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

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


#ae53df Background Color

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

This div background color is #ae53df


#ae53df Border Color

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

This div border color is #ae53df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae53df


Comments

No comments written yet.

Please login to write comment.