Color Hex Logo

#ad486c Color Hex

#AD486C
(173,72,108)
0 Favorites   0 Comments

Color spaces of #ad486c

RGB 17372108
HSL0.940.410.48
HSV339°58°68°
CMYK 0.000.580.38   0.32
XYZ22.257714.601715.8327
Yxy14.60170.42240.2771
Hunter Lab38.212237.10082.1825
CIE-Lab45.083844.89700.1461

#ad486c color RGB value is (173,72,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001000 01101100
Octal 255 110 154
Decimal 173 72 108
Hex AD 48 6C

RGB Percentages of Color #ad486c

%49.01
%20.40
%30.59

CMYK Percentages of Color #ad486c

%0
%58
%38
%32

Triadic Colors of #ad486c

#ad486c #6cad48 #486cad

Analogous Colors of #ad486c

#ad486c #ad5748 #ad489f

Monochromatic Colors of #ad486c

#ad486c

Complementary Color

#ad486c #48ad89

#ad486c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad486c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad486c Color CSS Codes

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

#ad486c Text Font Color

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

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


#ad486c Background Color

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

This div background color is #ad486c


#ad486c Border Color

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

This div border color is #ad486c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad486c


Comments

No comments written yet.

Please login to write comment.