Color Hex Logo

#ad8bad Color Hex

#AD8BAD
(173,139,173)
0 Favorites   0 Comments

Color spaces of #ad8bad

RGB 173139173
HSL0.830.170.61
HSV300°20°68°
CMYK 0.000.200.00   0.32
XYZ34.009030.366643.6040
Yxy30.36660.31500.2812
Hunter Lab55.105913.7272-8.3407
CIE-Lab61.969318.8930-12.9888

#ad8bad color RGB value is (173,139,173).

#ad8bad hex color red value is 173, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ad8bad hue: 0.83 , saturation: 0.17 and the lightness value of ad8bad is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001011 10101101
Octal 255 213 255
Decimal 173 139 173
Hex AD 8B AD

RGB Percentages of Color #ad8bad

%35.67
%28.66
%35.67

CMYK Percentages of Color #ad8bad

%0
%20
%0
%32

Triadic Colors of #ad8bad

#ad8bad #adad8b #8badad

Analogous Colors of #ad8bad

#ad8bad #ad8b9c #9c8bad

Monochromatic Colors of #ad8bad

#ad8bad

Complementary Color

#ad8bad #8bad8b

#ad8bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8bad Color CSS Codes

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

#ad8bad Text Font Color

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

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


#ad8bad Background Color

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

This div background color is #ad8bad


#ad8bad Border Color

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

This div border color is #ad8bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8bad


Comments

No comments written yet.

Please login to write comment.