Color spaces of #d56538
RGB | 213 | 101 | 56 |
---|---|---|---|
HSL | 0.05 | 0.65 | 0.53 |
HSV | 17° | 74° | 84° |
CMYK | 0.00 | 0.53 | 0.74 0.16 |
XYZ | 32.8081 | 23.7390 | 6.5943 |
Yxy | 23.7390 | 0.5196 | 0.3760 |
Hunter Lab | 48.7227 | 34.9308 | 26.0814 |
CIE-Lab | 55.8255 | 41.1464 | 45.2955 |
#d56538 color RGB value is (213,101,56).
#d56538 hex color red value is 213, green value is 101 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #d56538 hue: 0.05 , saturation: 0.65 and the lightness value of d56538 is 0.53.
The process color (four color CMYK) of #d56538 color hex is 0.00, 0.53, 0.74, 0.16. Web safe color of #d56538 is #cc6633. Color #d56538 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 01100101 | 00111000 |
Octal | 325 | 145 | 70 |
Decimal | 213 | 101 | 56 |
Hex | D5 | 65 | 38 |
Shades of #d56538
Tints of #d56538
RGB Percentages of Color #d56538
CMYK Percentages of Color #d56538
Complementary Color
#d56538 | #38a8d5 |
#d56538 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d56538 Color Preview on White Background
Lorem ipsum dolor sit amet.
#d56538 Color CSS Codes
.mybgcolor {background-color:#d56538; } .myforecolor {color:#d56538; } .mybordercolor {border:3px solid #d56538; }
#d56538 Text Font Color
<p style="color:#d56538">Text here</p>
This sample text font color is #d56538
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.
#d56538 Background Color
<div style="background-color:#d56538">
Div content here</div>
This div background color is #d56538
#d56538 Border Color
<div style="border:3px solid #d56538">
Div here</div>
This div border color is #d56538
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,101,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d56538; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d56538; -webkit-box-shadow: 1px 1px 3px 2px #d56538; box-shadow: 1px 1px 3px 2px #d56538; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,101,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d56538">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d56538; -webkit-box-shadow: 1px 1px 3px 2px #d56538; box-shadow: 1px 1px 3px 2px #d56538;">
Div content here</div>
This div box has shadow with color #d56538
Comments
No comments written yet.
Please login to write comment.