Color spaces of #ad303a
RGB | 173 | 48 | 58 |
---|---|---|---|
HSL | 0.99 | 0.57 | 0.43 |
HSV | 355° | 72° | 68° |
CMYK | 0.00 | 0.72 | 0.66 0.32 |
XYZ | 19.0543 | 11.3036 | 5.1805 |
Yxy | 11.3036 | 0.5362 | 0.3181 |
Hunter Lab | 33.6208 | 42.3268 | 14.3988 |
CIE-Lab | 40.0872 | 50.8767 | 24.2305 |
#ad303a color RGB value is (173,48,58).
#ad303a hex color red value is 173, green value is 48 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ad303a hue: 0.99 , saturation: 0.57 and the lightness value of ad303a is 0.43.
The process color (four color CMYK) of #ad303a color hex is 0.00, 0.72, 0.66, 0.32. Web safe color of #ad303a is #993333. Color #ad303a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 00110000 | 00111010 |
Octal | 255 | 60 | 72 |
Decimal | 173 | 48 | 58 |
Hex | AD | 30 | 3A |
Shades of #ad303a
Tints of #ad303a
RGB Percentages of Color #ad303a
CMYK Percentages of Color #ad303a
Complementary Color
#ad303a | #30ada3 |
#ad303a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad303a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad303a Color CSS Codes
.mybgcolor {background-color:#ad303a; } .myforecolor {color:#ad303a; } .mybordercolor {border:3px solid #ad303a; }
#ad303a Text Font Color
<p style="color:#ad303a">Text here</p>
This sample text font color is #ad303a
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.
#ad303a Background Color
<div style="background-color:#ad303a">
Div content here</div>
This div background color is #ad303a
#ad303a Border Color
<div style="border:3px solid #ad303a">
Div here</div>
This div border color is #ad303a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,48,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad303a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad303a; -webkit-box-shadow: 1px 1px 3px 2px #ad303a; box-shadow: 1px 1px 3px 2px #ad303a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,48,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad303a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad303a; -webkit-box-shadow: 1px 1px 3px 2px #ad303a; box-shadow: 1px 1px 3px 2px #ad303a;">
Div content here</div>
This div box has shadow with color #ad303a
Comments
No comments written yet.
Please login to write comment.