Color spaces of #3963fd
RGB | 57 | 99 | 253 |
---|---|---|---|
HSL | 0.63 | 0.98 | 0.61 |
HSV | 227° | 77° | 99° |
CMYK | 0.77 | 0.61 | 0.00 0.01 |
XYZ | 23.8788 | 16.8854 | 94.9292 |
Yxy | 16.8854 | 0.1760 | 0.1244 |
Hunter Lab | 41.0918 | 31.8170 | -108.2057 |
CIE-Lab | 48.1153 | 39.1375 | -80.5193 |
#3963fd color RGB value is (57,99,253).
#3963fd hex color red value is 57, green value is 99 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3963fd hue: 0.63 , saturation: 0.98 and the lightness value of 3963fd is 0.61.
The process color (four color CMYK) of #3963fd color hex is 0.77, 0.61, 0.00, 0.01. Web safe color of #3963fd is #3366ff. Color #3963fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111001 | 01100011 | 11111101 |
Octal | 71 | 143 | 375 |
Decimal | 57 | 99 | 253 |
Hex | 39 | 63 | FD |
Shades of #3963fd
Tints of #3963fd
RGB Percentages of Color #3963fd
CMYK Percentages of Color #3963fd
Complementary Color
#3963fd | #fdd339 |
#3963fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3963fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#3963fd Color CSS Codes
.mybgcolor {background-color:#3963fd; } .myforecolor {color:#3963fd; } .mybordercolor {border:3px solid #3963fd; }
#3963fd Text Font Color
<p style="color:#3963fd">Text here</p>
This sample text font color is #3963fd
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.
#3963fd Background Color
<div style="background-color:#3963fd">
Div content here</div>
This div background color is #3963fd
#3963fd Border Color
<div style="border:3px solid #3963fd">
Div here</div>
This div border color is #3963fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(57,99,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3963fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3963fd; -webkit-box-shadow: 1px 1px 3px 2px #3963fd; box-shadow: 1px 1px 3px 2px #3963fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(57,99,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3963fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3963fd; -webkit-box-shadow: 1px 1px 3px 2px #3963fd; box-shadow: 1px 1px 3px 2px #3963fd;">
Div content here</div>
This div box has shadow with color #3963fd
Comments
No comments written yet.
Please login to write comment.