Color spaces of #405caa
RGB | 64 | 92 | 170 |
---|---|---|---|
HSL | 0.62 | 0.45 | 0.46 |
HSV | 224° | 62° | 67° |
CMYK | 0.62 | 0.46 | 0.00 0.33 |
XYZ | 13.1972 | 11.6466 | 39.5827 |
Yxy | 11.6466 | 0.2048 | 0.1808 |
Hunter Lab | 34.1271 | 9.3048 | -44.8792 |
CIE-Lab | 40.6488 | 14.7353 | -45.0694 |
#405caa color RGB value is (64,92,170).
#405caa hex color red value is 64, green value is 92 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #405caa hue: 0.62 , saturation: 0.45 and the lightness value of 405caa is 0.46.
The process color (four color CMYK) of #405caa color hex is 0.62, 0.46, 0.00, 0.33. Web safe color of #405caa is #336699. Color #405caa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01011100 | 10101010 |
Octal | 100 | 134 | 252 |
Decimal | 64 | 92 | 170 |
Hex | 40 | 5C | AA |
Shades of #405caa
Tints of #405caa
RGB Percentages of Color #405caa
CMYK Percentages of Color #405caa
Complementary Color
#405caa | #aa8e40 |
#405caa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#405caa Color Preview on White Background
Lorem ipsum dolor sit amet.
#405caa Color CSS Codes
.mybgcolor {background-color:#405caa; } .myforecolor {color:#405caa; } .mybordercolor {border:3px solid #405caa; }
#405caa Text Font Color
<p style="color:#405caa">Text here</p>
This sample text font color is #405caa
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.
#405caa Background Color
<div style="background-color:#405caa">
Div content here</div>
This div background color is #405caa
#405caa Border Color
<div style="border:3px solid #405caa">
Div here</div>
This div border color is #405caa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,92,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #405caa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #405caa; -webkit-box-shadow: 1px 1px 3px 2px #405caa; box-shadow: 1px 1px 3px 2px #405caa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,92,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #405caa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #405caa; -webkit-box-shadow: 1px 1px 3px 2px #405caa; box-shadow: 1px 1px 3px 2px #405caa;">
Div content here</div>
This div box has shadow with color #405caa
Comments
No comments written yet.
Please login to write comment.