Color spaces of #40104e
RGB | 64 | 16 | 78 |
---|---|---|---|
HSL | 0.80 | 0.66 | 0.18 |
HSV | 286° | 79° | 31° |
CMYK | 0.18 | 0.79 | 0.00 0.69 |
XYZ | 3.6748 | 2.0106 | 7.4021 |
Yxy | 2.0106 | 0.2808 | 0.1536 |
Hunter Lab | 14.1796 | 21.4461 | -21.0252 |
CIE-Lab | 15.5428 | 33.1105 | -27.2419 |
#40104e color RGB value is (64,16,78).
#40104e hex color red value is 64, green value is 16 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #40104e hue: 0.80 , saturation: 0.66 and the lightness value of 40104e is 0.18.
The process color (four color CMYK) of #40104e color hex is 0.18, 0.79, 0.00, 0.69. Web safe color of #40104e is #330066. Color #40104e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 00010000 | 01001110 |
Octal | 100 | 20 | 116 |
Decimal | 64 | 16 | 78 |
Hex | 40 | 10 | 4E |
Shades of #40104e
Tints of #40104e
RGB Percentages of Color #40104e
CMYK Percentages of Color #40104e
Complementary Color
#40104e | #1e4e10 |
#40104e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#40104e Color Preview on White Background
Lorem ipsum dolor sit amet.
#40104e Color CSS Codes
.mybgcolor {background-color:#40104e; } .myforecolor {color:#40104e; } .mybordercolor {border:3px solid #40104e; }
#40104e Text Font Color
<p style="color:#40104e">Text here</p>
This sample text font color is #40104e
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.
#40104e Background Color
<div style="background-color:#40104e">
Div content here</div>
This div background color is #40104e
#40104e Border Color
<div style="border:3px solid #40104e">
Div here</div>
This div border color is #40104e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,16,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #40104e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #40104e; -webkit-box-shadow: 1px 1px 3px 2px #40104e; box-shadow: 1px 1px 3px 2px #40104e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,16,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #40104e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #40104e; -webkit-box-shadow: 1px 1px 3px 2px #40104e; box-shadow: 1px 1px 3px 2px #40104e;">
Div content here</div>
This div box has shadow with color #40104e
Comments
No comments written yet.
Please login to write comment.