Color Hex Logo

#ad194c Color Hex

#AD194C
(173,25,76)
0 Favorites   0 Comments

Color spaces of #ad194c

RGB 1732576
HSL0.940.750.39
HSV339°86°68°
CMYK 0.000.860.56   0.32
XYZ18.885710.10137.7918
Yxy10.10130.51350.2747
Hunter Lab31.782550.44817.7123
CIE-Lab38.023658.905710.1102

#ad194c color RGB value is (173,25,76).

#ad194c hex color red value is 173, green value is 25 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ad194c hue: 0.94 , saturation: 0.75 and the lightness value of ad194c is 0.39.

The process color (four color CMYK) of #ad194c color hex is 0.00, 0.86, 0.56, 0.32. Web safe color of #ad194c is #990033. Color #ad194c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011001 01001100
Octal 255 31 114
Decimal 173 25 76
Hex AD 19 4C

RGB Percentages of Color #ad194c

%63.14
%9.12
%27.74

CMYK Percentages of Color #ad194c

%0
%86
%56
%32

Triadic Colors of #ad194c

#ad194c #4cad19 #194cad

Analogous Colors of #ad194c

#ad194c #ad3019 #ad1996

Monochromatic Colors of #ad194c

#ad194c

Complementary Color

#ad194c #19ad7a

#ad194c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad194c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad194c Color CSS Codes

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

#ad194c Text Font Color

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

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


#ad194c Background Color

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

This div background color is #ad194c


#ad194c Border Color

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

This div border color is #ad194c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad194c


Comments

No comments written yet.

Please login to write comment.