Color spaces of #cd195f
RGB | 205 | 25 | 95 |
---|---|---|---|
HSL | 0.94 | 0.78 | 0.45 |
HSV | 337° | 88° | 80° |
CMYK | 0.00 | 0.88 | 0.54 0.20 |
XYZ | 27.5900 | 14.5006 | 12.1712 |
Yxy | 14.5006 | 0.5085 | 0.2672 |
Hunter Lab | 38.0797 | 62.6899 | 7.7052 |
CIE-Lab | 44.9425 | 68.3778 | 8.7300 |
#cd195f color RGB value is (205,25,95).
#cd195f hex color red value is 205, green value is 25 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cd195f hue: 0.94 , saturation: 0.78 and the lightness value of cd195f is 0.45.
The process color (four color CMYK) of #cd195f color hex is 0.00, 0.88, 0.54, 0.20. Web safe color of #cd195f is #cc0066. Color #cd195f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 00011001 | 01011111 |
Octal | 315 | 31 | 137 |
Decimal | 205 | 25 | 95 |
Hex | CD | 19 | 5F |
Shades of #cd195f
Tints of #cd195f
RGB Percentages of Color #cd195f
CMYK Percentages of Color #cd195f
Complementary Color
#cd195f | #19cd87 |
#cd195f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd195f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd195f Color CSS Codes
.mybgcolor {background-color:#cd195f; } .myforecolor {color:#cd195f; } .mybordercolor {border:3px solid #cd195f; }
#cd195f Text Font Color
<p style="color:#cd195f">Text here</p>
This sample text font color is #cd195f
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.
#cd195f Background Color
<div style="background-color:#cd195f">
Div content here</div>
This div background color is #cd195f
#cd195f Border Color
<div style="border:3px solid #cd195f">
Div here</div>
This div border color is #cd195f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,25,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd195f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd195f; -webkit-box-shadow: 1px 1px 3px 2px #cd195f; box-shadow: 1px 1px 3px 2px #cd195f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,25,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd195f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd195f; -webkit-box-shadow: 1px 1px 3px 2px #cd195f; box-shadow: 1px 1px 3px 2px #cd195f;">
Div content here</div>
This div box has shadow with color #cd195f
Comments
No comments written yet.
Please login to write comment.