Color spaces of #c63fcc
RGB | 198 | 63 | 204 |
---|---|---|---|
HSL | 0.83 | 0.58 | 0.52 |
HSV | 297° | 69° | 80° |
CMYK | 0.03 | 0.69 | 0.00 0.20 |
XYZ | 35.9653 | 19.9204 | 59.0762 |
Yxy | 19.9204 | 0.3128 | 0.1733 |
Hunter Lab | 44.6323 | 65.7313 | -47.2349 |
CIE-Lab | 51.7471 | 69.6339 | -46.3173 |
#c63fcc color RGB value is (198,63,204).
#c63fcc hex color red value is 198, green value is 63 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c63fcc hue: 0.83 , saturation: 0.58 and the lightness value of c63fcc is 0.52.
The process color (four color CMYK) of #c63fcc color hex is 0.03, 0.69, 0.00, 0.20. Web safe color of #c63fcc is #cc33cc. Color #c63fcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00111111 | 11001100 |
Octal | 306 | 77 | 314 |
Decimal | 198 | 63 | 204 |
Hex | C6 | 3F | CC |
Shades of #c63fcc
Tints of #c63fcc
RGB Percentages of Color #c63fcc
CMYK Percentages of Color #c63fcc
Complementary Color
#c63fcc | #45cc3f |
#c63fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c63fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c63fcc Color CSS Codes
.mybgcolor {background-color:#c63fcc; } .myforecolor {color:#c63fcc; } .mybordercolor {border:3px solid #c63fcc; }
#c63fcc Text Font Color
<p style="color:#c63fcc">Text here</p>
This sample text font color is #c63fcc
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.
#c63fcc Background Color
<div style="background-color:#c63fcc">
Div content here</div>
This div background color is #c63fcc
#c63fcc Border Color
<div style="border:3px solid #c63fcc">
Div here</div>
This div border color is #c63fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,63,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c63fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c63fcc; -webkit-box-shadow: 1px 1px 3px 2px #c63fcc; box-shadow: 1px 1px 3px 2px #c63fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,63,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c63fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c63fcc; -webkit-box-shadow: 1px 1px 3px 2px #c63fcc; box-shadow: 1px 1px 3px 2px #c63fcc;">
Div content here</div>
This div box has shadow with color #c63fcc
Comments
No comments written yet.
Please login to write comment.