Color spaces of #cb560d
RGB | 203 | 86 | 13 |
---|---|---|---|
HSL | 0.06 | 0.88 | 0.42 |
HSV | 23° | 94° | 80° |
CMYK | 0.00 | 0.58 | 0.94 0.20 |
XYZ | 28.0290 | 19.3811 | 2.6444 |
Yxy | 19.3811 | 0.5600 | 0.3872 |
Hunter Lab | 44.0240 | 36.6047 | 27.2554 |
CIE-Lab | 51.1301 | 43.4535 | 57.8229 |
#cb560d color RGB value is (203,86,13).
#cb560d hex color red value is 203, green value is 86 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cb560d hue: 0.06 , saturation: 0.88 and the lightness value of cb560d is 0.42.
The process color (four color CMYK) of #cb560d color hex is 0.00, 0.58, 0.94, 0.20. Web safe color of #cb560d is #cc6600. Color #cb560d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01010110 | 00001101 |
Octal | 313 | 126 | 15 |
Decimal | 203 | 86 | 13 |
Hex | CB | 56 | D |
Shades of #cb560d
Tints of #cb560d
RGB Percentages of Color #cb560d
CMYK Percentages of Color #cb560d
Complementary Color
#cb560d | #0d82cb |
#cb560d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb560d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb560d Color CSS Codes
.mybgcolor {background-color:#cb560d; } .myforecolor {color:#cb560d; } .mybordercolor {border:3px solid #cb560d; }
#cb560d Text Font Color
<p style="color:#cb560d">Text here</p>
This sample text font color is #cb560d
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.
#cb560d Background Color
<div style="background-color:#cb560d">
Div content here</div>
This div background color is #cb560d
#cb560d Border Color
<div style="border:3px solid #cb560d">
Div here</div>
This div border color is #cb560d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,86,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb560d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb560d; -webkit-box-shadow: 1px 1px 3px 2px #cb560d; box-shadow: 1px 1px 3px 2px #cb560d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,86,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb560d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb560d; -webkit-box-shadow: 1px 1px 3px 2px #cb560d; box-shadow: 1px 1px 3px 2px #cb560d;">
Div content here</div>
This div box has shadow with color #cb560d
Comments
No comments written yet.
Please login to write comment.