Color Hex Logo

#ad569e Color Hex

#AD569E
(173,86,158)
0 Favorites   0 Comments

Color spaces of #ad569e

RGB 17386158
HSL0.860.350.51
HSV310°50°68°
CMYK 0.000.500.09   0.32
XYZ26.732918.008434.4147
Yxy18.00840.33770.2275
Hunter Lab42.436338.1832-18.3772
CIE-Lab49.506345.2418-23.2939

#ad569e color RGB value is (173,86,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010110 10011110
Octal 255 126 236
Decimal 173 86 158
Hex AD 56 9E

RGB Percentages of Color #ad569e

%41.49
%20.62
%37.89

CMYK Percentages of Color #ad569e

%0
%50
%9
%32

Triadic Colors of #ad569e

#ad569e #9ead56 #569ead

Analogous Colors of #ad569e

#ad569e #ad5673 #9156ad

Monochromatic Colors of #ad569e

#ad569e

Complementary Color

#ad569e #56ad65

#ad569e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad569e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad569e Color CSS Codes

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

#ad569e Text Font Color

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

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


#ad569e Background Color

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

This div background color is #ad569e


#ad569e Border Color

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

This div border color is #ad569e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad569e


Comments

No comments written yet.

Please login to write comment.