Color Hex Logo

#ad539f Color Hex

#AD539F
(173,83,159)
0 Favorites   0 Comments

Color spaces of #ad539f

RGB 17383159
HSL0.860.350.50
HSV309°52°68°
CMYK 0.000.520.08   0.32
XYZ26.584817.574034.7918
Yxy17.57400.33670.2226
Hunter Lab41.921439.8350-19.8616
CIE-Lab48.975346.9245-24.7053

#ad539f color RGB value is (173,83,159).

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

The process color (four color CMYK) of #ad539f color hex is 0.00, 0.52, 0.08, 0.32. Web safe color of #ad539f is #996699. Color #ad539f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 10011111
Octal 255 123 237
Decimal 173 83 159
Hex AD 53 9F

RGB Percentages of Color #ad539f

%41.69
%20.00
%38.31

CMYK Percentages of Color #ad539f

%0
%52
%8
%32

Triadic Colors of #ad539f

#ad539f #9fad53 #539fad

Analogous Colors of #ad539f

#ad539f #ad5372 #8e53ad

Monochromatic Colors of #ad539f

#ad539f

Complementary Color

#ad539f #53ad61

#ad539f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad539f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad539f Color CSS Codes

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

#ad539f Text Font Color

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

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


#ad539f Background Color

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

This div background color is #ad539f


#ad539f Border Color

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

This div border color is #ad539f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad539f


Comments

No comments written yet.

Please login to write comment.