Color Hex Logo

#ad406f Color Hex

#AD406F
(173,64,111)
0 Favorites   0 Comments

Color spaces of #ad406f

RGB 17364111
HSL0.930.460.46
HSV334°63°68°
CMYK 0.000.630.36   0.32
XYZ21.936213.698716.5269
Yxy13.69870.42050.2626
Hunter Lab37.011841.0232-0.5666
CIE-Lab43.797748.9494-3.5864

#ad406f color RGB value is (173,64,111).

#ad406f hex color red value is 173, green value is 64 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ad406f hue: 0.93 , saturation: 0.46 and the lightness value of ad406f is 0.46.

The process color (four color CMYK) of #ad406f color hex is 0.00, 0.63, 0.36, 0.32. Web safe color of #ad406f is #993366. Color #ad406f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 01101111
Octal 255 100 157
Decimal 173 64 111
Hex AD 40 6F

RGB Percentages of Color #ad406f

%49.71
%18.39
%31.90

CMYK Percentages of Color #ad406f

%0
%63
%36
%32

Triadic Colors of #ad406f

#ad406f #6fad40 #406fad

Analogous Colors of #ad406f

#ad406f #ad4840 #ad40a6

Monochromatic Colors of #ad406f

#ad406f

Complementary Color

#ad406f #40ad7e

#ad406f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad406f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad406f Color CSS Codes

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

#ad406f Text Font Color

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

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


#ad406f Background Color

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

This div background color is #ad406f


#ad406f Border Color

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

This div border color is #ad406f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad406f


Comments

No comments written yet.

Please login to write comment.