Color Hex Logo

#ad5861 Color Hex

#AD5861
(173,88,97)
0 Favorites   0 Comments

Color spaces of #ad5861

RGB 1738897
HSL0.980.340.51
HSV354°49°68°
CMYK 0.000.490.44   0.32
XYZ22.881016.726813.3319
Yxy16.72680.43220.3160
Hunter Lab40.898428.29139.3018
CIE-Lab47.913935.548410.8832

#ad5861 color RGB value is (173,88,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011000 01100001
Octal 255 130 141
Decimal 173 88 97
Hex AD 58 61

RGB Percentages of Color #ad5861

%48.32
%24.58
%27.09

CMYK Percentages of Color #ad5861

%0
%49
%44
%32

Triadic Colors of #ad5861

#ad5861 #61ad58 #5861ad

Analogous Colors of #ad5861

#ad5861 #ad7a58 #ad588c

Monochromatic Colors of #ad5861

#ad5861

Complementary Color

#ad5861 #58ada4

#ad5861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5861 Color CSS Codes

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

#ad5861 Text Font Color

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

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


#ad5861 Background Color

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

This div background color is #ad5861


#ad5861 Border Color

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

This div border color is #ad5861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5861


Comments

No comments written yet.

Please login to write comment.