Color Hex Logo

#ae56cc Color Hex

#AE56CC
(174,86,204)
0 Favorites   0 Comments

Color spaces of #ae56cc

RGB 17486204
HSL0.790.540.57
HSV285°58°80°
CMYK 0.150.580.00   0.20
XYZ31.682420.013959.3200
Yxy20.01390.28540.1803
Hunter Lab44.736948.1230-47.3012
CIE-Lab51.852954.2114-46.3589

#ae56cc color RGB value is (174,86,204).

#ae56cc hex color red value is 174, green value is 86 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ae56cc hue: 0.79 , saturation: 0.54 and the lightness value of ae56cc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 11001100
Octal 256 126 314
Decimal 174 86 204
Hex AE 56 CC

RGB Percentages of Color #ae56cc

%37.50
%18.53
%43.97

CMYK Percentages of Color #ae56cc

%15
%58
%0
%20

Triadic Colors of #ae56cc

#ae56cc #ccae56 #56ccae

Analogous Colors of #ae56cc

#ae56cc #cc56af #7356cc

Monochromatic Colors of #ae56cc

#ae56cc

Complementary Color

#ae56cc #74cc56

#ae56cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae56cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae56cc Color CSS Codes

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

#ae56cc Text Font Color

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

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


#ae56cc Background Color

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

This div background color is #ae56cc


#ae56cc Border Color

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

This div border color is #ae56cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae56cc


Comments

No comments written yet.

Please login to write comment.