Color Hex Logo

#ad406e Color Hex

#AD406E
(173,64,110)
0 Favorites   0 Comments

Color spaces of #ad406e

RGB 17364110
HSL0.930.460.46
HSV335°63°68°
CMYK 0.000.630.36   0.32
XYZ21.881413.676816.2385
Yxy13.67680.42240.2640
Hunter Lab36.982240.8951-0.1461
CIE-Lab43.765848.8312-3.0172

#ad406e color RGB value is (173,64,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 01101110
Octal 255 100 156
Decimal 173 64 110
Hex AD 40 6E

RGB Percentages of Color #ad406e

%49.86
%18.44
%31.70

CMYK Percentages of Color #ad406e

%0
%63
%36
%32

Triadic Colors of #ad406e

#ad406e #6ead40 #406ead

Analogous Colors of #ad406e

#ad406e #ad4940 #ad40a5

Monochromatic Colors of #ad406e

#ad406e

Complementary Color

#ad406e #40ad7f

#ad406e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad406e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad406e Color CSS Codes

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

#ad406e Text Font Color

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

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


#ad406e Background Color

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

This div background color is #ad406e


#ad406e Border Color

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

This div border color is #ad406e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad406e


Comments

No comments written yet.

Please login to write comment.