Color Hex Logo

#ae807f Color Hex

#AE807F
(174,128,127)
0 Favorites   0 Comments

Color spaces of #ae807f

RGB 174128127
HSL0.000.220.59
HSV27°68°
CMYK 0.000.260.27   0.32
XYZ29.005525.969323.5625
Yxy25.96930.36930.3307
Hunter Lab50.960112.41868.2580
CIE-Lab58.007917.62887.5254

#ae807f color RGB value is (174,128,127).

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

The process color (four color CMYK) of #ae807f color hex is 0.00, 0.26, 0.27, 0.32. Web safe color of #ae807f is #999966. Color #ae807f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 01111111
Octal 256 200 177
Decimal 174 128 127
Hex AE 80 7F

RGB Percentages of Color #ae807f

%40.56
%29.84
%29.60

CMYK Percentages of Color #ae807f

%0
%26
%27
%32

Triadic Colors of #ae807f

#ae807f #7fae80 #807fae

Analogous Colors of #ae807f

#ae807f #ae987f #ae7f96

Monochromatic Colors of #ae807f

#ae807f

Complementary Color

#ae807f #7fadae

#ae807f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae807f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae807f Color CSS Codes

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

#ae807f Text Font Color

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

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


#ae807f Background Color

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

This div background color is #ae807f


#ae807f Border Color

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

This div border color is #ae807f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae807f


Comments

No comments written yet.

Please login to write comment.