Color Hex Logo

#ad518a Color Hex

#AD518A
(173,81,138)
0 Favorites   0 Comments

Color spaces of #ad518a

RGB 17381138
HSL0.900.360.50
HSV323°53°68°
CMYK 0.000.530.20   0.32
XYZ24.763516.604125.9445
Yxy16.60410.36790.2467
Hunter Lab40.748137.1690-9.2265
CIE-Lab47.757344.5299-14.0651

#ad518a color RGB value is (173,81,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010001 10001010
Octal 255 121 212
Decimal 173 81 138
Hex AD 51 8A

RGB Percentages of Color #ad518a

%44.13
%20.66
%35.20

CMYK Percentages of Color #ad518a

%0
%53
%20
%32

Triadic Colors of #ad518a

#ad518a #8aad51 #518aad

Analogous Colors of #ad518a

#ad518a #ad515c #a251ad

Monochromatic Colors of #ad518a

#ad518a

Complementary Color

#ad518a #51ad74

#ad518a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad518a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad518a Color CSS Codes

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

#ad518a Text Font Color

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

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


#ad518a Background Color

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

This div background color is #ad518a


#ad518a Border Color

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

This div border color is #ad518a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad518a


Comments

No comments written yet.

Please login to write comment.