Color Hex Logo

#ae56cd Color Hex

#AE56CD
(174,86,205)
0 Favorites   0 Comments

Color spaces of #ae56cd

RGB 17486205
HSL0.790.540.57
HSV284°58°80°
CMYK 0.150.580.00   0.20
XYZ31.802820.062059.9538
Yxy20.06200.28440.1794
Hunter Lab44.790648.3572-48.0083
CIE-Lab51.907254.4159-46.8449

#ae56cd color RGB value is (174,86,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 11001101
Octal 256 126 315
Decimal 174 86 205
Hex AE 56 CD

RGB Percentages of Color #ae56cd

%37.42
%18.49
%44.09

CMYK Percentages of Color #ae56cd

%15
%58
%0
%20

Triadic Colors of #ae56cd

#ae56cd #cdae56 #56cdae

Analogous Colors of #ae56cd

#ae56cd #cd56b1 #7356cd

Monochromatic Colors of #ae56cd

#ae56cd

Complementary Color

#ae56cd #75cd56

#ae56cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae56cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae56cd Color CSS Codes

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

#ae56cd Text Font Color

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

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


#ae56cd Background Color

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

This div background color is #ae56cd


#ae56cd Border Color

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

This div border color is #ae56cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae56cd


Comments

No comments written yet.

Please login to write comment.