Color spaces of #ad395d
RGB | 173 | 57 | 93 |
---|---|---|---|
HSL | 0.95 | 0.50 | 0.45 |
HSV | 341° | 67° | 68° |
CMYK | 0.00 | 0.67 | 0.46 0.32 |
XYZ | 20.6725 | 12.6008 | 11.6986 |
Yxy | 12.6008 | 0.4597 | 0.2802 |
Hunter Lab | 35.4976 | 41.8310 | 5.3087 |
CIE-Lab | 42.1555 | 50.0216 | 5.1884 |
#ad395d color RGB value is (173,57,93).
#ad395d hex color red value is 173, green value is 57 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ad395d hue: 0.95 , saturation: 0.50 and the lightness value of ad395d is 0.45.
The process color (four color CMYK) of #ad395d color hex is 0.00, 0.67, 0.46, 0.32. Web safe color of #ad395d is #993366. Color #ad395d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 00111001 | 01011101 |
Octal | 255 | 71 | 135 |
Decimal | 173 | 57 | 93 |
Hex | AD | 39 | 5D |
Shades of #ad395d
Tints of #ad395d
RGB Percentages of Color #ad395d
CMYK Percentages of Color #ad395d
Complementary Color
#ad395d | #39ad89 |
#ad395d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad395d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad395d Color CSS Codes
.mybgcolor {background-color:#ad395d; } .myforecolor {color:#ad395d; } .mybordercolor {border:3px solid #ad395d; }
#ad395d Text Font Color
<p style="color:#ad395d">Text here</p>
This sample text font color is #ad395d
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.
#ad395d Background Color
<div style="background-color:#ad395d">
Div content here</div>
This div background color is #ad395d
#ad395d Border Color
<div style="border:3px solid #ad395d">
Div here</div>
This div border color is #ad395d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,57,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad395d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad395d; -webkit-box-shadow: 1px 1px 3px 2px #ad395d; box-shadow: 1px 1px 3px 2px #ad395d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,57,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad395d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad395d; -webkit-box-shadow: 1px 1px 3px 2px #ad395d; box-shadow: 1px 1px 3px 2px #ad395d;">
Div content here</div>
This div box has shadow with color #ad395d
Comments
No comments written yet.
Please login to write comment.