Color spaces of #316cfd
RGB | 49 | 108 | 253 |
---|---|---|---|
HSL | 0.62 | 0.98 | 0.59 |
HSV | 223° | 81° | 99° |
CMYK | 0.81 | 0.57 | 0.00 0.01 |
XYZ | 24.3588 | 18.4699 | 95.2097 |
Yxy | 18.4699 | 0.1765 | 0.1338 |
Hunter Lab | 42.9766 | 25.9633 | -101.2665 |
CIE-Lab | 50.0612 | 32.8502 | -77.3524 |
#316cfd color RGB value is (49,108,253).
#316cfd hex color red value is 49, green value is 108 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #316cfd hue: 0.62 , saturation: 0.98 and the lightness value of 316cfd is 0.59.
The process color (four color CMYK) of #316cfd color hex is 0.81, 0.57, 0.00, 0.01. Web safe color of #316cfd is #3366ff. Color #316cfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 01101100 | 11111101 |
Octal | 61 | 154 | 375 |
Decimal | 49 | 108 | 253 |
Hex | 31 | 6C | FD |
Shades of #316cfd
Tints of #316cfd
RGB Percentages of Color #316cfd
CMYK Percentages of Color #316cfd
Complementary Color
#316cfd | #fdc231 |
#316cfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#316cfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#316cfd Color CSS Codes
.mybgcolor {background-color:#316cfd; } .myforecolor {color:#316cfd; } .mybordercolor {border:3px solid #316cfd; }
#316cfd Text Font Color
<p style="color:#316cfd">Text here</p>
This sample text font color is #316cfd
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.
#316cfd Background Color
<div style="background-color:#316cfd">
Div content here</div>
This div background color is #316cfd
#316cfd Border Color
<div style="border:3px solid #316cfd">
Div here</div>
This div border color is #316cfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,108,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #316cfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #316cfd; -webkit-box-shadow: 1px 1px 3px 2px #316cfd; box-shadow: 1px 1px 3px 2px #316cfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,108,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 #316cfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #316cfd; -webkit-box-shadow: 1px 1px 3px 2px #316cfd; box-shadow: 1px 1px 3px 2px #316cfd;">
Div content here</div>
This div box has shadow with color #316cfd
Comments
No comments written yet.
Please login to write comment.