Color spaces of #405cbc
RGB | 64 | 92 | 188 |
---|---|---|---|
HSL | 0.63 | 0.49 | 0.49 |
HSV | 226° | 66° | 74° |
CMYK | 0.66 | 0.51 | 0.00 0.26 |
XYZ | 15.0186 | 12.3751 | 49.1740 |
Yxy | 12.3751 | 0.1961 | 0.1616 |
Hunter Lab | 35.1783 | 14.6448 | -58.2539 |
CIE-Lab | 41.8062 | 21.1485 | -53.7800 |
#405cbc color RGB value is (64,92,188).
#405cbc hex color red value is 64, green value is 92 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #405cbc hue: 0.63 , saturation: 0.49 and the lightness value of 405cbc is 0.49.
The process color (four color CMYK) of #405cbc color hex is 0.66, 0.51, 0.00, 0.26. Web safe color of #405cbc is #3366cc. Color #405cbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 01011100 | 10111100 |
Octal | 100 | 134 | 274 |
Decimal | 64 | 92 | 188 |
Hex | 40 | 5C | BC |
Shades of #405cbc
Tints of #405cbc
RGB Percentages of Color #405cbc
CMYK Percentages of Color #405cbc
Complementary Color
#405cbc | #bca040 |
#405cbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#405cbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#405cbc Color CSS Codes
.mybgcolor {background-color:#405cbc; } .myforecolor {color:#405cbc; } .mybordercolor {border:3px solid #405cbc; }
#405cbc Text Font Color
<p style="color:#405cbc">Text here</p>
This sample text font color is #405cbc
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.
#405cbc Background Color
<div style="background-color:#405cbc">
Div content here</div>
This div background color is #405cbc
#405cbc Border Color
<div style="border:3px solid #405cbc">
Div here</div>
This div border color is #405cbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,92,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #405cbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #405cbc; -webkit-box-shadow: 1px 1px 3px 2px #405cbc; box-shadow: 1px 1px 3px 2px #405cbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,92,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #405cbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #405cbc; -webkit-box-shadow: 1px 1px 3px 2px #405cbc; box-shadow: 1px 1px 3px 2px #405cbc;">
Div content here</div>
This div box has shadow with color #405cbc
Comments
No comments written yet.
Please login to write comment.