Color Hex Logo

#ae56d9 Color Hex

#AE56D9
(174,86,217)
0 Favorites   0 Comments

Color spaces of #ae56d9

RGB 17486217
HSL0.780.630.59
HSV280°60°85°
CMYK 0.200.600.00   0.15
XYZ33.307720.664067.8787
Yxy20.66400.27330.1696
Hunter Lab45.457751.2394-56.7132
CIE-Lab52.579856.9080-52.6114

#ae56d9 color RGB value is (174,86,217).

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

The process color (four color CMYK) of #ae56d9 color hex is 0.20, 0.60, 0.00, 0.15. Web safe color of #ae56d9 is #9966cc. Color #ae56d9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 11011001
Octal 256 126 331
Decimal 174 86 217
Hex AE 56 D9

RGB Percentages of Color #ae56d9

%36.48
%18.03
%45.49

CMYK Percentages of Color #ae56d9

%20
%60
%0
%15

Triadic Colors of #ae56d9

#ae56d9 #d9ae56 #56d9ae

Analogous Colors of #ae56d9

#ae56d9 #d956c3 #6d56d9

Monochromatic Colors of #ae56d9

#ae56d9

Complementary Color

#ae56d9 #81d956

#ae56d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae56d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae56d9 Color CSS Codes

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

#ae56d9 Text Font Color

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

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


#ae56d9 Background Color

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

This div background color is #ae56d9


#ae56d9 Border Color

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

This div border color is #ae56d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae56d9


Comments

No comments written yet.

Please login to write comment.