Color Hex Logo

#ae84ae Color Hex

#AE84AE
(174,132,174)
0 Favorites   0 Comments

Color spaces of #ae84ae

RGB 174132174
HSL0.830.210.60
HSV300°24°68°
CMYK 0.000.240.00   0.32
XYZ33.346828.557243.7989
Yxy28.55720.31550.2702
Hunter Lab53.438917.8689-11.1872
CIE-Lab60.388823.3862-15.9330

#ae84ae color RGB value is (174,132,174).

#ae84ae hex color red value is 174, green value is 132 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ae84ae hue: 0.83 , saturation: 0.21 and the lightness value of ae84ae is 0.60.

The process color (four color CMYK) of #ae84ae color hex is 0.00, 0.24, 0.00, 0.32. Web safe color of #ae84ae is #999999. Color #ae84ae contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #ae84ae

%36.25
%27.50
%36.25

CMYK Percentages of Color #ae84ae

%0
%24
%0
%32

Triadic Colors of #ae84ae

#ae84ae #aeae84 #84aeae

Analogous Colors of #ae84ae

#ae84ae #ae8499 #9984ae

Monochromatic Colors of #ae84ae

#ae84ae

Complementary Color

#ae84ae #84ae84

#ae84ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae84ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae84ae Color CSS Codes

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

#ae84ae Text Font Color

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

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


#ae84ae Background Color

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

This div background color is #ae84ae


#ae84ae Border Color

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

This div border color is #ae84ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae84ae


Comments

No comments written yet.

Please login to write comment.