Color spaces of #444fda
RGB | 68 | 79 | 218 |
---|---|---|---|
HSL | 0.65 | 0.67 | 0.56 |
HSV | 236° | 69° | 85° |
CMYK | 0.69 | 0.64 | 0.00 0.15 |
XYZ | 17.8348 | 11.8829 | 67.6833 |
Yxy | 11.8829 | 0.1831 | 0.1220 |
Hunter Lab | 34.4716 | 32.0265 | -92.2830 |
CIE-Lab | 41.0294 | 40.4344 | -72.3618 |
#444fda color RGB value is (68,79,218).
#444fda hex color red value is 68, green value is 79 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #444fda hue: 0.65 , saturation: 0.67 and the lightness value of 444fda is 0.56.
The process color (four color CMYK) of #444fda color hex is 0.69, 0.64, 0.00, 0.15. Web safe color of #444fda is #3366cc. Color #444fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 01001111 | 11011010 |
Octal | 104 | 117 | 332 |
Decimal | 68 | 79 | 218 |
Hex | 44 | 4F | DA |
Shades of #444fda
Tints of #444fda
RGB Percentages of Color #444fda
CMYK Percentages of Color #444fda
Complementary Color
#444fda | #dacf44 |
#444fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#444fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#444fda Color CSS Codes
.mybgcolor {background-color:#444fda; } .myforecolor {color:#444fda; } .mybordercolor {border:3px solid #444fda; }
#444fda Text Font Color
<p style="color:#444fda">Text here</p>
This sample text font color is #444fda
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.
#444fda Background Color
<div style="background-color:#444fda">
Div content here</div>
This div background color is #444fda
#444fda Border Color
<div style="border:3px solid #444fda">
Div here</div>
This div border color is #444fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,79,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #444fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #444fda; -webkit-box-shadow: 1px 1px 3px 2px #444fda; box-shadow: 1px 1px 3px 2px #444fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,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 #444fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #444fda; -webkit-box-shadow: 1px 1px 3px 2px #444fda; box-shadow: 1px 1px 3px 2px #444fda;">
Div content here</div>
This div box has shadow with color #444fda
Comments
No comments written yet.
Please login to write comment.