Color Hex Logo

#ae81ad Color Hex

#AE81AD
(174,129,173)
0 Favorites   0 Comments

Color spaces of #ae81ad

RGB 174129173
HSL0.840.220.59
HSV301°26°68°
CMYK 0.000.260.01   0.32
XYZ32.848627.716343.1536
Yxy27.71630.31670.2672
Hunter Lab52.646319.2440-11.7470
CIE-Lab59.631624.8853-16.5099

#ae81ad color RGB value is (174,129,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000001 10101101
Octal 256 201 255
Decimal 174 129 173
Hex AE 81 AD

RGB Percentages of Color #ae81ad

%36.55
%27.10
%36.34

CMYK Percentages of Color #ae81ad

%0
%26
%1
%32

Triadic Colors of #ae81ad

#ae81ad #adae81 #81adae

Analogous Colors of #ae81ad

#ae81ad #ae8197 #9981ae

Monochromatic Colors of #ae81ad

#ae81ad

Complementary Color

#ae81ad #81ae82

#ae81ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae81ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae81ad Color CSS Codes

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

#ae81ad Text Font Color

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

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


#ae81ad Background Color

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

This div background color is #ae81ad


#ae81ad Border Color

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

This div border color is #ae81ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae81ad

#ae81ad Color Palettes


Comments

No comments written yet.

Please login to write comment.