Color spaces of #407ded
RGB | 64 | 125 | 237 |
---|---|---|---|
HSL | 0.61 | 0.83 | 0.59 |
HSV | 219° | 73° | 93° |
CMYK | 0.73 | 0.47 | 0.00 0.07 |
XYZ | 24.7340 | 21.8716 | 83.0388 |
Yxy | 21.8716 | 0.1908 | 0.1687 |
Hunter Lab | 46.7671 | 12.5620 | -72.5373 |
CIE-Lab | 53.8905 | 17.9668 | -62.2265 |
#407ded color RGB value is (64,125,237).
#407ded hex color red value is 64, green value is 125 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #407ded hue: 0.61 , saturation: 0.83 and the lightness value of 407ded is 0.59.
The process color (four color CMYK) of #407ded color hex is 0.73, 0.47, 0.00, 0.07. Web safe color of #407ded is #3366ff. Color #407ded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01111101 | 11101101 |
Octal | 100 | 175 | 355 |
Decimal | 64 | 125 | 237 |
Hex | 40 | 7D | ED |
Shades of #407ded
Tints of #407ded
RGB Percentages of Color #407ded
CMYK Percentages of Color #407ded
Complementary Color
#407ded | #edb040 |
#407ded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#407ded Color Preview on White Background
Lorem ipsum dolor sit amet.
#407ded Color CSS Codes
.mybgcolor {background-color:#407ded; } .myforecolor {color:#407ded; } .mybordercolor {border:3px solid #407ded; }
#407ded Text Font Color
<p style="color:#407ded">Text here</p>
This sample text font color is #407ded
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.
#407ded Background Color
<div style="background-color:#407ded">
Div content here</div>
This div background color is #407ded
#407ded Border Color
<div style="border:3px solid #407ded">
Div here</div>
This div border color is #407ded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,125,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #407ded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #407ded; -webkit-box-shadow: 1px 1px 3px 2px #407ded; box-shadow: 1px 1px 3px 2px #407ded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,125,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #407ded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #407ded; -webkit-box-shadow: 1px 1px 3px 2px #407ded; box-shadow: 1px 1px 3px 2px #407ded;">
Div content here</div>
This div box has shadow with color #407ded
Comments
No comments written yet.
Please login to write comment.