Color Hex Logo

#ae809d Color Hex

#AE809D
(174,128,157)
0 Favorites   0 Comments

Color spaces of #ae809d

RGB 174128157
HSL0.890.220.59
HSV322°26°68°
CMYK 0.000.260.10   0.32
XYZ31.260526.871335.4374
Yxy26.87130.33410.2872
Hunter Lab51.837516.9283-4.2458
CIE-Lab58.855022.4842-8.5118

#ae809d color RGB value is (174,128,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 10011101
Octal 256 200 235
Decimal 174 128 157
Hex AE 80 9D

RGB Percentages of Color #ae809d

%37.91
%27.89
%34.20

CMYK Percentages of Color #ae809d

%0
%26
%10
%32

Triadic Colors of #ae809d

#ae809d #9dae80 #809dae

Analogous Colors of #ae809d

#ae809d #ae8086 #a880ae

Monochromatic Colors of #ae809d

#ae809d

Complementary Color

#ae809d #80ae91

#ae809d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae809d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae809d Color CSS Codes

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

#ae809d Text Font Color

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

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


#ae809d Background Color

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

This div background color is #ae809d


#ae809d Border Color

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

This div border color is #ae809d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae809d


Comments

No comments written yet.

Please login to write comment.