Color Hex Logo

#ad406b Color Hex

#AD406B
(173,64,107)
0 Favorites   0 Comments

Color spaces of #ad406b

RGB 17364107
HSL0.930.460.46
HSV336°63°68°
CMYK 0.000.630.38   0.32
XYZ21.720813.612615.3926
Yxy13.61260.42820.2684
Hunter Lab36.895340.51901.0911
CIE-Lab43.672148.4833-1.3041

#ad406b color RGB value is (173,64,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000000 01101011
Octal 255 100 153
Decimal 173 64 107
Hex AD 40 6B

RGB Percentages of Color #ad406b

%50.29
%18.60
%31.10

CMYK Percentages of Color #ad406b

%0
%63
%38
%32

Triadic Colors of #ad406b

#ad406b #6bad40 #406bad

Analogous Colors of #ad406b

#ad406b #ad4b40 #ad40a2

Monochromatic Colors of #ad406b

#ad406b

Complementary Color

#ad406b #40ad82

#ad406b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad406b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad406b Color CSS Codes

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

#ad406b Text Font Color

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

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


#ad406b Background Color

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

This div background color is #ad406b


#ad406b Border Color

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

This div border color is #ad406b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad406b


Comments

No comments written yet.

Please login to write comment.