Color spaces of #d56363
RGB | 213 | 99 | 99 |
---|---|---|---|
HSL | 0.00 | 0.58 | 0.61 |
HSV | 0° | 54° | 84° |
CMYK | 0.00 | 0.54 | 0.54 0.16 |
XYZ | 34.1545 | 23.9707 | 14.6310 |
Yxy | 23.9707 | 0.4694 | 0.3295 |
Hunter Lab | 48.9599 | 38.8421 | 16.5539 |
CIE-Lab | 56.0584 | 44.8762 | 21.7991 |
#d56363 color RGB value is (213,99,99).
#d56363 hex color red value is 213, green value is 99 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #d56363 hue: 0.00 , saturation: 0.58 and the lightness value of d56363 is 0.61.
The process color (four color CMYK) of #d56363 color hex is 0.00, 0.54, 0.54, 0.16. Web safe color of #d56363 is #cc6666. Color #d56363 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01100011 | 01100011 |
Octal | 325 | 143 | 143 |
Decimal | 213 | 99 | 99 |
Hex | D5 | 63 | 63 |
Shades of #d56363
Tints of #d56363
RGB Percentages of Color #d56363
CMYK Percentages of Color #d56363
Complementary Color
#d56363 | #63d5d5 |
#d56363 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d56363 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d56363 Color CSS Codes
.mybgcolor {background-color:#d56363; } .myforecolor {color:#d56363; } .mybordercolor {border:3px solid #d56363; }
#d56363 Text Font Color
<p style="color:#d56363">Text here</p>
This sample text font color is #d56363
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.
#d56363 Background Color
<div style="background-color:#d56363">
Div content here</div>
This div background color is #d56363
#d56363 Border Color
<div style="border:3px solid #d56363">
Div here</div>
This div border color is #d56363
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,99,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d56363; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d56363; -webkit-box-shadow: 1px 1px 3px 2px #d56363; box-shadow: 1px 1px 3px 2px #d56363; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,99,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d56363">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d56363; -webkit-box-shadow: 1px 1px 3px 2px #d56363; box-shadow: 1px 1px 3px 2px #d56363;">
Div content here</div>
This div box has shadow with color #d56363
Comments
No comments written yet.
Please login to write comment.