Color spaces of #ca582c
RGB | 202 | 88 | 44 |
---|---|---|---|
HSL | 0.05 | 0.64 | 0.48 |
HSV | 17° | 78° | 79° |
CMYK | 0.00 | 0.56 | 0.78 0.21 |
XYZ | 28.3015 | 19.7179 | 4.6971 |
Yxy | 19.7179 | 0.5369 | 0.3740 |
Hunter Lab | 44.4048 | 36.0588 | 24.8118 |
CIE-Lab | 51.5168 | 42.8620 | 46.2648 |
#ca582c color RGB value is (202,88,44).
#ca582c hex color red value is 202, green value is 88 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ca582c hue: 0.05 , saturation: 0.64 and the lightness value of ca582c is 0.48.
The process color (four color CMYK) of #ca582c color hex is 0.00, 0.56, 0.78, 0.21. Web safe color of #ca582c is #cc6633. Color #ca582c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01011000 | 00101100 |
Octal | 312 | 130 | 54 |
Decimal | 202 | 88 | 44 |
Hex | CA | 58 | 2C |
Shades of #ca582c
Tints of #ca582c
RGB Percentages of Color #ca582c
CMYK Percentages of Color #ca582c
Complementary Color
#ca582c | #2c9eca |
#ca582c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca582c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca582c Color CSS Codes
.mybgcolor {background-color:#ca582c; } .myforecolor {color:#ca582c; } .mybordercolor {border:3px solid #ca582c; }
#ca582c Text Font Color
<p style="color:#ca582c">Text here</p>
This sample text font color is #ca582c
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.
#ca582c Background Color
<div style="background-color:#ca582c">
Div content here</div>
This div background color is #ca582c
#ca582c Border Color
<div style="border:3px solid #ca582c">
Div here</div>
This div border color is #ca582c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,88,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca582c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca582c; -webkit-box-shadow: 1px 1px 3px 2px #ca582c; box-shadow: 1px 1px 3px 2px #ca582c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,88,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca582c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca582c; -webkit-box-shadow: 1px 1px 3px 2px #ca582c; box-shadow: 1px 1px 3px 2px #ca582c;">
Div content here</div>
This div box has shadow with color #ca582c
Comments
No comments written yet.
Please login to write comment.