Color Hex Logo

#ae80ad Color Hex

#AE80AD
(174,128,173)
0 Favorites   0 Comments

Color spaces of #ae80ad

RGB 174128173
HSL0.840.220.59
HSV301°26°68°
CMYK 0.000.260.01   0.32
XYZ32.717627.454143.1099
Yxy27.45410.31680.2658
Hunter Lab52.396719.7651-12.1038
CIE-Lab59.392325.4495-16.8728

#ae80ad color RGB value is (174,128,173).

#ae80ad hex color red value is 174, green value is 128 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ae80ad hue: 0.84 , saturation: 0.22 and the lightness value of ae80ad is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 10101101
Octal 256 200 255
Decimal 174 128 173
Hex AE 80 AD

RGB Percentages of Color #ae80ad

%36.63
%26.95
%36.42

CMYK Percentages of Color #ae80ad

%0
%26
%1
%32

Triadic Colors of #ae80ad

#ae80ad #adae80 #80adae

Analogous Colors of #ae80ad

#ae80ad #ae8096 #9880ae

Monochromatic Colors of #ae80ad

#ae80ad

Complementary Color

#ae80ad #80ae81

#ae80ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae80ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae80ad Color CSS Codes

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

#ae80ad Text Font Color

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

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


#ae80ad Background Color

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

This div background color is #ae80ad


#ae80ad Border Color

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

This div border color is #ae80ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae80ad


Comments

No comments written yet.

Please login to write comment.