Color Hex Logo

#ad485f Color Hex

#AD485F
(173,72,95)
0 Favorites   0 Comments

Color spaces of #ad485f

RGB 1737295
HSL0.960.410.48
HSV346°58°68°
CMYK 0.000.580.45   0.32
XYZ21.616514.345212.4561
Yxy14.34520.44650.2963
Hunter Lab37.875135.59437.0136
CIE-Lab44.724043.45957.6074

#ad485f color RGB value is (173,72,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001000 01011111
Octal 255 110 137
Decimal 173 72 95
Hex AD 48 5F

RGB Percentages of Color #ad485f

%50.88
%21.18
%27.94

CMYK Percentages of Color #ad485f

%0
%58
%45
%32

Triadic Colors of #ad485f

#ad485f #5fad48 #485fad

Analogous Colors of #ad485f

#ad485f #ad6448 #ad4892

Monochromatic Colors of #ad485f

#ad485f

Complementary Color

#ad485f #48ad96

#ad485f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad485f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad485f Color CSS Codes

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

#ad485f Text Font Color

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

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


#ad485f Background Color

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

This div background color is #ad485f


#ad485f Border Color

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

This div border color is #ad485f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad485f


Comments

No comments written yet.

Please login to write comment.