Color spaces of #cd464e
RGB | 205 | 70 | 78 |
---|---|---|---|
HSL | 0.99 | 0.57 | 0.54 |
HSV | 356° | 66° | 80° |
CMYK | 0.00 | 0.66 | 0.62 0.20 |
XYZ | 28.7421 | 17.9095 | 9.1497 |
Yxy | 17.9095 | 0.5151 | 0.3210 |
Hunter Lab | 42.3196 | 47.1720 | 16.8050 |
CIE-Lab | 49.3862 | 53.7694 | 25.1331 |
#cd464e color RGB value is (205,70,78).
#cd464e hex color red value is 205, green value is 70 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cd464e hue: 0.99 , saturation: 0.57 and the lightness value of cd464e is 0.54.
The process color (four color CMYK) of #cd464e color hex is 0.00, 0.66, 0.62, 0.20. Web safe color of #cd464e is #cc3366. Color #cd464e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01000110 | 01001110 |
Octal | 315 | 106 | 116 |
Decimal | 205 | 70 | 78 |
Hex | CD | 46 | 4E |
Shades of #cd464e
Tints of #cd464e
RGB Percentages of Color #cd464e
CMYK Percentages of Color #cd464e
Complementary Color
#cd464e | #46cdc5 |
#cd464e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd464e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd464e Color CSS Codes
.mybgcolor {background-color:#cd464e; } .myforecolor {color:#cd464e; } .mybordercolor {border:3px solid #cd464e; }
#cd464e Text Font Color
<p style="color:#cd464e">Text here</p>
This sample text font color is #cd464e
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.
#cd464e Background Color
<div style="background-color:#cd464e">
Div content here</div>
This div background color is #cd464e
#cd464e Border Color
<div style="border:3px solid #cd464e">
Div here</div>
This div border color is #cd464e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,70,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd464e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd464e; -webkit-box-shadow: 1px 1px 3px 2px #cd464e; box-shadow: 1px 1px 3px 2px #cd464e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,70,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd464e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd464e; -webkit-box-shadow: 1px 1px 3px 2px #cd464e; box-shadow: 1px 1px 3px 2px #cd464e;">
Div content here</div>
This div box has shadow with color #cd464e
Comments
No comments written yet.
Please login to write comment.