Color spaces of #304fda
RGB | 48 | 79 | 218 |
---|---|---|---|
HSL | 0.64 | 0.70 | 0.52 |
HSV | 229° | 78° | 85° |
CMYK | 0.78 | 0.64 | 0.00 0.15 |
XYZ | 16.6698 | 11.2823 | 67.6288 |
Yxy | 11.2823 | 0.1744 | 0.1180 |
Hunter Lab | 33.5891 | 29.8060 | -95.8629 |
CIE-Lab | 40.0519 | 38.2739 | -74.0012 |
#304fda color RGB value is (48,79,218).
#304fda hex color red value is 48, green value is 79 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #304fda hue: 0.64 , saturation: 0.70 and the lightness value of 304fda is 0.52.
The process color (four color CMYK) of #304fda color hex is 0.78, 0.64, 0.00, 0.15. Web safe color of #304fda is #3366cc. Color #304fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 01001111 | 11011010 |
Octal | 60 | 117 | 332 |
Decimal | 48 | 79 | 218 |
Hex | 30 | 4F | DA |
Shades of #304fda
Tints of #304fda
RGB Percentages of Color #304fda
CMYK Percentages of Color #304fda
Complementary Color
#304fda | #dabb30 |
#304fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#304fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#304fda Color CSS Codes
.mybgcolor {background-color:#304fda; } .myforecolor {color:#304fda; } .mybordercolor {border:3px solid #304fda; }
#304fda Text Font Color
<p style="color:#304fda">Text here</p>
This sample text font color is #304fda
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.
#304fda Background Color
<div style="background-color:#304fda">
Div content here</div>
This div background color is #304fda
#304fda Border Color
<div style="border:3px solid #304fda">
Div here</div>
This div border color is #304fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,79,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #304fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #304fda; -webkit-box-shadow: 1px 1px 3px 2px #304fda; box-shadow: 1px 1px 3px 2px #304fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,79,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #304fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #304fda; -webkit-box-shadow: 1px 1px 3px 2px #304fda; box-shadow: 1px 1px 3px 2px #304fda;">
Div content here</div>
This div box has shadow with color #304fda
Comments
No comments written yet.
Please login to write comment.