Color Hex Logo

#ae19ed Color Hex

#AE19ED
(174,25,237)
0 Favorites   0 Comments

Color spaces of #ae19ed

RGB 17425237
HSL0.780.850.51
HSV282°89°93°
CMYK 0.270.890.00   0.07
XYZ33.089315.808481.4281
Yxy15.80840.25390.1213
Hunter Lab39.759878.9735-93.5942
CIE-Lab46.722181.3845-73.3967

#ae19ed color RGB value is (174,25,237).

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

The process color (four color CMYK) of #ae19ed color hex is 0.27, 0.89, 0.00, 0.07. Web safe color of #ae19ed is #9900ff. Color #ae19ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011001 11101101
Octal 256 31 355
Decimal 174 25 237
Hex AE 19 ED

RGB Percentages of Color #ae19ed

%39.91
%5.73
%54.36

CMYK Percentages of Color #ae19ed

%27
%89
%0
%7

Triadic Colors of #ae19ed

#ae19ed #edae19 #19edae

Analogous Colors of #ae19ed

#ae19ed #ed19c2 #4419ed

Monochromatic Colors of #ae19ed

#ae19ed

Complementary Color

#ae19ed #58ed19

#ae19ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae19ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae19ed Color CSS Codes

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

#ae19ed Text Font Color

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

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


#ae19ed Background Color

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

This div background color is #ae19ed


#ae19ed Border Color

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

This div border color is #ae19ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae19ed


Comments

No comments written yet.

Please login to write comment.