Color Hex Logo

#ad859c Color Hex

#AD859C
(173,133,156)
1 Favorites   0 Comments

Color spaces of #ad859c

RGB 173133156
HSL0.900.200.60
HSV326°23°68°
CMYK 0.000.230.10   0.32
XYZ31.621928.059635.2019
Yxy28.05960.33330.2957
Hunter Lab52.971313.8581-2.3210
CIE-Lab59.942519.1215-6.3313

#ad859c color RGB value is (173,133,156).

#ad859c hex color red value is 173, green value is 133 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ad859c hue: 0.90 , saturation: 0.20 and the lightness value of ad859c is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000101 10011100
Octal 255 205 234
Decimal 173 133 156
Hex AD 85 9C

RGB Percentages of Color #ad859c

%37.45
%28.79
%33.77

CMYK Percentages of Color #ad859c

%0
%23
%10
%32

Triadic Colors of #ad859c

#ad859c #9cad85 #859cad

Analogous Colors of #ad859c

#ad859c #ad8588 #aa85ad

Monochromatic Colors of #ad859c

#ad859c

Complementary Color

#ad859c #85ad96

#ad859c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad859c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad859c Color CSS Codes

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

#ad859c Text Font Color

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

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


#ad859c Background Color

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

This div background color is #ad859c


#ad859c Border Color

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

This div border color is #ad859c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad859c


Comments

No comments written yet.

Please login to write comment.