Color Hex Logo

#ad119d Color Hex

#AD119D
(173,17,157)
0 Favorites   0 Comments

Color spaces of #ad119d

RGB 17317157
HSL0.850.820.37
HSV306°90°68°
CMYK 0.000.900.09   0.32
XYZ23.519811.719532.9207
Yxy11.71950.34510.1719
Hunter Lab34.233862.7267-33.0523
CIE-Lab40.766869.2231-36.3614

#ad119d color RGB value is (173,17,157).

#ad119d hex color red value is 173, green value is 17 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ad119d hue: 0.85 , saturation: 0.82 and the lightness value of ad119d is 0.37.

The process color (four color CMYK) of #ad119d color hex is 0.00, 0.90, 0.09, 0.32. Web safe color of #ad119d is #990099. Color #ad119d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010001 10011101
Octal 255 21 235
Decimal 173 17 157
Hex AD 11 9D

RGB Percentages of Color #ad119d

%49.86
%4.90
%45.24

CMYK Percentages of Color #ad119d

%0
%90
%9
%32

Triadic Colors of #ad119d

#ad119d #9dad11 #119dad

Analogous Colors of #ad119d

#ad119d #ad114f #6f11ad

Monochromatic Colors of #ad119d

#ad119d

Complementary Color

#ad119d #11ad21

#ad119d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad119d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad119d Color CSS Codes

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

#ad119d Text Font Color

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

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


#ad119d Background Color

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

This div background color is #ad119d


#ad119d Border Color

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

This div border color is #ad119d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad119d


Comments

No comments written yet.

Please login to write comment.