Color Hex Logo

#ae60eb Color Hex

#AE60EB
(174,96,235)
0 Favorites   0 Comments

Color spaces of #ae60eb

RGB 17496235
HSL0.760.780.65
HSV274°59°92°
CMYK 0.260.590.00   0.08
XYZ36.633823.362681.1759
Yxy23.36260.25950.1655
Hunter Lab48.334950.7021-65.7401
CIE-Lab55.443955.9264-58.1715

#ae60eb color RGB value is (174,96,235).

#ae60eb hex color red value is 174, green value is 96 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ae60eb hue: 0.76 , saturation: 0.78 and the lightness value of ae60eb is 0.65.

The process color (four color CMYK) of #ae60eb color hex is 0.26, 0.59, 0.00, 0.08. Web safe color of #ae60eb is #9966ff. Color #ae60eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100000 11101011
Octal 256 140 353
Decimal 174 96 235
Hex AE 60 EB

RGB Percentages of Color #ae60eb

%34.46
%19.01
%46.53

CMYK Percentages of Color #ae60eb

%26
%59
%0
%8

Triadic Colors of #ae60eb

#ae60eb #ebae60 #60ebae

Analogous Colors of #ae60eb

#ae60eb #eb60e3 #6960eb

Monochromatic Colors of #ae60eb

#ae60eb

Complementary Color

#ae60eb #9deb60

#ae60eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae60eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae60eb Color CSS Codes

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

#ae60eb Text Font Color

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

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


#ae60eb Background Color

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

This div background color is #ae60eb


#ae60eb Border Color

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

This div border color is #ae60eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae60eb


Comments

No comments written yet.

Please login to write comment.