Color spaces of #c60fff
RGB | 198 | 15 | 255 |
---|---|---|---|
HSL | 0.79 | 1.00 | 0.53 |
HSV | 286° | 94° | 100° |
CMYK | 0.22 | 0.94 | 0.00 0.00 |
XYZ | 41.5095 | 19.5674 | 96.1968 |
Yxy | 19.5674 | 0.2639 | 0.1244 |
Hunter Lab | 44.2351 | 90.0903 | -97.9719 |
CIE-Lab | 51.3445 | 89.0715 | -75.7984 |
#c60fff color RGB value is (198,15,255).
#c60fff hex color red value is 198, green value is 15 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c60fff hue: 0.79 , saturation: 1.00 and the lightness value of c60fff is 0.53.
The process color (four color CMYK) of #c60fff color hex is 0.22, 0.94, 0.00, 0.00. Web safe color of #c60fff is #cc00ff. Color #c60fff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00001111 | 11111111 |
Octal | 306 | 17 | 377 |
Decimal | 198 | 15 | 255 |
Hex | C6 | F | FF |
Shades of #c60fff
Tints of #c60fff
RGB Percentages of Color #c60fff
CMYK Percentages of Color #c60fff
Complementary Color
#c60fff | #48ff0f |
#c60fff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c60fff Color Preview on White Background
Lorem ipsum dolor sit amet.
#c60fff Color CSS Codes
.mybgcolor {background-color:#c60fff; } .myforecolor {color:#c60fff; } .mybordercolor {border:3px solid #c60fff; }
#c60fff Text Font Color
<p style="color:#c60fff">Text here</p>
This sample text font color is #c60fff
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.
#c60fff Background Color
<div style="background-color:#c60fff">
Div content here</div>
This div background color is #c60fff
#c60fff Border Color
<div style="border:3px solid #c60fff">
Div here</div>
This div border color is #c60fff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,15,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c60fff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c60fff; -webkit-box-shadow: 1px 1px 3px 2px #c60fff; box-shadow: 1px 1px 3px 2px #c60fff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,15,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c60fff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c60fff; -webkit-box-shadow: 1px 1px 3px 2px #c60fff; box-shadow: 1px 1px 3px 2px #c60fff;">
Div content here</div>
This div box has shadow with color #c60fff
Comments
No comments written yet.
Please login to write comment.