Color Hex Logo

#ad519d Color Hex

#AD519D
(173,81,157)
0 Favorites   0 Comments

Color spaces of #ad519d

RGB 17381157
HSL0.860.360.50
HSV310°53°68°
CMYK 0.000.530.09   0.32
XYZ26.261817.203433.8347
Yxy17.20340.33970.2226
Hunter Lab41.477040.4354-19.3317
CIE-Lab48.515347.5775-24.2329

#ad519d color RGB value is (173,81,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010001 10011101
Octal 255 121 235
Decimal 173 81 157
Hex AD 51 9D

RGB Percentages of Color #ad519d

%42.09
%19.71
%38.20

CMYK Percentages of Color #ad519d

%0
%53
%9
%32

Triadic Colors of #ad519d

#ad519d #9dad51 #519dad

Analogous Colors of #ad519d

#ad519d #ad516f #8f51ad

Monochromatic Colors of #ad519d

#ad519d

Complementary Color

#ad519d #51ad61

#ad519d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad519d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad519d Color CSS Codes

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

#ad519d Text Font Color

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

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


#ad519d Background Color

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

This div background color is #ad519d


#ad519d Border Color

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

This div border color is #ad519d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad519d


Comments

No comments written yet.

Please login to write comment.