Color Hex Logo

#ae52ef Color Hex

#AE52EF
(174,82,239)
0 Favorites   0 Comments

Color spaces of #ae52ef

RGB 17482239
HSL0.760.830.63
HSV275°66°94°
CMYK 0.270.660.00   0.06
XYZ36.052821.265383.8658
Yxy21.26530.25540.1506
Hunter Lab46.114358.8537-75.5477
CIE-Lab53.238663.4978-63.9550

#ae52ef color RGB value is (174,82,239).

#ae52ef hex color red value is 174, green value is 82 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ae52ef hue: 0.76 , saturation: 0.83 and the lightness value of ae52ef is 0.63.

The process color (four color CMYK) of #ae52ef color hex is 0.27, 0.66, 0.00, 0.06. Web safe color of #ae52ef is #9966ff. Color #ae52ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 11101111
Octal 256 122 357
Decimal 174 82 239
Hex AE 52 EF

RGB Percentages of Color #ae52ef

%35.15
%16.57
%48.28

CMYK Percentages of Color #ae52ef

%27
%66
%0
%6

Triadic Colors of #ae52ef

#ae52ef #efae52 #52efae

Analogous Colors of #ae52ef

#ae52ef #ef52e2 #6052ef

Monochromatic Colors of #ae52ef

#ae52ef

Complementary Color

#ae52ef #93ef52

#ae52ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae52ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae52ef Color CSS Codes

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

#ae52ef Text Font Color

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

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


#ae52ef Background Color

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

This div background color is #ae52ef


#ae52ef Border Color

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

This div border color is #ae52ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae52ef


Comments

No comments written yet.

Please login to write comment.