Color spaces of #ca403f
RGB | 202 | 64 | 63 |
---|---|---|---|
HSL | 0.00 | 0.57 | 0.52 |
HSV | 0° | 69° | 79° |
CMYK | 0.00 | 0.68 | 0.69 0.21 |
XYZ | 27.0877 | 16.5822 | 6.4756 |
Yxy | 16.5822 | 0.5402 | 0.3307 |
Hunter Lab | 40.7212 | 47.4757 | 19.0764 |
CIE-Lab | 47.7292 | 54.3444 | 31.8105 |
#ca403f color RGB value is (202,64,63).
#ca403f hex color red value is 202, green value is 64 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ca403f hue: 0.00 , saturation: 0.57 and the lightness value of ca403f is 0.52.
The process color (four color CMYK) of #ca403f color hex is 0.00, 0.68, 0.69, 0.21. Web safe color of #ca403f is #cc3333. Color #ca403f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01000000 | 00111111 |
Octal | 312 | 100 | 77 |
Decimal | 202 | 64 | 63 |
Hex | CA | 40 | 3F |
Shades of #ca403f
Tints of #ca403f
RGB Percentages of Color #ca403f
CMYK Percentages of Color #ca403f
Complementary Color
#ca403f | #3fc9ca |
#ca403f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca403f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca403f Color CSS Codes
.mybgcolor {background-color:#ca403f; } .myforecolor {color:#ca403f; } .mybordercolor {border:3px solid #ca403f; }
#ca403f Text Font Color
<p style="color:#ca403f">Text here</p>
This sample text font color is #ca403f
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.
#ca403f Background Color
<div style="background-color:#ca403f">
Div content here</div>
This div background color is #ca403f
#ca403f Border Color
<div style="border:3px solid #ca403f">
Div here</div>
This div border color is #ca403f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,64,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca403f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca403f; -webkit-box-shadow: 1px 1px 3px 2px #ca403f; box-shadow: 1px 1px 3px 2px #ca403f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,64,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca403f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca403f; -webkit-box-shadow: 1px 1px 3px 2px #ca403f; box-shadow: 1px 1px 3px 2px #ca403f;">
Div content here</div>
This div box has shadow with color #ca403f
Comments
No comments written yet.
Please login to write comment.