Color spaces of #ad414b
RGB | 173 | 65 | 75 |
---|---|---|---|
HSL | 0.98 | 0.45 | 0.47 |
HSV | 354° | 62° | 68° |
CMYK | 0.00 | 0.62 | 0.57 0.32 |
XYZ | 20.3939 | 13.1728 | 8.1243 |
Yxy | 13.1728 | 0.4892 | 0.3160 |
Hunter Lab | 36.2944 | 36.7845 | 12.1343 |
CIE-Lab | 43.0225 | 44.9277 | 17.5642 |
#ad414b color RGB value is (173,65,75).
#ad414b hex color red value is 173, green value is 65 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ad414b hue: 0.98 , saturation: 0.45 and the lightness value of ad414b is 0.47.
The process color (four color CMYK) of #ad414b color hex is 0.00, 0.62, 0.57, 0.32. Web safe color of #ad414b is #993333. Color #ad414b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 01000001 | 01001011 |
Octal | 255 | 101 | 113 |
Decimal | 173 | 65 | 75 |
Hex | AD | 41 | 4B |
Shades of #ad414b
Tints of #ad414b
RGB Percentages of Color #ad414b
CMYK Percentages of Color #ad414b
Complementary Color
#ad414b | #41ada3 |
#ad414b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad414b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad414b Color CSS Codes
.mybgcolor {background-color:#ad414b; } .myforecolor {color:#ad414b; } .mybordercolor {border:3px solid #ad414b; }
#ad414b Text Font Color
<p style="color:#ad414b">Text here</p>
This sample text font color is #ad414b
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.
#ad414b Background Color
<div style="background-color:#ad414b">
Div content here</div>
This div background color is #ad414b
#ad414b Border Color
<div style="border:3px solid #ad414b">
Div here</div>
This div border color is #ad414b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,65,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad414b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad414b; -webkit-box-shadow: 1px 1px 3px 2px #ad414b; box-shadow: 1px 1px 3px 2px #ad414b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,65,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad414b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad414b; -webkit-box-shadow: 1px 1px 3px 2px #ad414b; box-shadow: 1px 1px 3px 2px #ad414b;">
Div content here</div>
This div box has shadow with color #ad414b
Comments
No comments written yet.
Please login to write comment.