Color spaces of #c60aff
RGB | 198 | 10 | 255 |
---|---|---|---|
HSL | 0.79 | 1.00 | 0.52 |
HSV | 286° | 96° | 100° |
CMYK | 0.22 | 0.96 | 0.00 0.00 |
XYZ | 41.4472 | 19.4428 | 96.1761 |
Yxy | 19.4428 | 0.2639 | 0.1238 |
Hunter Lab | 44.0940 | 90.6209 | -98.4553 |
CIE-Lab | 51.2013 | 89.4991 | -76.0316 |
#c60aff color RGB value is (198,10,255).
#c60aff hex color red value is 198, green value is 10 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c60aff hue: 0.79 , saturation: 1.00 and the lightness value of c60aff is 0.52.
The process color (four color CMYK) of #c60aff color hex is 0.22, 0.96, 0.00, 0.00. Web safe color of #c60aff is #cc00ff. Color #c60aff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 00001010 | 11111111 |
Octal | 306 | 12 | 377 |
Decimal | 198 | 10 | 255 |
Hex | C6 | A | FF |
Shades of #c60aff
Tints of #c60aff
RGB Percentages of Color #c60aff
CMYK Percentages of Color #c60aff
Complementary Color
#c60aff | #43ff0a |
#c60aff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c60aff Color Preview on White Background
Lorem ipsum dolor sit amet.
#c60aff Color CSS Codes
.mybgcolor {background-color:#c60aff; } .myforecolor {color:#c60aff; } .mybordercolor {border:3px solid #c60aff; }
#c60aff Text Font Color
<p style="color:#c60aff">Text here</p>
This sample text font color is #c60aff
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.
#c60aff Background Color
<div style="background-color:#c60aff">
Div content here</div>
This div background color is #c60aff
#c60aff Border Color
<div style="border:3px solid #c60aff">
Div here</div>
This div border color is #c60aff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,10,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c60aff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c60aff; -webkit-box-shadow: 1px 1px 3px 2px #c60aff; box-shadow: 1px 1px 3px 2px #c60aff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,10,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 #c60aff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c60aff; -webkit-box-shadow: 1px 1px 3px 2px #c60aff; box-shadow: 1px 1px 3px 2px #c60aff;">
Div content here</div>
This div box has shadow with color #c60aff
Comments
No comments written yet.
Please login to write comment.