Color Hex Logo

#ae4ecc Color Hex

#AE4ECC
(174,78,204)
0 Favorites   0 Comments

Color spaces of #ae4ecc

RGB 17478204
HSL0.790.550.55
HSV286°62°80°
CMYK 0.150.620.00   0.20
XYZ31.079018.807159.1188
Yxy18.80710.28510.1725
Hunter Lab43.367252.0292-50.4681
CIE-Lab50.460857.9971-48.5743

#ae4ecc color RGB value is (174,78,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001110 11001100
Octal 256 116 314
Decimal 174 78 204
Hex AE 4E CC

RGB Percentages of Color #ae4ecc

%38.16
%17.11
%44.74

CMYK Percentages of Color #ae4ecc

%15
%62
%0
%20

Triadic Colors of #ae4ecc

#ae4ecc #ccae4e #4eccae

Analogous Colors of #ae4ecc

#ae4ecc #cc4eab #6f4ecc

Monochromatic Colors of #ae4ecc

#ae4ecc

Complementary Color

#ae4ecc #6ccc4e

#ae4ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4ecc Color CSS Codes

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

#ae4ecc Text Font Color

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

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


#ae4ecc Background Color

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

This div background color is #ae4ecc


#ae4ecc Border Color

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

This div border color is #ae4ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4ecc


Comments

No comments written yet.

Please login to write comment.