Color spaces of #314fac
RGB | 49 | 79 | 172 |
---|---|---|---|
HSL | 0.63 | 0.56 | 0.43 |
HSV | 225° | 72° | 67° |
CMYK | 0.72 | 0.54 | 0.00 0.33 |
XYZ | 11.5090 | 9.2235 | 40.2034 |
Yxy | 9.2235 | 0.1889 | 0.1514 |
Hunter Lab | 30.3702 | 14.4959 | -57.2276 |
CIE-Lab | 36.4111 | 21.4540 | -53.1181 |
#314fac color RGB value is (49,79,172).
#314fac hex color red value is 49, green value is 79 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #314fac hue: 0.63 , saturation: 0.56 and the lightness value of 314fac is 0.43.
The process color (four color CMYK) of #314fac color hex is 0.72, 0.54, 0.00, 0.33. Web safe color of #314fac is #336699. Color #314fac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 01001111 | 10101100 |
Octal | 61 | 117 | 254 |
Decimal | 49 | 79 | 172 |
Hex | 31 | 4F | AC |
Shades of #314fac
Tints of #314fac
RGB Percentages of Color #314fac
CMYK Percentages of Color #314fac
Complementary Color
#314fac | #ac8e31 |
#314fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#314fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#314fac Color CSS Codes
.mybgcolor {background-color:#314fac; } .myforecolor {color:#314fac; } .mybordercolor {border:3px solid #314fac; }
#314fac Text Font Color
<p style="color:#314fac">Text here</p>
This sample text font color is #314fac
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.
#314fac Background Color
<div style="background-color:#314fac">
Div content here</div>
This div background color is #314fac
#314fac Border Color
<div style="border:3px solid #314fac">
Div here</div>
This div border color is #314fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,79,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #314fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #314fac; -webkit-box-shadow: 1px 1px 3px 2px #314fac; box-shadow: 1px 1px 3px 2px #314fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,79,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #314fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #314fac; -webkit-box-shadow: 1px 1px 3px 2px #314fac; box-shadow: 1px 1px 3px 2px #314fac;">
Div content here</div>
This div box has shadow with color #314fac
Comments
No comments written yet.
Please login to write comment.