Color Hex Logo

#ad6576 Color Hex

#AD6576
(173,101,118)
0 Favorites   0 Comments

Color spaces of #ad6576

RGB 173101118
HSL0.960.310.54
HSV346°42°68°
CMYK 0.000.420.32   0.32
XYZ25.157319.499619.5774
Yxy19.49960.39160.3036
Hunter Lab44.158424.41554.6249
CIE-Lab51.266731.08723.0941

#ad6576 color RGB value is (173,101,118).

#ad6576 hex color red value is 173, green value is 101 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ad6576 hue: 0.96 , saturation: 0.31 and the lightness value of ad6576 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100101 01110110
Octal 255 145 166
Decimal 173 101 118
Hex AD 65 76

RGB Percentages of Color #ad6576

%44.13
%25.77
%30.10

CMYK Percentages of Color #ad6576

%0
%42
%32
%32

Triadic Colors of #ad6576

#ad6576 #76ad65 #6576ad

Analogous Colors of #ad6576

#ad6576 #ad7865 #ad659a

Monochromatic Colors of #ad6576

#ad6576

Complementary Color

#ad6576 #65ad9c

#ad6576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6576 Color CSS Codes

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

#ad6576 Text Font Color

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

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


#ad6576 Background Color

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

This div background color is #ad6576


#ad6576 Border Color

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

This div border color is #ad6576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6576


Comments

No comments written yet.

Please login to write comment.