Color Hex Logo

#ad5786 Color Hex

#AD5786
(173,87,134)
0 Favorites   0 Comments

Color spaces of #ad5786

RGB 17387134
HSL0.910.340.51
HSV327°50°68°
CMYK 0.000.500.23   0.32
XYZ24.944917.421924.6023
Yxy17.42190.37250.2601
Hunter Lab41.739533.6331-5.7293
CIE-Lab48.787340.8681-10.1131

#ad5786 color RGB value is (173,87,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010111 10000110
Octal 255 127 206
Decimal 173 87 134
Hex AD 57 86

RGB Percentages of Color #ad5786

%43.91
%22.08
%34.01

CMYK Percentages of Color #ad5786

%0
%50
%23
%32

Triadic Colors of #ad5786

#ad5786 #86ad57 #5786ad

Analogous Colors of #ad5786

#ad5786 #ad575b #a957ad

Monochromatic Colors of #ad5786

#ad5786

Complementary Color

#ad5786 #57ad7e

#ad5786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5786 Color CSS Codes

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

#ad5786 Text Font Color

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

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


#ad5786 Background Color

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

This div background color is #ad5786


#ad5786 Border Color

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

This div border color is #ad5786


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,87,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 #ad5786">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5786


Comments

No comments written yet.

Please login to write comment.