Color spaces of #400205
RGB | 64 | 2 | 5 |
---|---|---|---|
HSL | 0.99 | 0.94 | 0.13 |
HSV | 357° | 97° | 25° |
CMYK | 0.00 | 0.97 | 0.92 0.75 |
XYZ | 2.1635 | 1.1444 | 0.2504 |
Yxy | 1.1444 | 0.6080 | 0.3216 |
Hunter Lab | 10.6977 | 17.3790 | 6.1006 |
CIE-Lab | 10.1407 | 29.0266 | 13.9024 |
#400205 color RGB value is (64,2,5).
#400205 hex color red value is 64, green value is 2 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #400205 hue: 0.99 , saturation: 0.94 and the lightness value of 400205 is 0.13.
The process color (four color CMYK) of #400205 color hex is 0.00, 0.97, 0.92, 0.75. Web safe color of #400205 is #330000. Color #400205 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 00000010 | 00000101 |
Octal | 100 | 2 | 5 |
Decimal | 64 | 2 | 5 |
Hex | 40 | 2 | 5 |
Shades of #400205
Tints of #400205
RGB Percentages of Color #400205
CMYK Percentages of Color #400205
Complementary Color
#400205 | #02403d |
#400205 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#400205 Color Preview on White Background
Lorem ipsum dolor sit amet.
#400205 Color CSS Codes
.mybgcolor {background-color:#400205; } .myforecolor {color:#400205; } .mybordercolor {border:3px solid #400205; }
#400205 Text Font Color
<p style="color:#400205">Text here</p>
This sample text font color is #400205
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.
#400205 Background Color
<div style="background-color:#400205">
Div content here</div>
This div background color is #400205
#400205 Border Color
<div style="border:3px solid #400205">
Div here</div>
This div border color is #400205
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,2,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #400205; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #400205; -webkit-box-shadow: 1px 1px 3px 2px #400205; box-shadow: 1px 1px 3px 2px #400205; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,2,5, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #400205">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #400205; -webkit-box-shadow: 1px 1px 3px 2px #400205; box-shadow: 1px 1px 3px 2px #400205;">
Div content here</div>
This div box has shadow with color #400205
Comments
No comments written yet.
Please login to write comment.