Color Hex Logo

#ae51dd Color Hex

#AE51DD
(174,81,221)
0 Favorites   0 Comments

Color spaces of #ae51dd

RGB 17481221
HSL0.780.670.59
HSV280°63°87°
CMYK 0.210.630.00   0.13
XYZ33.449120.104070.5241
Yxy20.10400.26960.1620
Hunter Lab44.837554.6967-61.8700
CIE-Lab51.954660.1009-55.8806

#ae51dd color RGB value is (174,81,221).

#ae51dd hex color red value is 174, green value is 81 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ae51dd hue: 0.78 , saturation: 0.67 and the lightness value of ae51dd is 0.59.

The process color (four color CMYK) of #ae51dd color hex is 0.21, 0.63, 0.00, 0.13. Web safe color of #ae51dd is #9966cc. Color #ae51dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010001 11011101
Octal 256 121 335
Decimal 174 81 221
Hex AE 51 DD

RGB Percentages of Color #ae51dd

%36.55
%17.02
%46.43

CMYK Percentages of Color #ae51dd

%21
%63
%0
%13

Triadic Colors of #ae51dd

#ae51dd #ddae51 #51ddae

Analogous Colors of #ae51dd

#ae51dd #dd51c6 #6851dd

Monochromatic Colors of #ae51dd

#ae51dd

Complementary Color

#ae51dd #80dd51

#ae51dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae51dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae51dd Color CSS Codes

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

#ae51dd Text Font Color

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

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


#ae51dd Background Color

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

This div background color is #ae51dd


#ae51dd Border Color

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

This div border color is #ae51dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae51dd


Comments

No comments written yet.

Please login to write comment.