Color Hex Logo

#ad374f Color Hex

#AD374F
(173,55,79)
0 Favorites   0 Comments

Color spaces of #ad374f

RGB 1735579
HSL0.970.520.45
HSV348°68°68°
CMYK 0.000.680.54   0.32
XYZ20.011112.18118.6936
Yxy12.18110.48940.2979
Hunter Lab34.901441.26739.6625
CIE-Lab41.502549.594513.0211

#ad374f color RGB value is (173,55,79).

#ad374f hex color red value is 173, green value is 55 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ad374f hue: 0.97 , saturation: 0.52 and the lightness value of ad374f is 0.45.

The process color (four color CMYK) of #ad374f color hex is 0.00, 0.68, 0.54, 0.32. Web safe color of #ad374f is #993366. Color #ad374f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110111 01001111
Octal 255 67 117
Decimal 173 55 79
Hex AD 37 4F

RGB Percentages of Color #ad374f

%56.35
%17.92
%25.73

CMYK Percentages of Color #ad374f

%0
%68
%54
%32

Triadic Colors of #ad374f

#ad374f #4fad37 #374fad

Analogous Colors of #ad374f

#ad374f #ad5a37 #ad378a

Monochromatic Colors of #ad374f

#ad374f

Complementary Color

#ad374f #37ad95

#ad374f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad374f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad374f Color CSS Codes

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

#ad374f Text Font Color

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

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


#ad374f Background Color

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

This div background color is #ad374f


#ad374f Border Color

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

This div border color is #ad374f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad374f


Comments

No comments written yet.

Please login to write comment.