Color spaces of #c163fc
RGB | 193 | 99 | 252 |
---|---|---|---|
HSL | 0.77 | 0.96 | 0.69 |
HSV | 277° | 61° | 99° |
CMYK | 0.23 | 0.61 | 0.00 0.01 |
XYZ | 44.0248 | 27.2894 | 95.0425 |
Yxy | 27.2894 | 0.2646 | 0.1640 |
Hunter Lab | 52.2393 | 59.0127 | -71.3029 |
CIE-Lab | 59.2412 | 62.5465 | -61.4127 |
#c163fc color RGB value is (193,99,252).
#c163fc hex color red value is 193, green value is 99 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c163fc hue: 0.77 , saturation: 0.96 and the lightness value of c163fc is 0.69.
The process color (four color CMYK) of #c163fc color hex is 0.23, 0.61, 0.00, 0.01. Web safe color of #c163fc is #cc66ff. Color #c163fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 01100011 | 11111100 |
Octal | 301 | 143 | 374 |
Decimal | 193 | 99 | 252 |
Hex | C1 | 63 | FC |
Shades of #c163fc
Tints of #c163fc
RGB Percentages of Color #c163fc
CMYK Percentages of Color #c163fc
Complementary Color
#c163fc | #9efc63 |
#c163fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c163fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c163fc Color CSS Codes
.mybgcolor {background-color:#c163fc; } .myforecolor {color:#c163fc; } .mybordercolor {border:3px solid #c163fc; }
#c163fc Text Font Color
<p style="color:#c163fc">Text here</p>
This sample text font color is #c163fc
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.
#c163fc Background Color
<div style="background-color:#c163fc">
Div content here</div>
This div background color is #c163fc
#c163fc Border Color
<div style="border:3px solid #c163fc">
Div here</div>
This div border color is #c163fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,99,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c163fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c163fc; -webkit-box-shadow: 1px 1px 3px 2px #c163fc; box-shadow: 1px 1px 3px 2px #c163fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,99,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c163fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c163fc; -webkit-box-shadow: 1px 1px 3px 2px #c163fc; box-shadow: 1px 1px 3px 2px #c163fc;">
Div content here</div>
This div box has shadow with color #c163fc
Comments
No comments written yet.
Please login to write comment.