Color spaces of #c50ebc
RGB | 197 | 14 | 188 |
---|---|---|---|
HSL | 0.84 | 0.87 | 0.41 |
HSV | 303° | 93° | 77° |
CMYK | 0.00 | 0.93 | 0.05 0.23 |
XYZ | 32.2601 | 15.8152 | 48.9293 |
Yxy | 15.8152 | 0.3326 | 0.1630 |
Hunter Lab | 39.7683 | 75.2048 | -45.1101 |
CIE-Lab | 46.7311 | 78.3827 | -45.0338 |
#c50ebc color RGB value is (197,14,188).
#c50ebc hex color red value is 197, green value is 14 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c50ebc hue: 0.84 , saturation: 0.87 and the lightness value of c50ebc is 0.41.
The process color (four color CMYK) of #c50ebc color hex is 0.00, 0.93, 0.05, 0.23. Web safe color of #c50ebc is #cc00cc. Color #c50ebc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 00001110 | 10111100 |
Octal | 305 | 16 | 274 |
Decimal | 197 | 14 | 188 |
Hex | C5 | E | BC |
Shades of #c50ebc
Tints of #c50ebc
RGB Percentages of Color #c50ebc
CMYK Percentages of Color #c50ebc
Complementary Color
#c50ebc | #0ec517 |
#c50ebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c50ebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c50ebc Color CSS Codes
.mybgcolor {background-color:#c50ebc; } .myforecolor {color:#c50ebc; } .mybordercolor {border:3px solid #c50ebc; }
#c50ebc Text Font Color
<p style="color:#c50ebc">Text here</p>
This sample text font color is #c50ebc
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.
#c50ebc Background Color
<div style="background-color:#c50ebc">
Div content here</div>
This div background color is #c50ebc
#c50ebc Border Color
<div style="border:3px solid #c50ebc">
Div here</div>
This div border color is #c50ebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,14,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c50ebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c50ebc; -webkit-box-shadow: 1px 1px 3px 2px #c50ebc; box-shadow: 1px 1px 3px 2px #c50ebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,14,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c50ebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c50ebc; -webkit-box-shadow: 1px 1px 3px 2px #c50ebc; box-shadow: 1px 1px 3px 2px #c50ebc;">
Div content here</div>
This div box has shadow with color #c50ebc
Comments
No comments written yet.
Please login to write comment.