Color spaces of #314efb
RGB | 49 | 78 | 251 |
---|---|---|---|
HSL | 0.64 | 0.96 | 0.59 |
HSV | 231° | 80° | 98° |
CMYK | 0.80 | 0.69 | 0.00 0.02 |
XYZ | 21.4036 | 13.0668 | 92.6608 |
Yxy | 13.0668 | 0.1684 | 0.1028 |
Hunter Lab | 36.1480 | 42.4325 | -126.6786 |
CIE-Lab | 42.8637 | 50.4726 | -88.0397 |
#314efb color RGB value is (49,78,251).
#314efb hex color red value is 49, green value is 78 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #314efb hue: 0.64 , saturation: 0.96 and the lightness value of 314efb is 0.59.
The process color (four color CMYK) of #314efb color hex is 0.80, 0.69, 0.00, 0.02. Web safe color of #314efb is #3366ff. Color #314efb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 01001110 | 11111011 |
Octal | 61 | 116 | 373 |
Decimal | 49 | 78 | 251 |
Hex | 31 | 4E | FB |
Shades of #314efb
Tints of #314efb
RGB Percentages of Color #314efb
CMYK Percentages of Color #314efb
Complementary Color
#314efb | #fbde31 |
#314efb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#314efb Color Preview on White Background
Lorem ipsum dolor sit amet.
#314efb Color CSS Codes
.mybgcolor {background-color:#314efb; } .myforecolor {color:#314efb; } .mybordercolor {border:3px solid #314efb; }
#314efb Text Font Color
<p style="color:#314efb">Text here</p>
This sample text font color is #314efb
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.
#314efb Background Color
<div style="background-color:#314efb">
Div content here</div>
This div background color is #314efb
#314efb Border Color
<div style="border:3px solid #314efb">
Div here</div>
This div border color is #314efb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,78,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #314efb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #314efb; -webkit-box-shadow: 1px 1px 3px 2px #314efb; box-shadow: 1px 1px 3px 2px #314efb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,78,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #314efb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #314efb; -webkit-box-shadow: 1px 1px 3px 2px #314efb; box-shadow: 1px 1px 3px 2px #314efb;">
Div content here</div>
This div box has shadow with color #314efb
Comments
No comments written yet.
Please login to write comment.