Color Hex Logo

#ad809a Color Hex

#AD809A
(173,128,154)
0 Favorites   0 Comments

Color spaces of #ad809a

RGB 173128154
HSL0.900.220.59
HSV325°26°68°
CMYK 0.000.260.11   0.32
XYZ30.785526.655734.0943
Yxy26.65570.33630.2912
Hunter Lab51.629216.0852-3.0129
CIE-Lab58.654321.5924-7.0974

#ad809a color RGB value is (173,128,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000000 10011010
Octal 255 200 232
Decimal 173 128 154
Hex AD 80 9A

RGB Percentages of Color #ad809a

%38.02
%28.13
%33.85

CMYK Percentages of Color #ad809a

%0
%26
%11
%32

Triadic Colors of #ad809a

#ad809a #9aad80 #809aad

Analogous Colors of #ad809a

#ad809a #ad8084 #aa80ad

Monochromatic Colors of #ad809a

#ad809a

Complementary Color

#ad809a #80ad93

#ad809a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad809a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad809a Color CSS Codes

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

#ad809a Text Font Color

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

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


#ad809a Background Color

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

This div background color is #ad809a


#ad809a Border Color

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

This div border color is #ad809a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad809a


Comments

No comments written yet.

Please login to write comment.