Color Hex Logo

#ad585f Color Hex

#AD585F
(173,88,95)
0 Favorites   0 Comments

Color spaces of #ad585f

RGB 1738895
HSL0.990.340.51
HSV355°49°68°
CMYK 0.000.490.45   0.32
XYZ22.788916.689912.8468
Yxy16.68990.43550.3190
Hunter Lab40.853328.07829.9528
CIE-Lab47.866935.333212.0215

#ad585f color RGB value is (173,88,95).

#ad585f hex color red value is 173, green value is 88 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ad585f hue: 0.99 , saturation: 0.34 and the lightness value of ad585f is 0.51.

The process color (four color CMYK) of #ad585f color hex is 0.00, 0.49, 0.45, 0.32. Web safe color of #ad585f is #996666. Color #ad585f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011000 01011111
Octal 255 130 137
Decimal 173 88 95
Hex AD 58 5F

RGB Percentages of Color #ad585f

%48.60
%24.72
%26.69

CMYK Percentages of Color #ad585f

%0
%49
%45
%32

Triadic Colors of #ad585f

#ad585f #5fad58 #585fad

Analogous Colors of #ad585f

#ad585f #ad7c58 #ad588a

Monochromatic Colors of #ad585f

#ad585f

Complementary Color

#ad585f #58ada6

#ad585f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad585f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad585f Color CSS Codes

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

#ad585f Text Font Color

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

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


#ad585f Background Color

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

This div background color is #ad585f


#ad585f Border Color

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

This div border color is #ad585f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad585f


Comments

No comments written yet.

Please login to write comment.