Color Hex Logo

#ae64eb Color Hex

#AE64EB
(174,100,235)
0 Favorites   0 Comments

Color spaces of #ae64eb

RGB 174100235
HSL0.760.770.66
HSV273°57°92°
CMYK 0.260.570.00   0.08
XYZ37.008124.111281.3006
Yxy24.11120.25990.1693
Hunter Lab49.103248.6015-63.7949
CIE-Lab56.199053.9068-56.9625

#ae64eb color RGB value is (174,100,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100100 11101011
Octal 256 144 353
Decimal 174 100 235
Hex AE 64 EB

RGB Percentages of Color #ae64eb

%34.18
%19.65
%46.17

CMYK Percentages of Color #ae64eb

%26
%57
%0
%8

Triadic Colors of #ae64eb

#ae64eb #ebae64 #64ebae

Analogous Colors of #ae64eb

#ae64eb #eb64e5 #6b64eb

Monochromatic Colors of #ae64eb

#ae64eb

Complementary Color

#ae64eb #a1eb64

#ae64eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae64eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae64eb Color CSS Codes

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

#ae64eb Text Font Color

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

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


#ae64eb Background Color

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

This div background color is #ae64eb


#ae64eb Border Color

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

This div border color is #ae64eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae64eb


Comments

No comments written yet.

Please login to write comment.