Color spaces of #6116fc
RGB | 97 | 22 | 252 |
---|---|---|---|
HSL | 0.72 | 0.97 | 0.54 |
HSV | 260° | 91° | 99° |
CMYK | 0.62 | 0.91 | 0.00 0.01 |
XYZ | 22.7874 | 10.1435 | 92.8523 |
Yxy | 10.1435 | 0.1812 | 0.0806 |
Hunter Lab | 31.8489 | 71.9787 | -150.5601 |
CIE-Lab | 38.0988 | 77.4305 | -96.3856 |
#6116fc color RGB value is (97,22,252).
#6116fc hex color red value is 97, green value is 22 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6116fc hue: 0.72 , saturation: 0.97 and the lightness value of 6116fc is 0.54.
The process color (four color CMYK) of #6116fc color hex is 0.62, 0.91, 0.00, 0.01. Web safe color of #6116fc is #6600ff. Color #6116fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 00010110 | 11111100 |
Octal | 141 | 26 | 374 |
Decimal | 97 | 22 | 252 |
Hex | 61 | 16 | FC |
Shades of #6116fc
Tints of #6116fc
RGB Percentages of Color #6116fc
CMYK Percentages of Color #6116fc
Complementary Color
#6116fc | #b1fc16 |
#6116fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6116fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#6116fc Color CSS Codes
.mybgcolor {background-color:#6116fc; } .myforecolor {color:#6116fc; } .mybordercolor {border:3px solid #6116fc; }
#6116fc Text Font Color
<p style="color:#6116fc">Text here</p>
This sample text font color is #6116fc
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.
#6116fc Background Color
<div style="background-color:#6116fc">
Div content here</div>
This div background color is #6116fc
#6116fc Border Color
<div style="border:3px solid #6116fc">
Div here</div>
This div border color is #6116fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,22,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6116fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6116fc; -webkit-box-shadow: 1px 1px 3px 2px #6116fc; box-shadow: 1px 1px 3px 2px #6116fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,22,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 #6116fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6116fc; -webkit-box-shadow: 1px 1px 3px 2px #6116fc; box-shadow: 1px 1px 3px 2px #6116fc;">
Div content here</div>
This div box has shadow with color #6116fc
Comments
No comments written yet.
Please login to write comment.