Color Hex Logo

#ae81af Color Hex

#AE81AF
(174,129,175)
0 Favorites   0 Comments

Color spaces of #ae81af

RGB 174129175
HSL0.830.220.60
HSV299°26°69°
CMYK 0.010.260.00   0.31
XYZ33.043727.794344.1807
Yxy27.79430.31460.2647
Hunter Lab52.720319.6186-12.7820
CIE-Lab59.702425.2731-17.5441

#ae81af color RGB value is (174,129,175).

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

The process color (four color CMYK) of #ae81af color hex is 0.01, 0.26, 0.00, 0.31. Web safe color of #ae81af is #999999. Color #ae81af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000001 10101111
Octal 256 201 257
Decimal 174 129 175
Hex AE 81 AF

RGB Percentages of Color #ae81af

%36.40
%26.99
%36.61

CMYK Percentages of Color #ae81af

%1
%26
%0
%31

Triadic Colors of #ae81af

#ae81af #afae81 #81afae

Analogous Colors of #ae81af

#ae81af #af8199 #9781af

Monochromatic Colors of #ae81af

#ae81af

Complementary Color

#ae81af #82af81

#ae81af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae81af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae81af Color CSS Codes

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

#ae81af Text Font Color

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

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


#ae81af Background Color

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

This div background color is #ae81af


#ae81af Border Color

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

This div border color is #ae81af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae81af


Comments

No comments written yet.

Please login to write comment.