Color Hex Logo

#ad445f Color Hex

#AD445F
(173,68,95)
0 Favorites   0 Comments

Color spaces of #ad445f

RGB 1736895
HSL0.960.440.47
HSV345°61°68°
CMYK 0.000.610.45   0.32
XYZ21.366313.844712.3726
Yxy13.84470.44900.2910
Hunter Lab37.208537.38566.3308
CIE-Lab44.009445.35766.5927

#ad445f color RGB value is (173,68,95).

#ad445f hex color red value is 173, green value is 68 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ad445f hue: 0.96 , saturation: 0.44 and the lightness value of ad445f is 0.47.

The process color (four color CMYK) of #ad445f color hex is 0.00, 0.61, 0.45, 0.32. Web safe color of #ad445f is #993366. Color #ad445f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000100 01011111
Octal 255 104 137
Decimal 173 68 95
Hex AD 44 5F

RGB Percentages of Color #ad445f

%51.49
%20.24
%28.27

CMYK Percentages of Color #ad445f

%0
%61
%45
%32

Triadic Colors of #ad445f

#ad445f #5fad44 #445fad

Analogous Colors of #ad445f

#ad445f #ad5e44 #ad4494

Monochromatic Colors of #ad445f

#ad445f

Complementary Color

#ad445f #44ad92

#ad445f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad445f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad445f Color CSS Codes

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

#ad445f Text Font Color

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

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


#ad445f Background Color

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

This div background color is #ad445f


#ad445f Border Color

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

This div border color is #ad445f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad445f


Comments

No comments written yet.

Please login to write comment.