Color Hex Logo

#ad146f Color Hex

#AD146F
(173,20,111)
0 Favorites   0 Comments

Color spaces of #ad146f

RGB 17320111
HSL0.900.790.38
HSV324°88°68°
CMYK 0.000.880.36   0.32
XYZ20.353010.532215.9991
Yxy10.53220.43410.2246
Hunter Lab32.453455.1523-6.5119
CIE-Lab38.781163.0090-11.0877

#ad146f color RGB value is (173,20,111).

#ad146f hex color red value is 173, green value is 20 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ad146f hue: 0.90 , saturation: 0.79 and the lightness value of ad146f is 0.38.

The process color (four color CMYK) of #ad146f color hex is 0.00, 0.88, 0.36, 0.32. Web safe color of #ad146f is #990066. Color #ad146f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010100 01101111
Octal 255 24 157
Decimal 173 20 111
Hex AD 14 6F

RGB Percentages of Color #ad146f

%56.91
%6.58
%36.51

CMYK Percentages of Color #ad146f

%0
%88
%36
%32

Triadic Colors of #ad146f

#ad146f #6fad14 #146fad

Analogous Colors of #ad146f

#ad146f #ad1422 #9f14ad

Monochromatic Colors of #ad146f

#ad146f

Complementary Color

#ad146f #14ad52

#ad146f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad146f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad146f Color CSS Codes

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

#ad146f Text Font Color

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

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


#ad146f Background Color

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

This div background color is #ad146f


#ad146f Border Color

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

This div border color is #ad146f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad146f


Comments

No comments written yet.

Please login to write comment.