Color spaces of #cd179f
RGB | 205 | 23 | 159 |
---|---|---|---|
HSL | 0.88 | 0.80 | 0.45 |
HSV | 315° | 89° | 80° |
CMYK | 0.00 | 0.89 | 0.22 0.20 |
XYZ | 31.7412 | 16.0951 | 34.2346 |
Yxy | 16.0951 | 0.3868 | 0.1961 |
Hunter Lab | 40.1187 | 71.0183 | -22.5110 |
CIE-Lab | 47.0990 | 74.9167 | -27.2064 |
#cd179f color RGB value is (205,23,159).
#cd179f hex color red value is 205, green value is 23 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cd179f hue: 0.88 , saturation: 0.80 and the lightness value of cd179f is 0.45.
The process color (four color CMYK) of #cd179f color hex is 0.00, 0.89, 0.22, 0.20. Web safe color of #cd179f is #cc0099. Color #cd179f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 00010111 | 10011111 |
Octal | 315 | 27 | 237 |
Decimal | 205 | 23 | 159 |
Hex | CD | 17 | 9F |
Shades of #cd179f
Tints of #cd179f
RGB Percentages of Color #cd179f
CMYK Percentages of Color #cd179f
Complementary Color
#cd179f | #17cd45 |
#cd179f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd179f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd179f Color CSS Codes
.mybgcolor {background-color:#cd179f; } .myforecolor {color:#cd179f; } .mybordercolor {border:3px solid #cd179f; }
#cd179f Text Font Color
<p style="color:#cd179f">Text here</p>
This sample text font color is #cd179f
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.
#cd179f Background Color
<div style="background-color:#cd179f">
Div content here</div>
This div background color is #cd179f
#cd179f Border Color
<div style="border:3px solid #cd179f">
Div here</div>
This div border color is #cd179f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,23,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd179f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd179f; -webkit-box-shadow: 1px 1px 3px 2px #cd179f; box-shadow: 1px 1px 3px 2px #cd179f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,23,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd179f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd179f; -webkit-box-shadow: 1px 1px 3px 2px #cd179f; box-shadow: 1px 1px 3px 2px #cd179f;">
Div content here</div>
This div box has shadow with color #cd179f
Comments
No comments written yet.
Please login to write comment.