Color Hex Logo

#ae52eb Color Hex

#AE52EB
(174,82,235)
0 Favorites   0 Comments

Color spaces of #ae52eb

RGB 17482235
HSL0.770.790.62
HSV276°65°92°
CMYK 0.260.650.00   0.08
XYZ35.468221.031480.7873
Yxy21.03140.25840.1532
Hunter Lab45.860057.7972-72.3437
CIE-Lab52.983862.6291-62.1231

#ae52eb color RGB value is (174,82,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 11101011
Octal 256 122 353
Decimal 174 82 235
Hex AE 52 EB

RGB Percentages of Color #ae52eb

%35.44
%16.70
%47.86

CMYK Percentages of Color #ae52eb

%26
%65
%0
%8

Triadic Colors of #ae52eb

#ae52eb #ebae52 #52ebae

Analogous Colors of #ae52eb

#ae52eb #eb52dc #6152eb

Monochromatic Colors of #ae52eb

#ae52eb

Complementary Color

#ae52eb #8feb52

#ae52eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae52eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae52eb Color CSS Codes

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

#ae52eb Text Font Color

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

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


#ae52eb Background Color

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

This div background color is #ae52eb


#ae52eb Border Color

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

This div border color is #ae52eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae52eb


Comments

No comments written yet.

Please login to write comment.