Color Hex Logo

#ae60df Color Hex

#AE60DF
(174,96,223)
0 Favorites   0 Comments

Color spaces of #ae60df

RGB 17496223
HSL0.770.660.63
HSV277°57°87°
CMYK 0.220.570.00   0.13
XYZ34.957722.692172.3496
Yxy22.69210.26890.1746
Hunter Lab47.636247.6283-56.7039
CIE-Lab54.753853.2647-52.5348

#ae60df color RGB value is (174,96,223).

#ae60df hex color red value is 174, green value is 96 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ae60df hue: 0.77 , saturation: 0.66 and the lightness value of ae60df is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100000 11011111
Octal 256 140 337
Decimal 174 96 223
Hex AE 60 DF

RGB Percentages of Color #ae60df

%35.29
%19.47
%45.23

CMYK Percentages of Color #ae60df

%22
%57
%0
%13

Triadic Colors of #ae60df

#ae60df #dfae60 #60dfae

Analogous Colors of #ae60df

#ae60df #df60d1 #6f60df

Monochromatic Colors of #ae60df

#ae60df

Complementary Color

#ae60df #91df60

#ae60df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae60df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae60df Color CSS Codes

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

#ae60df Text Font Color

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

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


#ae60df Background Color

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

This div background color is #ae60df


#ae60df Border Color

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

This div border color is #ae60df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae60df


Comments

No comments written yet.

Please login to write comment.