Color Hex Logo

#ae20eb Color Hex

#AE20EB
(174,32,235)
0 Favorites   0 Comments

Color spaces of #ae20eb

RGB 17432235
HSL0.780.840.52
HSV282°86°92°
CMYK 0.260.860.00   0.08
XYZ32.967516.029979.9538
Yxy16.02990.25570.1243
Hunter Lab40.037476.9148-90.3748
CIE-Lab47.013779.6955-71.7916

#ae20eb color RGB value is (174,32,235).

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

The process color (four color CMYK) of #ae20eb color hex is 0.26, 0.86, 0.00, 0.08. Web safe color of #ae20eb is #9933ff. Color #ae20eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100000 11101011
Octal 256 40 353
Decimal 174 32 235
Hex AE 20 EB

RGB Percentages of Color #ae20eb

%39.46
%7.26
%53.29

CMYK Percentages of Color #ae20eb

%26
%86
%0
%8

Triadic Colors of #ae20eb

#ae20eb #ebae20 #20ebae

Analogous Colors of #ae20eb

#ae20eb #eb20c3 #4920eb

Monochromatic Colors of #ae20eb

#ae20eb

Complementary Color

#ae20eb #5deb20

#ae20eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae20eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae20eb Color CSS Codes

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

#ae20eb Text Font Color

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

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


#ae20eb Background Color

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

This div background color is #ae20eb


#ae20eb Border Color

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

This div border color is #ae20eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae20eb


Comments

No comments written yet.

Please login to write comment.