Color spaces of #cb403c
RGB | 203 | 64 | 60 |
---|---|---|---|
HSL | 0.00 | 0.58 | 0.52 |
HSV | 2° | 70° | 80° |
CMYK | 0.00 | 0.68 | 0.70 0.20 |
XYZ | 27.2776 | 16.6895 | 6.0587 |
Yxy | 16.6895 | 0.5453 | 0.3336 |
Hunter Lab | 40.8528 | 47.6929 | 19.8039 |
CIE-Lab | 47.8664 | 54.5203 | 33.7597 |
#cb403c color RGB value is (203,64,60).
#cb403c hex color red value is 203, green value is 64 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cb403c hue: 0.00 , saturation: 0.58 and the lightness value of cb403c is 0.52.
The process color (four color CMYK) of #cb403c color hex is 0.00, 0.68, 0.70, 0.20. Web safe color of #cb403c is #cc3333. Color #cb403c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 01000000 | 00111100 |
Octal | 313 | 100 | 74 |
Decimal | 203 | 64 | 60 |
Hex | CB | 40 | 3C |
Shades of #cb403c
Tints of #cb403c
RGB Percentages of Color #cb403c
CMYK Percentages of Color #cb403c
Complementary Color
#cb403c | #3cc7cb |
#cb403c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb403c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb403c Color CSS Codes
.mybgcolor {background-color:#cb403c; } .myforecolor {color:#cb403c; } .mybordercolor {border:3px solid #cb403c; }
#cb403c Text Font Color
<p style="color:#cb403c">Text here</p>
This sample text font color is #cb403c
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.
#cb403c Background Color
<div style="background-color:#cb403c">
Div content here</div>
This div background color is #cb403c
#cb403c Border Color
<div style="border:3px solid #cb403c">
Div here</div>
This div border color is #cb403c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,64,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb403c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb403c; -webkit-box-shadow: 1px 1px 3px 2px #cb403c; box-shadow: 1px 1px 3px 2px #cb403c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,64,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb403c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb403c; -webkit-box-shadow: 1px 1px 3px 2px #cb403c; box-shadow: 1px 1px 3px 2px #cb403c;">
Div content here</div>
This div box has shadow with color #cb403c
Comments
No comments written yet.
Please login to write comment.