Color spaces of #407cec
RGB | 64 | 124 | 236 |
---|---|---|---|
HSL | 0.61 | 0.82 | 0.59 |
HSV | 219° | 73° | 93° |
CMYK | 0.73 | 0.47 | 0.00 0.07 |
XYZ | 24.4623 | 21.5614 | 82.2293 |
Yxy | 21.5614 | 0.1907 | 0.1681 |
Hunter Lab | 46.4343 | 12.7767 | -72.4913 |
CIE-Lab | 53.5585 | 18.2246 | -62.2032 |
#407cec color RGB value is (64,124,236).
#407cec hex color red value is 64, green value is 124 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #407cec hue: 0.61 , saturation: 0.82 and the lightness value of 407cec is 0.59.
The process color (four color CMYK) of #407cec color hex is 0.73, 0.47, 0.00, 0.07. Web safe color of #407cec is #3366ff. Color #407cec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01111100 | 11101100 |
Octal | 100 | 174 | 354 |
Decimal | 64 | 124 | 236 |
Hex | 40 | 7C | EC |
Shades of #407cec
Tints of #407cec
RGB Percentages of Color #407cec
CMYK Percentages of Color #407cec
Complementary Color
#407cec | #ecb040 |
#407cec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#407cec Color Preview on White Background
Lorem ipsum dolor sit amet.
#407cec Color CSS Codes
.mybgcolor {background-color:#407cec; } .myforecolor {color:#407cec; } .mybordercolor {border:3px solid #407cec; }
#407cec Text Font Color
<p style="color:#407cec">Text here</p>
This sample text font color is #407cec
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.
#407cec Background Color
<div style="background-color:#407cec">
Div content here</div>
This div background color is #407cec
#407cec Border Color
<div style="border:3px solid #407cec">
Div here</div>
This div border color is #407cec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,124,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #407cec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #407cec; -webkit-box-shadow: 1px 1px 3px 2px #407cec; box-shadow: 1px 1px 3px 2px #407cec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,124,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #407cec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #407cec; -webkit-box-shadow: 1px 1px 3px 2px #407cec; box-shadow: 1px 1px 3px 2px #407cec;">
Div content here</div>
This div box has shadow with color #407cec
Comments
No comments written yet.
Please login to write comment.