Color spaces of #440eff
RGB | 68 | 14 | 255 |
---|---|---|---|
HSL | 0.70 | 1.00 | 0.53 |
HSV | 253° | 95° | 100° |
CMYK | 0.73 | 0.95 | 0.00 0.00 |
XYZ | 20.5909 | 8.7630 | 95.2139 |
Yxy | 8.7630 | 0.1653 | 0.0703 |
Hunter Lab | 29.6024 | 72.3574 | -169.9804 |
CIE-Lab | 35.5239 | 78.2097 | -102.4195 |
#440eff color RGB value is (68,14,255).
#440eff hex color red value is 68, green value is 14 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #440eff hue: 0.70 , saturation: 1.00 and the lightness value of 440eff is 0.53.
The process color (four color CMYK) of #440eff color hex is 0.73, 0.95, 0.00, 0.00. Web safe color of #440eff is #3300ff. Color #440eff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 00001110 | 11111111 |
Octal | 104 | 16 | 377 |
Decimal | 68 | 14 | 255 |
Hex | 44 | E | FF |
Shades of #440eff
Tints of #440eff
RGB Percentages of Color #440eff
CMYK Percentages of Color #440eff
Complementary Color
#440eff | #c9ff0e |
#440eff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#440eff Color Preview on White Background
Lorem ipsum dolor sit amet.
#440eff Color CSS Codes
.mybgcolor {background-color:#440eff; } .myforecolor {color:#440eff; } .mybordercolor {border:3px solid #440eff; }
#440eff Text Font Color
<p style="color:#440eff">Text here</p>
This sample text font color is #440eff
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.
#440eff Background Color
<div style="background-color:#440eff">
Div content here</div>
This div background color is #440eff
#440eff Border Color
<div style="border:3px solid #440eff">
Div here</div>
This div border color is #440eff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,14,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #440eff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #440eff; -webkit-box-shadow: 1px 1px 3px 2px #440eff; box-shadow: 1px 1px 3px 2px #440eff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,14,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #440eff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #440eff; -webkit-box-shadow: 1px 1px 3px 2px #440eff; box-shadow: 1px 1px 3px 2px #440eff;">
Div content here</div>
This div box has shadow with color #440eff
Comments
No comments written yet.
Please login to write comment.