Color spaces of #319cfc
RGB | 49 | 156 | 252 |
---|---|---|---|
HSL | 0.58 | 0.97 | 0.59 |
HSV | 208° | 81° | 99° |
CMYK | 0.81 | 0.38 | 0.00 0.01 |
XYZ | 30.7258 | 31.4582 | 96.5481 |
Yxy | 31.4582 | 0.1936 | 0.1982 |
Hunter Lab | 56.0876 | -0.3678 | -62.7993 |
CIE-Lab | 62.8925 | 3.1019 | -56.1214 |
#319cfc color RGB value is (49,156,252).
#319cfc hex color red value is 49, green value is 156 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #319cfc hue: 0.58 , saturation: 0.97 and the lightness value of 319cfc is 0.59.
The process color (four color CMYK) of #319cfc color hex is 0.81, 0.38, 0.00, 0.01. Web safe color of #319cfc is #3399ff. Color #319cfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 10011100 | 11111100 |
Octal | 61 | 234 | 374 |
Decimal | 49 | 156 | 252 |
Hex | 31 | 9C | FC |
Shades of #319cfc
Tints of #319cfc
RGB Percentages of Color #319cfc
CMYK Percentages of Color #319cfc
Complementary Color
#319cfc | #fc9131 |
#319cfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#319cfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#319cfc Color CSS Codes
.mybgcolor {background-color:#319cfc; } .myforecolor {color:#319cfc; } .mybordercolor {border:3px solid #319cfc; }
#319cfc Text Font Color
<p style="color:#319cfc">Text here</p>
This sample text font color is #319cfc
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.
#319cfc Background Color
<div style="background-color:#319cfc">
Div content here</div>
This div background color is #319cfc
#319cfc Border Color
<div style="border:3px solid #319cfc">
Div here</div>
This div border color is #319cfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,156,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #319cfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #319cfc; -webkit-box-shadow: 1px 1px 3px 2px #319cfc; box-shadow: 1px 1px 3px 2px #319cfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,156,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 #319cfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #319cfc; -webkit-box-shadow: 1px 1px 3px 2px #319cfc; box-shadow: 1px 1px 3px 2px #319cfc;">
Div content here</div>
This div box has shadow with color #319cfc
Comments
No comments written yet.
Please login to write comment.