Color spaces of #ca581d
RGB | 202 | 88 | 29 |
---|---|---|---|
HSL | 0.06 | 0.75 | 0.45 |
HSV | 20° | 86° | 79° |
CMYK | 0.00 | 0.56 | 0.86 0.21 |
XYZ | 28.0686 | 19.6247 | 3.4710 |
Yxy | 19.6247 | 0.5486 | 0.3836 |
Hunter Lab | 44.2998 | 35.5741 | 26.3643 |
CIE-Lab | 51.4102 | 42.4029 | 52.8091 |
#ca581d color RGB value is (202,88,29).
#ca581d hex color red value is 202, green value is 88 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ca581d hue: 0.06 , saturation: 0.75 and the lightness value of ca581d is 0.45.
The process color (four color CMYK) of #ca581d color hex is 0.00, 0.56, 0.86, 0.21. Web safe color of #ca581d is #cc6633. Color #ca581d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01011000 | 00011101 |
Octal | 312 | 130 | 35 |
Decimal | 202 | 88 | 29 |
Hex | CA | 58 | 1D |
Shades of #ca581d
Tints of #ca581d
RGB Percentages of Color #ca581d
CMYK Percentages of Color #ca581d
Complementary Color
#ca581d | #1d8fca |
#ca581d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca581d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca581d Color CSS Codes
.mybgcolor {background-color:#ca581d; } .myforecolor {color:#ca581d; } .mybordercolor {border:3px solid #ca581d; }
#ca581d Text Font Color
<p style="color:#ca581d">Text here</p>
This sample text font color is #ca581d
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.
#ca581d Background Color
<div style="background-color:#ca581d">
Div content here</div>
This div background color is #ca581d
#ca581d Border Color
<div style="border:3px solid #ca581d">
Div here</div>
This div border color is #ca581d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,88,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca581d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca581d; -webkit-box-shadow: 1px 1px 3px 2px #ca581d; box-shadow: 1px 1px 3px 2px #ca581d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,88,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca581d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca581d; -webkit-box-shadow: 1px 1px 3px 2px #ca581d; box-shadow: 1px 1px 3px 2px #ca581d;">
Div content here</div>
This div box has shadow with color #ca581d
Comments
No comments written yet.
Please login to write comment.