Color Hex Logo

#ae54de Color Hex

#AE54DE
(174,84,222)
0 Favorites   0 Comments

Color spaces of #ae54de

RGB 17484222
HSL0.780.680.60
HSV279°62°87°
CMYK 0.220.620.00   0.13
XYZ33.810720.613271.3040
Yxy20.61320.26890.1640
Hunter Lab45.401853.4759-61.3344
CIE-Lab52.523558.9161-55.5352

#ae54de color RGB value is (174,84,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 11011110
Octal 256 124 336
Decimal 174 84 222
Hex AE 54 DE

RGB Percentages of Color #ae54de

%36.25
%17.50
%46.25

CMYK Percentages of Color #ae54de

%22
%62
%0
%13

Triadic Colors of #ae54de

#ae54de #deae54 #54deae

Analogous Colors of #ae54de

#ae54de #de54c9 #6954de

Monochromatic Colors of #ae54de

#ae54de

Complementary Color

#ae54de #84de54

#ae54de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae54de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae54de Color CSS Codes

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

#ae54de Text Font Color

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

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


#ae54de Background Color

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

This div background color is #ae54de


#ae54de Border Color

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

This div border color is #ae54de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae54de


Comments

No comments written yet.

Please login to write comment.