Color spaces of #560cfc
RGB | 86 | 12 | 252 |
---|---|---|---|
HSL | 0.72 | 0.98 | 0.52 |
HSV | 259° | 95° | 99° |
CMYK | 0.66 | 0.95 | 0.00 0.01 |
XYZ | 21.5399 | 9.2697 | 92.7494 |
Yxy | 9.2697 | 0.1743 | 0.0750 |
Hunter Lab | 30.4462 | 73.0034 | -159.3051 |
CIE-Lab | 36.4985 | 78.5534 | -99.0747 |
#560cfc color RGB value is (86,12,252).
#560cfc hex color red value is 86, green value is 12 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #560cfc hue: 0.72 , saturation: 0.98 and the lightness value of 560cfc is 0.52.
The process color (four color CMYK) of #560cfc color hex is 0.66, 0.95, 0.00, 0.01. Web safe color of #560cfc is #6600ff. Color #560cfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 00001100 | 11111100 |
Octal | 126 | 14 | 374 |
Decimal | 86 | 12 | 252 |
Hex | 56 | C | FC |
Shades of #560cfc
Tints of #560cfc
RGB Percentages of Color #560cfc
CMYK Percentages of Color #560cfc
Complementary Color
#560cfc | #b2fc0c |
#560cfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#560cfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#560cfc Color CSS Codes
.mybgcolor {background-color:#560cfc; } .myforecolor {color:#560cfc; } .mybordercolor {border:3px solid #560cfc; }
#560cfc Text Font Color
<p style="color:#560cfc">Text here</p>
This sample text font color is #560cfc
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.
#560cfc Background Color
<div style="background-color:#560cfc">
Div content here</div>
This div background color is #560cfc
#560cfc Border Color
<div style="border:3px solid #560cfc">
Div here</div>
This div border color is #560cfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,12,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #560cfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #560cfc; -webkit-box-shadow: 1px 1px 3px 2px #560cfc; box-shadow: 1px 1px 3px 2px #560cfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,12,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 #560cfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #560cfc; -webkit-box-shadow: 1px 1px 3px 2px #560cfc; box-shadow: 1px 1px 3px 2px #560cfc;">
Div content here</div>
This div box has shadow with color #560cfc
Comments
No comments written yet.
Please login to write comment.