Color Hex Logo

#ad139f Color Hex

#AD139F
(173,19,159)
0 Favorites   0 Comments

Color spaces of #ad139f

RGB 17319159
HSL0.850.800.38
HSV305°89°68°
CMYK 0.000.890.08   0.32
XYZ23.724511.853233.8384
Yxy11.85320.34180.1708
Hunter Lab34.428562.7537-34.1739
CIE-Lab40.981869.2042-37.2265

#ad139f color RGB value is (173,19,159).

#ad139f hex color red value is 173, green value is 19 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ad139f hue: 0.85 , saturation: 0.80 and the lightness value of ad139f is 0.38.

The process color (four color CMYK) of #ad139f color hex is 0.00, 0.89, 0.08, 0.32. Web safe color of #ad139f is #990099. Color #ad139f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010011 10011111
Octal 255 23 237
Decimal 173 19 159
Hex AD 13 9F

RGB Percentages of Color #ad139f

%49.29
%5.41
%45.30

CMYK Percentages of Color #ad139f

%0
%89
%8
%32

Triadic Colors of #ad139f

#ad139f #9fad13 #139fad

Analogous Colors of #ad139f

#ad139f #ad1352 #6e13ad

Monochromatic Colors of #ad139f

#ad139f

Complementary Color

#ad139f #13ad21

#ad139f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad139f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad139f Color CSS Codes

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

#ad139f Text Font Color

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

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


#ad139f Background Color

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

This div background color is #ad139f


#ad139f Border Color

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

This div border color is #ad139f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad139f


Comments

No comments written yet.

Please login to write comment.