Color Hex Logo

#ae19eb Color Hex

#AE19EB
(174,25,235)
0 Favorites   0 Comments

Color spaces of #ae19eb

RGB 17425235
HSL0.780.840.51
HSV283°89°92°
CMYK 0.260.890.00   0.08
XYZ32.798615.692179.8975
Yxy15.69210.25550.1222
Hunter Lab39.613378.4695-91.8550
CIE-Lab46.567981.0160-72.5178

#ae19eb color RGB value is (174,25,235).

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

The process color (four color CMYK) of #ae19eb color hex is 0.26, 0.89, 0.00, 0.08. Web safe color of #ae19eb is #9900ff. Color #ae19eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011001 11101011
Octal 256 31 353
Decimal 174 25 235
Hex AE 19 EB

RGB Percentages of Color #ae19eb

%40.09
%5.76
%54.15

CMYK Percentages of Color #ae19eb

%26
%89
%0
%8

Triadic Colors of #ae19eb

#ae19eb #ebae19 #19ebae

Analogous Colors of #ae19eb

#ae19eb #eb19bf #4519eb

Monochromatic Colors of #ae19eb

#ae19eb

Complementary Color

#ae19eb #56eb19

#ae19eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae19eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae19eb Color CSS Codes

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

#ae19eb Text Font Color

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

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


#ae19eb Background Color

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

This div background color is #ae19eb


#ae19eb Border Color

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

This div border color is #ae19eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae19eb


Comments

No comments written yet.

Please login to write comment.