Color spaces of #ca562b
RGB | 202 | 86 | 43 |
---|---|---|---|
HSL | 0.05 | 0.65 | 0.48 |
HSV | 16° | 79° | 79° |
CMYK | 0.00 | 0.57 | 0.79 0.21 |
XYZ | 28.1210 | 19.3866 | 4.5453 |
Yxy | 19.3866 | 0.5402 | 0.3724 |
Hunter Lab | 44.0302 | 36.9506 | 24.7006 |
CIE-Lab | 51.1365 | 43.7898 | 46.3731 |
#ca562b color RGB value is (202,86,43).
#ca562b hex color red value is 202, green value is 86 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ca562b hue: 0.05 , saturation: 0.65 and the lightness value of ca562b is 0.48.
The process color (four color CMYK) of #ca562b color hex is 0.00, 0.57, 0.79, 0.21. Web safe color of #ca562b is #cc6633. Color #ca562b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01010110 | 00101011 |
Octal | 312 | 126 | 53 |
Decimal | 202 | 86 | 43 |
Hex | CA | 56 | 2B |
Shades of #ca562b
Tints of #ca562b
RGB Percentages of Color #ca562b
CMYK Percentages of Color #ca562b
Complementary Color
#ca562b | #2b9fca |
#ca562b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca562b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca562b Color CSS Codes
.mybgcolor {background-color:#ca562b; } .myforecolor {color:#ca562b; } .mybordercolor {border:3px solid #ca562b; }
#ca562b Text Font Color
<p style="color:#ca562b">Text here</p>
This sample text font color is #ca562b
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.
#ca562b Background Color
<div style="background-color:#ca562b">
Div content here</div>
This div background color is #ca562b
#ca562b Border Color
<div style="border:3px solid #ca562b">
Div here</div>
This div border color is #ca562b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,86,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca562b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca562b; -webkit-box-shadow: 1px 1px 3px 2px #ca562b; box-shadow: 1px 1px 3px 2px #ca562b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,86,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca562b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca562b; -webkit-box-shadow: 1px 1px 3px 2px #ca562b; box-shadow: 1px 1px 3px 2px #ca562b;">
Div content here</div>
This div box has shadow with color #ca562b
Comments
No comments written yet.
Please login to write comment.