Color Hex Logo

#ad549e Color Hex

#AD549E
(173,84,158)
0 Favorites   0 Comments

Color spaces of #ad549e

RGB 17384158
HSL0.860.350.50
HSV310°51°68°
CMYK 0.000.510.09   0.32
XYZ26.575517.693534.3623
Yxy17.69350.33800.2250
Hunter Lab42.063639.1636-18.9902
CIE-Lab49.122246.2530-23.8869

#ad549e color RGB value is (173,84,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010100 10011110
Octal 255 124 236
Decimal 173 84 158
Hex AD 54 9E

RGB Percentages of Color #ad549e

%41.69
%20.24
%38.07

CMYK Percentages of Color #ad549e

%0
%51
%9
%32

Triadic Colors of #ad549e

#ad549e #9ead54 #549ead

Analogous Colors of #ad549e

#ad549e #ad5472 #9054ad

Monochromatic Colors of #ad549e

#ad549e

Complementary Color

#ad549e #54ad63

#ad549e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad549e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad549e Color CSS Codes

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

#ad549e Text Font Color

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

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


#ad549e Background Color

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

This div background color is #ad549e


#ad549e Border Color

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

This div border color is #ad549e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad549e


Comments

No comments written yet.

Please login to write comment.