Color Hex Logo

#ad114e Color Hex

#AD114E
(173,17,78)
0 Favorites   0 Comments

Color spaces of #ad114e

RGB 1731778
HSL0.930.820.37
HSV337°90°68°
CMYK 0.000.900.55   0.32
XYZ18.80929.83528.1148
Yxy9.83520.51170.2676
Hunter Lab31.361152.17556.6113
CIE-Lab37.545060.57428.1531

#ad114e color RGB value is (173,17,78).

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

The process color (four color CMYK) of #ad114e color hex is 0.00, 0.90, 0.55, 0.32. Web safe color of #ad114e is #990066. Color #ad114e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010001 01001110
Octal 255 21 116
Decimal 173 17 78
Hex AD 11 4E

RGB Percentages of Color #ad114e

%64.55
%6.34
%29.10

CMYK Percentages of Color #ad114e

%0
%90
%55
%32

Triadic Colors of #ad114e

#ad114e #4ead11 #114ead

Analogous Colors of #ad114e

#ad114e #ad2211 #ad119c

Monochromatic Colors of #ad114e

#ad114e

Complementary Color

#ad114e #11ad70

#ad114e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad114e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad114e Color CSS Codes

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

#ad114e Text Font Color

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

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


#ad114e Background Color

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

This div background color is #ad114e


#ad114e Border Color

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

This div border color is #ad114e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad114e


Comments

No comments written yet.

Please login to write comment.