Color Hex Logo

#ad506f Color Hex

#AD506F
(173,80,111)
0 Favorites   0 Comments

Color spaces of #ad506f

RGB 17380111
HSL0.940.370.50
HSV340°54°68°
CMYK 0.000.540.36   0.32
XYZ22.971515.769316.8720
Yxy15.76930.41310.2836
Hunter Lab39.710633.76392.6066
CIE-Lab46.670441.31820.6289

#ad506f color RGB value is (173,80,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010000 01101111
Octal 255 120 157
Decimal 173 80 111
Hex AD 50 6F

RGB Percentages of Color #ad506f

%47.53
%21.98
%30.49

CMYK Percentages of Color #ad506f

%0
%54
%36
%32

Triadic Colors of #ad506f

#ad506f #6fad50 #506fad

Analogous Colors of #ad506f

#ad506f #ad6050 #ad509e

Monochromatic Colors of #ad506f

#ad506f

Complementary Color

#ad506f #50ad8e

#ad506f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad506f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad506f Color CSS Codes

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

#ad506f Text Font Color

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

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


#ad506f Background Color

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

This div background color is #ad506f


#ad506f Border Color

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

This div border color is #ad506f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad506f


Comments

No comments written yet.

Please login to write comment.