Color spaces of #401456
RGB | 64 | 20 | 86 |
---|---|---|---|
HSL | 0.78 | 0.62 | 0.21 |
HSV | 280° | 77° | 34° |
CMYK | 0.26 | 0.77 | 0.00 0.66 |
XYZ | 4.0442 | 2.2622 | 9.0276 |
Yxy | 2.2622 | 0.2637 | 0.1475 |
Hunter Lab | 15.0406 | 21.6750 | -25.0583 |
CIE-Lab | 16.8071 | 33.1459 | -30.6462 |
#401456 color RGB value is (64,20,86).
#401456 hex color red value is 64, green value is 20 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #401456 hue: 0.78 , saturation: 0.62 and the lightness value of 401456 is 0.21.
The process color (four color CMYK) of #401456 color hex is 0.26, 0.77, 0.00, 0.66. Web safe color of #401456 is #330066. Color #401456 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 00010100 | 01010110 |
Octal | 100 | 24 | 126 |
Decimal | 64 | 20 | 86 |
Hex | 40 | 14 | 56 |
Shades of #401456
Tints of #401456
RGB Percentages of Color #401456
CMYK Percentages of Color #401456
Complementary Color
#401456 | #2a5614 |
#401456 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#401456 Color Preview on White Background
Lorem ipsum dolor sit amet.
#401456 Color CSS Codes
.mybgcolor {background-color:#401456; } .myforecolor {color:#401456; } .mybordercolor {border:3px solid #401456; }
#401456 Text Font Color
<p style="color:#401456">Text here</p>
This sample text font color is #401456
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.
#401456 Background Color
<div style="background-color:#401456">
Div content here</div>
This div background color is #401456
#401456 Border Color
<div style="border:3px solid #401456">
Div here</div>
This div border color is #401456
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,20,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #401456; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #401456; -webkit-box-shadow: 1px 1px 3px 2px #401456; box-shadow: 1px 1px 3px 2px #401456; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,20,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #401456">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #401456; -webkit-box-shadow: 1px 1px 3px 2px #401456; box-shadow: 1px 1px 3px 2px #401456;">
Div content here</div>
This div box has shadow with color #401456
Comments
No comments written yet.
Please login to write comment.