Color spaces of #407dcb
RGB | 64 | 125 | 203 |
---|---|---|---|
HSL | 0.59 | 0.57 | 0.52 |
HSV | 214° | 68° | 80° |
CMYK | 0.68 | 0.38 | 0.00 0.20 |
XYZ | 20.2275 | 20.0690 | 59.3075 |
Yxy | 20.0690 | 0.2031 | 0.2015 |
Hunter Lab | 44.7984 | 2.1995 | -47.1336 |
CIE-Lab | 51.9151 | 5.7809 | -46.2402 |
#407dcb color RGB value is (64,125,203).
#407dcb hex color red value is 64, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #407dcb hue: 0.59 , saturation: 0.57 and the lightness value of 407dcb is 0.52.
The process color (four color CMYK) of #407dcb color hex is 0.68, 0.38, 0.00, 0.20. Web safe color of #407dcb is #3366cc. Color #407dcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01111101 | 11001011 |
Octal | 100 | 175 | 313 |
Decimal | 64 | 125 | 203 |
Hex | 40 | 7D | CB |
Shades of #407dcb
Tints of #407dcb
RGB Percentages of Color #407dcb
CMYK Percentages of Color #407dcb
Complementary Color
#407dcb | #cb8e40 |
#407dcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#407dcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#407dcb Color CSS Codes
.mybgcolor {background-color:#407dcb; } .myforecolor {color:#407dcb; } .mybordercolor {border:3px solid #407dcb; }
#407dcb Text Font Color
<p style="color:#407dcb">Text here</p>
This sample text font color is #407dcb
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.
#407dcb Background Color
<div style="background-color:#407dcb">
Div content here</div>
This div background color is #407dcb
#407dcb Border Color
<div style="border:3px solid #407dcb">
Div here</div>
This div border color is #407dcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,125,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #407dcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #407dcb; -webkit-box-shadow: 1px 1px 3px 2px #407dcb; box-shadow: 1px 1px 3px 2px #407dcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,125,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #407dcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #407dcb; -webkit-box-shadow: 1px 1px 3px 2px #407dcb; box-shadow: 1px 1px 3px 2px #407dcb;">
Div content here</div>
This div box has shadow with color #407dcb
Comments
No comments written yet.
Please login to write comment.