Color spaces of #560cdc
RGB | 86 | 12 | 220 |
---|---|---|---|
HSL | 0.73 | 0.90 | 0.45 |
HSV | 261° | 95° | 86° |
CMYK | 0.61 | 0.95 | 0.00 0.14 |
XYZ | 16.8875 | 7.4087 | 68.2501 |
Yxy | 7.4087 | 0.1825 | 0.0801 |
Hunter Lab | 27.2189 | 63.1140 | -129.6135 |
CIE-Lab | 32.7198 | 71.0911 | -87.1638 |
#560cdc color RGB value is (86,12,220).
#560cdc hex color red value is 86, green value is 12 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #560cdc hue: 0.73 , saturation: 0.90 and the lightness value of 560cdc is 0.45.
The process color (four color CMYK) of #560cdc color hex is 0.61, 0.95, 0.00, 0.14. Web safe color of #560cdc is #6600cc. Color #560cdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 00001100 | 11011100 |
Octal | 126 | 14 | 334 |
Decimal | 86 | 12 | 220 |
Hex | 56 | C | DC |
Shades of #560cdc
Tints of #560cdc
RGB Percentages of Color #560cdc
CMYK Percentages of Color #560cdc
Complementary Color
#560cdc | #92dc0c |
#560cdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#560cdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#560cdc Color CSS Codes
.mybgcolor {background-color:#560cdc; } .myforecolor {color:#560cdc; } .mybordercolor {border:3px solid #560cdc; }
#560cdc Text Font Color
<p style="color:#560cdc">Text here</p>
This sample text font color is #560cdc
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.
#560cdc Background Color
<div style="background-color:#560cdc">
Div content here</div>
This div background color is #560cdc
#560cdc Border Color
<div style="border:3px solid #560cdc">
Div here</div>
This div border color is #560cdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,12,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #560cdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #560cdc; -webkit-box-shadow: 1px 1px 3px 2px #560cdc; box-shadow: 1px 1px 3px 2px #560cdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,12,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #560cdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #560cdc; -webkit-box-shadow: 1px 1px 3px 2px #560cdc; box-shadow: 1px 1px 3px 2px #560cdc;">
Div content here</div>
This div box has shadow with color #560cdc
Comments
No comments written yet.
Please login to write comment.