Color spaces of #5950fc
RGB | 89 | 80 | 252 |
---|---|---|---|
HSL | 0.68 | 0.97 | 0.65 |
HSV | 243° | 68° | 99° |
CMYK | 0.65 | 0.68 | 0.00 0.01 |
XYZ | 24.5592 | 14.8894 | 93.6750 |
Yxy | 14.8894 | 0.1845 | 0.1118 |
Hunter Lab | 38.5868 | 46.0824 | -116.9243 |
CIE-Lab | 45.4823 | 53.4551 | -84.2138 |
#5950fc color RGB value is (89,80,252).
#5950fc hex color red value is 89, green value is 80 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5950fc hue: 0.68 , saturation: 0.97 and the lightness value of 5950fc is 0.65.
The process color (four color CMYK) of #5950fc color hex is 0.65, 0.68, 0.00, 0.01. Web safe color of #5950fc is #6666ff. Color #5950fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011001 | 01010000 | 11111100 |
Octal | 131 | 120 | 374 |
Decimal | 89 | 80 | 252 |
Hex | 59 | 50 | FC |
Shades of #5950fc
Tints of #5950fc
RGB Percentages of Color #5950fc
CMYK Percentages of Color #5950fc
Complementary Color
#5950fc | #f3fc50 |
#5950fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5950fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#5950fc Color CSS Codes
.mybgcolor {background-color:#5950fc; } .myforecolor {color:#5950fc; } .mybordercolor {border:3px solid #5950fc; }
#5950fc Text Font Color
<p style="color:#5950fc">Text here</p>
This sample text font color is #5950fc
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.
#5950fc Background Color
<div style="background-color:#5950fc">
Div content here</div>
This div background color is #5950fc
#5950fc Border Color
<div style="border:3px solid #5950fc">
Div here</div>
This div border color is #5950fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(89,80,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5950fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5950fc; -webkit-box-shadow: 1px 1px 3px 2px #5950fc; box-shadow: 1px 1px 3px 2px #5950fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(89,80,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 #5950fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5950fc; -webkit-box-shadow: 1px 1px 3px 2px #5950fc; box-shadow: 1px 1px 3px 2px #5950fc;">
Div content here</div>
This div box has shadow with color #5950fc
Comments
No comments written yet.
Please login to write comment.