Color Hex Logo

#ae53de Color Hex

#AE53DE
(174,83,222)
0 Favorites   0 Comments

Color spaces of #ae53de

RGB 17483222
HSL0.780.680.60
HSV279°63°87°
CMYK 0.220.630.00   0.13
XYZ33.733620.459171.2783
Yxy20.45910.26890.1631
Hunter Lab45.231753.9689-61.7698
CIE-Lab52.352459.3844-55.8095

#ae53de color RGB value is (174,83,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010011 11011110
Octal 256 123 336
Decimal 174 83 222
Hex AE 53 DE

RGB Percentages of Color #ae53de

%36.33
%17.33
%46.35

CMYK Percentages of Color #ae53de

%22
%63
%0
%13

Triadic Colors of #ae53de

#ae53de #deae53 #53deae

Analogous Colors of #ae53de

#ae53de #de53c9 #6953de

Monochromatic Colors of #ae53de

#ae53de

Complementary Color

#ae53de #83de53

#ae53de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae53de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae53de Color CSS Codes

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

#ae53de Text Font Color

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

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


#ae53de Background Color

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

This div background color is #ae53de


#ae53de Border Color

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

This div border color is #ae53de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae53de


Comments

No comments written yet.

Please login to write comment.