Color spaces of #ad164d
RGB | 173 | 22 | 77 |
---|---|---|---|
HSL | 0.94 | 0.77 | 0.38 |
HSV | 338° | 87° | 68° |
CMYK | 0.00 | 0.87 | 0.55 0.32 |
XYZ | 18.8600 | 9.9939 | 7.9562 |
Yxy | 9.9939 | 0.5124 | 0.2715 |
Hunter Lab | 31.6131 | 51.1679 | 7.2074 |
CIE-Lab | 37.8315 | 59.6015 | 9.1990 |
#ad164d color RGB value is (173,22,77).
#ad164d hex color red value is 173, green value is 22 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ad164d hue: 0.94 , saturation: 0.77 and the lightness value of ad164d is 0.38.
The process color (four color CMYK) of #ad164d color hex is 0.00, 0.87, 0.55, 0.32. Web safe color of #ad164d is #990066. Color #ad164d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 00010110 | 01001101 |
Octal | 255 | 26 | 115 |
Decimal | 173 | 22 | 77 |
Hex | AD | 16 | 4D |
Shades of #ad164d
Tints of #ad164d
RGB Percentages of Color #ad164d
CMYK Percentages of Color #ad164d
Complementary Color
#ad164d | #16ad76 |
#ad164d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad164d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad164d Color CSS Codes
.mybgcolor {background-color:#ad164d; } .myforecolor {color:#ad164d; } .mybordercolor {border:3px solid #ad164d; }
#ad164d Text Font Color
<p style="color:#ad164d">Text here</p>
This sample text font color is #ad164d
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.
#ad164d Background Color
<div style="background-color:#ad164d">
Div content here</div>
This div background color is #ad164d
#ad164d Border Color
<div style="border:3px solid #ad164d">
Div here</div>
This div border color is #ad164d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,22,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad164d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad164d; -webkit-box-shadow: 1px 1px 3px 2px #ad164d; box-shadow: 1px 1px 3px 2px #ad164d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,22,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad164d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad164d; -webkit-box-shadow: 1px 1px 3px 2px #ad164d; box-shadow: 1px 1px 3px 2px #ad164d;">
Div content here</div>
This div box has shadow with color #ad164d
Comments
No comments written yet.
Please login to write comment.