Color Hex Logo

#ae84cc Color Hex

#AE84CC
(174,132,204)
0 Favorites   0 Comments

Color spaces of #ae84cc

RGB 174132204
HSL0.760.410.66
HSV275°35°80°
CMYK 0.150.350.00   0.20
XYZ36.605929.860860.9611
Yxy29.86080.28730.2343
Hunter Lab54.645023.9457-27.8914
CIE-Lab61.533929.5838-31.1602

#ae84cc color RGB value is (174,132,204).

#ae84cc hex color red value is 174, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ae84cc hue: 0.76 , saturation: 0.41 and the lightness value of ae84cc is 0.66.

The process color (four color CMYK) of #ae84cc color hex is 0.15, 0.35, 0.00, 0.20. Web safe color of #ae84cc is #9999cc. Color #ae84cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 11001100
Octal 256 204 314
Decimal 174 132 204
Hex AE 84 CC

RGB Percentages of Color #ae84cc

%34.12
%25.88
%40.00

CMYK Percentages of Color #ae84cc

%15
%35
%0
%20

Triadic Colors of #ae84cc

#ae84cc #ccae84 #84ccae

Analogous Colors of #ae84cc

#ae84cc #cc84c6 #8a84cc

Monochromatic Colors of #ae84cc

#ae84cc

Complementary Color

#ae84cc #a2cc84

#ae84cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae84cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae84cc Color CSS Codes

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

#ae84cc Text Font Color

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

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


#ae84cc Background Color

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

This div background color is #ae84cc


#ae84cc Border Color

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

This div border color is #ae84cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae84cc


Comments

No comments written yet.

Please login to write comment.