Color spaces of #408dcd
RGB | 64 | 141 | 205 |
---|---|---|---|
HSL | 0.58 | 0.59 | 0.53 |
HSV | 207° | 69° | 80° |
CMYK | 0.69 | 0.31 | 0.00 0.20 |
XYZ | 22.6587 | 24.5475 | 61.3015 |
Yxy | 24.5475 | 0.2088 | 0.2262 |
Hunter Lab | 49.5454 | -5.0708 | -38.6764 |
CIE-Lab | 56.6318 | -3.0394 | -39.9183 |
#408dcd color RGB value is (64,141,205).
#408dcd hex color red value is 64, green value is 141 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #408dcd hue: 0.58 , saturation: 0.59 and the lightness value of 408dcd is 0.53.
The process color (four color CMYK) of #408dcd color hex is 0.69, 0.31, 0.00, 0.20. Web safe color of #408dcd is #3399cc. Color #408dcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 10001101 | 11001101 |
Octal | 100 | 215 | 315 |
Decimal | 64 | 141 | 205 |
Hex | 40 | 8D | CD |
Shades of #408dcd
Tints of #408dcd
RGB Percentages of Color #408dcd
CMYK Percentages of Color #408dcd
Complementary Color
#408dcd | #cd8040 |
#408dcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#408dcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#408dcd Color CSS Codes
.mybgcolor {background-color:#408dcd; } .myforecolor {color:#408dcd; } .mybordercolor {border:3px solid #408dcd; }
#408dcd Text Font Color
<p style="color:#408dcd">Text here</p>
This sample text font color is #408dcd
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.
#408dcd Background Color
<div style="background-color:#408dcd">
Div content here</div>
This div background color is #408dcd
#408dcd Border Color
<div style="border:3px solid #408dcd">
Div here</div>
This div border color is #408dcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,141,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #408dcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #408dcd; -webkit-box-shadow: 1px 1px 3px 2px #408dcd; box-shadow: 1px 1px 3px 2px #408dcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,141,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #408dcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #408dcd; -webkit-box-shadow: 1px 1px 3px 2px #408dcd; box-shadow: 1px 1px 3px 2px #408dcd;">
Div content here</div>
This div box has shadow with color #408dcd
Comments
No comments written yet.
Please login to write comment.