Color Hex Logo

#ae56ce Color Hex

#AE56CE
(174,86,206)
0 Favorites   0 Comments

Color spaces of #ae56ce

RGB 17486206
HSL0.790.550.57
HSV284°58°81°
CMYK 0.160.580.00   0.19
XYZ31.923920.110560.5917
Yxy20.11050.28350.1786
Hunter Lab44.844748.5916-48.7180
CIE-Lab51.961954.6202-47.3300

#ae56ce color RGB value is (174,86,206).

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

The process color (four color CMYK) of #ae56ce color hex is 0.16, 0.58, 0.00, 0.19. Web safe color of #ae56ce is #9966cc. Color #ae56ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 11001110
Octal 256 126 316
Decimal 174 86 206
Hex AE 56 CE

RGB Percentages of Color #ae56ce

%37.34
%18.45
%44.21

CMYK Percentages of Color #ae56ce

%16
%58
%0
%19

Triadic Colors of #ae56ce

#ae56ce #ceae56 #56ceae

Analogous Colors of #ae56ce

#ae56ce #ce56b2 #7256ce

Monochromatic Colors of #ae56ce

#ae56ce

Complementary Color

#ae56ce #76ce56

#ae56ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae56ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae56ce Color CSS Codes

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

#ae56ce Text Font Color

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

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


#ae56ce Background Color

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

This div background color is #ae56ce


#ae56ce Border Color

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

This div border color is #ae56ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae56ce


Comments

No comments written yet.

Please login to write comment.