Color Hex Logo

#ad536f Color Hex

#AD536F
(173,83,111)
0 Favorites   0 Comments

Color spaces of #ad536f

RGB 17383111
HSL0.950.350.50
HSV341°52°68°
CMYK 0.000.520.36   0.32
XYZ23.196116.218416.9468
Yxy16.21840.41160.2878
Hunter Lab40.272132.33713.2408
CIE-Lab47.259739.78951.4866

#ad536f color RGB value is (173,83,111).

#ad536f hex color red value is 173, green value is 83 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ad536f hue: 0.95 , saturation: 0.35 and the lightness value of ad536f is 0.50.

The process color (four color CMYK) of #ad536f color hex is 0.00, 0.52, 0.36, 0.32. Web safe color of #ad536f is #996666. Color #ad536f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 01101111
Octal 255 123 157
Decimal 173 83 111
Hex AD 53 6F

RGB Percentages of Color #ad536f

%47.14
%22.62
%30.25

CMYK Percentages of Color #ad536f

%0
%52
%36
%32

Triadic Colors of #ad536f

#ad536f #6fad53 #536fad

Analogous Colors of #ad536f

#ad536f #ad6453 #ad539c

Monochromatic Colors of #ad536f

#ad536f

Complementary Color

#ad536f #53ad91

#ad536f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad536f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad536f Color CSS Codes

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

#ad536f Text Font Color

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

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


#ad536f Background Color

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

This div background color is #ad536f


#ad536f Border Color

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

This div border color is #ad536f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad536f


Comments

No comments written yet.

Please login to write comment.