Color Hex Logo

#ae19dd Color Hex

#AE19DD
(174,25,221)
0 Favorites   0 Comments

Color spaces of #ae19dd

RGB 17425221
HSL0.790.800.48
HSV286°89°87°
CMYK 0.210.890.00   0.13
XYZ30.854314.914469.6592
Yxy14.91440.26730.1292
Hunter Lab38.619275.0268-79.9107
CIE-Lab45.516778.4754-66.2701

#ae19dd color RGB value is (174,25,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011001 11011101
Octal 256 31 335
Decimal 174 25 221
Hex AE 19 DD

RGB Percentages of Color #ae19dd

%41.43
%5.95
%52.62

CMYK Percentages of Color #ae19dd

%21
%89
%0
%13

Triadic Colors of #ae19dd

#ae19dd #ddae19 #19ddae

Analogous Colors of #ae19dd

#ae19dd #dd19aa #4c19dd

Monochromatic Colors of #ae19dd

#ae19dd

Complementary Color

#ae19dd #48dd19

#ae19dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae19dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae19dd Color CSS Codes

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

#ae19dd Text Font Color

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

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


#ae19dd Background Color

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

This div background color is #ae19dd


#ae19dd Border Color

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

This div border color is #ae19dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae19dd


Comments

No comments written yet.

Please login to write comment.