Color Hex Logo

#ad809e Color Hex

#AD809E
(173,128,158)
1 Favorites   0 Comments

Color spaces of #ad809e

RGB 173128158
HSL0.890.220.59
HSV320°26°68°
CMYK 0.000.260.09   0.32
XYZ31.124326.791235.8785
Yxy26.79120.33180.2856
Hunter Lab51.760216.7547-4.8657
CIE-Lab58.780622.3032-9.2086

#ad809e color RGB value is (173,128,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000000 10011110
Octal 255 200 236
Decimal 173 128 158
Hex AD 80 9E

RGB Percentages of Color #ad809e

%37.69
%27.89
%34.42

CMYK Percentages of Color #ad809e

%0
%26
%9
%32

Triadic Colors of #ad809e

#ad809e #9ead80 #809ead

Analogous Colors of #ad809e

#ad809e #ad8088 #a680ad

Monochromatic Colors of #ad809e

#ad809e

Complementary Color

#ad809e #80ad8f

#ad809e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad809e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad809e Color CSS Codes

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

#ad809e Text Font Color

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

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


#ad809e Background Color

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

This div background color is #ad809e


#ad809e Border Color

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

This div border color is #ad809e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad809e


Comments

No comments written yet.

Please login to write comment.