Color Hex Logo

#ae19de Color Hex

#AE19DE
(174,25,222)
0 Favorites   0 Comments

Color spaces of #ae19de

RGB 17425222
HSL0.790.800.48
HSV285°89°87°
CMYK 0.220.890.00   0.13
XYZ30.988014.967970.3631
Yxy14.96790.26640.1287
Hunter Lab38.688475.2675-80.7497
CIE-Lab45.590278.6544-66.7219

#ae19de color RGB value is (174,25,222).

#ae19de hex color red value is 174, green value is 25 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ae19de hue: 0.79 , saturation: 0.80 and the lightness value of ae19de is 0.48.

The process color (four color CMYK) of #ae19de color hex is 0.22, 0.89, 0.00, 0.13. Web safe color of #ae19de is #9900cc. Color #ae19de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011001 11011110
Octal 256 31 336
Decimal 174 25 222
Hex AE 19 DE

RGB Percentages of Color #ae19de

%41.33
%5.94
%52.73

CMYK Percentages of Color #ae19de

%22
%89
%0
%13

Triadic Colors of #ae19de

#ae19de #deae19 #19deae

Analogous Colors of #ae19de

#ae19de #de19ac #4c19de

Monochromatic Colors of #ae19de

#ae19de

Complementary Color

#ae19de #49de19

#ae19de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae19de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae19de Color CSS Codes

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

#ae19de Text Font Color

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

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


#ae19de Background Color

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

This div background color is #ae19de


#ae19de Border Color

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

This div border color is #ae19de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae19de


Comments

No comments written yet.

Please login to write comment.