Color Hex Logo

#ad5686 Color Hex

#AD5686
(173,86,134)
0 Favorites   0 Comments

Color spaces of #ad5686

RGB 17386134
HSL0.910.350.51
HSV327°50°68°
CMYK 0.000.500.23   0.32
XYZ24.864417.261024.5755
Yxy17.26100.37280.2588
Hunter Lab41.546434.1214-5.9888
CIE-Lab48.587241.3857-10.4138

#ad5686 color RGB value is (173,86,134).

#ad5686 hex color red value is 173, green value is 86 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ad5686 hue: 0.91 , saturation: 0.35 and the lightness value of ad5686 is 0.51.

The process color (four color CMYK) of #ad5686 color hex is 0.00, 0.50, 0.23, 0.32. Web safe color of #ad5686 is #996699. Color #ad5686 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010110 10000110
Octal 255 126 206
Decimal 173 86 134
Hex AD 56 86

RGB Percentages of Color #ad5686

%44.02
%21.88
%34.10

CMYK Percentages of Color #ad5686

%0
%50
%23
%32

Triadic Colors of #ad5686

#ad5686 #86ad56 #5686ad

Analogous Colors of #ad5686

#ad5686 #ad565b #a956ad

Monochromatic Colors of #ad5686

#ad5686

Complementary Color

#ad5686 #56ad7d

#ad5686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5686 Color CSS Codes

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

#ad5686 Text Font Color

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

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


#ad5686 Background Color

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

This div background color is #ad5686


#ad5686 Border Color

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

This div border color is #ad5686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5686


Comments

No comments written yet.

Please login to write comment.