Color spaces of #c50fdd
RGB | 197 | 15 | 221 |
---|---|---|---|
HSL | 0.81 | 0.87 | 0.46 |
HSV | 293° | 93° | 87° |
CMYK | 0.11 | 0.93 | 0.00 0.13 |
XYZ | 36.2479 | 17.4324 | 69.8609 |
Yxy | 17.4324 | 0.2934 | 0.1411 |
Hunter Lab | 41.7521 | 81.9019 | -69.9793 |
CIE-Lab | 48.8003 | 83.2803 | -60.7749 |
#c50fdd color RGB value is (197,15,221).
#c50fdd hex color red value is 197, green value is 15 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c50fdd hue: 0.81 , saturation: 0.87 and the lightness value of c50fdd is 0.46.
The process color (four color CMYK) of #c50fdd color hex is 0.11, 0.93, 0.00, 0.13. Web safe color of #c50fdd is #cc00cc. Color #c50fdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 00001111 | 11011101 |
Octal | 305 | 17 | 335 |
Decimal | 197 | 15 | 221 |
Hex | C5 | F | DD |
Shades of #c50fdd
Tints of #c50fdd
RGB Percentages of Color #c50fdd
CMYK Percentages of Color #c50fdd
Complementary Color
#c50fdd | #27dd0f |
#c50fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c50fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c50fdd Color CSS Codes
.mybgcolor {background-color:#c50fdd; } .myforecolor {color:#c50fdd; } .mybordercolor {border:3px solid #c50fdd; }
#c50fdd Text Font Color
<p style="color:#c50fdd">Text here</p>
This sample text font color is #c50fdd
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.
#c50fdd Background Color
<div style="background-color:#c50fdd">
Div content here</div>
This div background color is #c50fdd
#c50fdd Border Color
<div style="border:3px solid #c50fdd">
Div here</div>
This div border color is #c50fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,15,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c50fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c50fdd; -webkit-box-shadow: 1px 1px 3px 2px #c50fdd; box-shadow: 1px 1px 3px 2px #c50fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,15,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c50fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c50fdd; -webkit-box-shadow: 1px 1px 3px 2px #c50fdd; box-shadow: 1px 1px 3px 2px #c50fdd;">
Div content here</div>
This div box has shadow with color #c50fdd
Comments
No comments written yet.
Please login to write comment.