Color spaces of #5645fc
RGB | 86 | 69 | 252 |
---|---|---|---|
HSL | 0.68 | 0.97 | 0.63 |
HSV | 246° | 73° | 99° |
CMYK | 0.66 | 0.73 | 0.00 0.01 |
XYZ | 23.5366 | 13.2630 | 93.4150 |
Yxy | 13.2630 | 0.1808 | 0.1019 |
Hunter Lab | 36.4184 | 51.6293 | -126.5889 |
CIE-Lab | 43.1569 | 58.9957 | -88.0471 |
#5645fc color RGB value is (86,69,252).
#5645fc hex color red value is 86, green value is 69 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5645fc hue: 0.68 , saturation: 0.97 and the lightness value of 5645fc is 0.63.
The process color (four color CMYK) of #5645fc color hex is 0.66, 0.73, 0.00, 0.01. Web safe color of #5645fc is #6633ff. Color #5645fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 01000101 | 11111100 |
Octal | 126 | 105 | 374 |
Decimal | 86 | 69 | 252 |
Hex | 56 | 45 | FC |
Shades of #5645fc
Tints of #5645fc
RGB Percentages of Color #5645fc
CMYK Percentages of Color #5645fc
Complementary Color
#5645fc | #ebfc45 |
#5645fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5645fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5645fc Color CSS Codes
.mybgcolor {background-color:#5645fc; } .myforecolor {color:#5645fc; } .mybordercolor {border:3px solid #5645fc; }
#5645fc Text Font Color
<p style="color:#5645fc">Text here</p>
This sample text font color is #5645fc
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.
#5645fc Background Color
<div style="background-color:#5645fc">
Div content here</div>
This div background color is #5645fc
#5645fc Border Color
<div style="border:3px solid #5645fc">
Div here</div>
This div border color is #5645fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,69,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5645fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5645fc; -webkit-box-shadow: 1px 1px 3px 2px #5645fc; box-shadow: 1px 1px 3px 2px #5645fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,69,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 #5645fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5645fc; -webkit-box-shadow: 1px 1px 3px 2px #5645fc; box-shadow: 1px 1px 3px 2px #5645fc;">
Div content here</div>
This div box has shadow with color #5645fc
Comments
No comments written yet.
Please login to write comment.