Color spaces of #cb590b
RGB | 203 | 89 | 11 |
---|---|---|---|
HSL | 0.07 | 0.90 | 0.42 |
HSV | 24° | 95° | 80° |
CMYK | 0.00 | 0.56 | 0.95 0.20 |
XYZ | 28.2614 | 19.8654 | 2.6615 |
Yxy | 19.8654 | 0.5565 | 0.3911 |
Hunter Lab | 44.5706 | 35.1849 | 27.6590 |
CIE-Lab | 51.6847 | 41.9804 | 58.6544 |
#cb590b color RGB value is (203,89,11).
#cb590b hex color red value is 203, green value is 89 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cb590b hue: 0.07 , saturation: 0.90 and the lightness value of cb590b is 0.42.
The process color (four color CMYK) of #cb590b color hex is 0.00, 0.56, 0.95, 0.20. Web safe color of #cb590b is #cc6600. Color #cb590b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01011001 | 00001011 |
Octal | 313 | 131 | 13 |
Decimal | 203 | 89 | 11 |
Hex | CB | 59 | B |
Shades of #cb590b
Tints of #cb590b
RGB Percentages of Color #cb590b
CMYK Percentages of Color #cb590b
Complementary Color
#cb590b | #0b7dcb |
#cb590b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb590b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb590b Color CSS Codes
.mybgcolor {background-color:#cb590b; } .myforecolor {color:#cb590b; } .mybordercolor {border:3px solid #cb590b; }
#cb590b Text Font Color
<p style="color:#cb590b">Text here</p>
This sample text font color is #cb590b
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.
#cb590b Background Color
<div style="background-color:#cb590b">
Div content here</div>
This div background color is #cb590b
#cb590b Border Color
<div style="border:3px solid #cb590b">
Div here</div>
This div border color is #cb590b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,89,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb590b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb590b; -webkit-box-shadow: 1px 1px 3px 2px #cb590b; box-shadow: 1px 1px 3px 2px #cb590b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,89,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb590b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb590b; -webkit-box-shadow: 1px 1px 3px 2px #cb590b; box-shadow: 1px 1px 3px 2px #cb590b;">
Div content here</div>
This div box has shadow with color #cb590b
Comments
No comments written yet.
Please login to write comment.