Color spaces of #cd303f
RGB | 205 | 48 | 63 |
---|---|---|---|
HSL | 0.98 | 0.62 | 0.50 |
HSV | 354° | 77° | 80° |
CMYK | 0.00 | 0.77 | 0.69 0.20 |
XYZ | 27.1310 | 15.4519 | 6.2552 |
Yxy | 15.4519 | 0.5555 | 0.3164 |
Hunter Lab | 39.3089 | 54.4101 | 18.0815 |
CIE-Lab | 46.2470 | 60.9085 | 30.1509 |
#cd303f color RGB value is (205,48,63).
#cd303f hex color red value is 205, green value is 48 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cd303f hue: 0.98 , saturation: 0.62 and the lightness value of cd303f is 0.50.
The process color (four color CMYK) of #cd303f color hex is 0.00, 0.77, 0.69, 0.20. Web safe color of #cd303f is #cc3333. Color #cd303f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 00110000 | 00111111 |
Octal | 315 | 60 | 77 |
Decimal | 205 | 48 | 63 |
Hex | CD | 30 | 3F |
Shades of #cd303f
Tints of #cd303f
RGB Percentages of Color #cd303f
CMYK Percentages of Color #cd303f
Complementary Color
#cd303f | #30cdbe |
#cd303f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd303f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd303f Color CSS Codes
.mybgcolor {background-color:#cd303f; } .myforecolor {color:#cd303f; } .mybordercolor {border:3px solid #cd303f; }
#cd303f Text Font Color
<p style="color:#cd303f">Text here</p>
This sample text font color is #cd303f
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.
#cd303f Background Color
<div style="background-color:#cd303f">
Div content here</div>
This div background color is #cd303f
#cd303f Border Color
<div style="border:3px solid #cd303f">
Div here</div>
This div border color is #cd303f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,48,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd303f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd303f; -webkit-box-shadow: 1px 1px 3px 2px #cd303f; box-shadow: 1px 1px 3px 2px #cd303f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,48,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 #cd303f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd303f; -webkit-box-shadow: 1px 1px 3px 2px #cd303f; box-shadow: 1px 1px 3px 2px #cd303f;">
Div content here</div>
This div box has shadow with color #cd303f
Comments
No comments written yet.
Please login to write comment.