Color spaces of #4063fe
RGB | 64 | 99 | 254 |
---|---|---|---|
HSL | 0.64 | 0.99 | 0.62 |
HSV | 229° | 75° | 100° |
CMYK | 0.75 | 0.61 | 0.00 0.00 |
XYZ | 24.4656 | 17.1694 | 95.7905 |
Yxy | 17.1694 | 0.1780 | 0.1249 |
Hunter Lab | 41.4360 | 32.8812 | -108.0597 |
CIE-Lab | 48.4728 | 40.1602 | -80.4791 |
#4063fe color RGB value is (64,99,254).
#4063fe hex color red value is 64, green value is 99 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4063fe hue: 0.64 , saturation: 0.99 and the lightness value of 4063fe is 0.62.
The process color (four color CMYK) of #4063fe color hex is 0.75, 0.61, 0.00, 0.00. Web safe color of #4063fe is #3366ff. Color #4063fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01100011 | 11111110 |
Octal | 100 | 143 | 376 |
Decimal | 64 | 99 | 254 |
Hex | 40 | 63 | FE |
Shades of #4063fe
Tints of #4063fe
RGB Percentages of Color #4063fe
CMYK Percentages of Color #4063fe
Complementary Color
#4063fe | #fedb40 |
#4063fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4063fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#4063fe Color CSS Codes
.mybgcolor {background-color:#4063fe; } .myforecolor {color:#4063fe; } .mybordercolor {border:3px solid #4063fe; }
#4063fe Text Font Color
<p style="color:#4063fe">Text here</p>
This sample text font color is #4063fe
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.
#4063fe Background Color
<div style="background-color:#4063fe">
Div content here</div>
This div background color is #4063fe
#4063fe Border Color
<div style="border:3px solid #4063fe">
Div here</div>
This div border color is #4063fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,99,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4063fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4063fe; -webkit-box-shadow: 1px 1px 3px 2px #4063fe; box-shadow: 1px 1px 3px 2px #4063fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,99,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4063fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4063fe; -webkit-box-shadow: 1px 1px 3px 2px #4063fe; box-shadow: 1px 1px 3px 2px #4063fe;">
Div content here</div>
This div box has shadow with color #4063fe
Related Colors
Comments
No comments written yet.
Please login to write comment.