Color spaces of #cd743a
RGB | 205 | 116 | 58 |
---|---|---|---|
HSL | 0.07 | 0.60 | 0.52 |
HSV | 24° | 72° | 80° |
CMYK | 0.00 | 0.43 | 0.72 0.20 |
XYZ | 32.1859 | 25.7754 | 7.2818 |
Yxy | 25.7754 | 0.4933 | 0.3951 |
Hunter Lab | 50.7695 | 24.3156 | 27.0347 |
CIE-Lab | 57.8232 | 30.3041 | 46.1001 |
#cd743a color RGB value is (205,116,58).
#cd743a hex color red value is 205, green value is 116 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cd743a hue: 0.07 , saturation: 0.60 and the lightness value of cd743a is 0.52.
The process color (four color CMYK) of #cd743a color hex is 0.00, 0.43, 0.72, 0.20. Web safe color of #cd743a is #cc6633. Color #cd743a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01110100 | 00111010 |
Octal | 315 | 164 | 72 |
Decimal | 205 | 116 | 58 |
Hex | CD | 74 | 3A |
Shades of #cd743a
Tints of #cd743a
RGB Percentages of Color #cd743a
CMYK Percentages of Color #cd743a
Complementary Color
#cd743a | #3a93cd |
#cd743a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd743a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd743a Color CSS Codes
.mybgcolor {background-color:#cd743a; } .myforecolor {color:#cd743a; } .mybordercolor {border:3px solid #cd743a; }
#cd743a Text Font Color
<p style="color:#cd743a">Text here</p>
This sample text font color is #cd743a
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.
#cd743a Background Color
<div style="background-color:#cd743a">
Div content here</div>
This div background color is #cd743a
#cd743a Border Color
<div style="border:3px solid #cd743a">
Div here</div>
This div border color is #cd743a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,116,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd743a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd743a; -webkit-box-shadow: 1px 1px 3px 2px #cd743a; box-shadow: 1px 1px 3px 2px #cd743a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,116,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd743a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd743a; -webkit-box-shadow: 1px 1px 3px 2px #cd743a; box-shadow: 1px 1px 3px 2px #cd743a;">
Div content here</div>
This div box has shadow with color #cd743a
Comments
No comments written yet.
Please login to write comment.