Color Hex Logo

#ad519b Color Hex

#AD519B
(173,81,155)
0 Favorites   0 Comments

Color spaces of #ad519b

RGB 17381155
HSL0.870.360.50
HSV312°53°68°
CMYK 0.000.530.10   0.32
XYZ26.092417.135732.9426
Yxy17.13570.34260.2250
Hunter Lab41.395340.0709-18.2066
CIE-Lab48.430647.2410-23.1778

#ad519b color RGB value is (173,81,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010001 10011011
Octal 255 121 233
Decimal 173 81 155
Hex AD 51 9B

RGB Percentages of Color #ad519b

%42.30
%19.80
%37.90

CMYK Percentages of Color #ad519b

%0
%53
%10
%32

Triadic Colors of #ad519b

#ad519b #9bad51 #519bad

Analogous Colors of #ad519b

#ad519b #ad516d #9151ad

Monochromatic Colors of #ad519b

#ad519b

Complementary Color

#ad519b #51ad63

#ad519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad519b Color CSS Codes

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

#ad519b Text Font Color

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

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


#ad519b Background Color

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

This div background color is #ad519b


#ad519b Border Color

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

This div border color is #ad519b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad519b


Comments

No comments written yet.

Please login to write comment.