Color Hex Logo

#ad549f Color Hex

#AD549F
(173,84,159)
0 Favorites   0 Comments

Color spaces of #ad549f

RGB 17384159
HSL0.860.350.50
HSV309°51°68°
CMYK 0.000.510.08   0.32
XYZ26.661917.728134.8175
Yxy17.72810.33660.2238
Hunter Lab42.104839.3479-19.5551
CIE-Lab49.164646.4241-24.4124

#ad549f color RGB value is (173,84,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010100 10011111
Octal 255 124 237
Decimal 173 84 159
Hex AD 54 9F

RGB Percentages of Color #ad549f

%41.59
%20.19
%38.22

CMYK Percentages of Color #ad549f

%0
%51
%8
%32

Triadic Colors of #ad549f

#ad549f #9fad54 #549fad

Analogous Colors of #ad549f

#ad549f #ad5473 #8f54ad

Monochromatic Colors of #ad549f

#ad549f

Complementary Color

#ad549f #54ad62

#ad549f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad549f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad549f Color CSS Codes

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

#ad549f Text Font Color

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

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


#ad549f Background Color

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

This div background color is #ad549f


#ad549f Border Color

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

This div border color is #ad549f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad549f


Comments

No comments written yet.

Please login to write comment.