Color Hex Logo

#ad294c Color Hex

#AD294C
(173,41,76)
0 Favorites   0 Comments

Color spaces of #ad294c

RGB 1734176
HSL0.960.620.42
HSV344°76°68°
CMYK 0.000.760.56   0.32
XYZ19.331010.99197.9403
Yxy10.99190.50520.2873
Hunter Lab33.154046.05789.0080
CIE-Lab39.566854.529312.2467

#ad294c color RGB value is (173,41,76).

#ad294c hex color red value is 173, green value is 41 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ad294c hue: 0.96 , saturation: 0.62 and the lightness value of ad294c is 0.42.

The process color (four color CMYK) of #ad294c color hex is 0.00, 0.76, 0.56, 0.32. Web safe color of #ad294c is #993333. Color #ad294c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101001 01001100
Octal 255 51 114
Decimal 173 41 76
Hex AD 29 4C

RGB Percentages of Color #ad294c

%59.66
%14.14
%26.21

CMYK Percentages of Color #ad294c

%0
%76
%56
%32

Triadic Colors of #ad294c

#ad294c #4cad29 #294cad

Analogous Colors of #ad294c

#ad294c #ad4829 #ad298e

Monochromatic Colors of #ad294c

#ad294c

Complementary Color

#ad294c #29ad8a

#ad294c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad294c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad294c Color CSS Codes

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

#ad294c Text Font Color

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

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


#ad294c Background Color

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

This div background color is #ad294c


#ad294c Border Color

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

This div border color is #ad294c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad294c


Comments

No comments written yet.

Please login to write comment.