Color Hex Logo

#ae15dd Color Hex

#AE15DD
(174,21,221)
0 Favorites   0 Comments

Color spaces of #ae15dd

RGB 17421221
HSL0.790.830.47
HSV286°90°87°
CMYK 0.210.900.00   0.13
XYZ30.774914.755569.6327
Yxy14.75550.26720.1281
Hunter Lab38.412975.7846-80.5885
CIE-Lab45.297579.1254-66.6262

#ae15dd color RGB value is (174,21,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 11011101
Octal 256 25 335
Decimal 174 21 221
Hex AE 15 DD

RGB Percentages of Color #ae15dd

%41.83
%5.05
%53.13

CMYK Percentages of Color #ae15dd

%21
%90
%0
%13

Triadic Colors of #ae15dd

#ae15dd #ddae15 #15ddae

Analogous Colors of #ae15dd

#ae15dd #dd15a8 #4a15dd

Monochromatic Colors of #ae15dd

#ae15dd

Complementary Color

#ae15dd #44dd15

#ae15dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae15dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae15dd Color CSS Codes

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

#ae15dd Text Font Color

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

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


#ae15dd Background Color

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

This div background color is #ae15dd


#ae15dd Border Color

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

This div border color is #ae15dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae15dd


Comments

No comments written yet.

Please login to write comment.