Color spaces of #40193d
RGB | 64 | 25 | 61 |
---|---|---|---|
HSL | 0.85 | 0.44 | 0.17 |
HSV | 305° | 61° | 25° |
CMYK | 0.00 | 0.61 | 0.05 0.75 |
XYZ | 3.3043 | 2.1222 | 4.6503 |
Yxy | 2.1222 | 0.3279 | 0.2106 |
Hunter Lab | 14.5678 | 14.9942 | -8.7290 |
CIE-Lab | 16.1159 | 24.7557 | -14.5374 |
#40193d color RGB value is (64,25,61).
#40193d hex color red value is 64, green value is 25 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #40193d hue: 0.85 , saturation: 0.44 and the lightness value of 40193d is 0.17.
The process color (four color CMYK) of #40193d color hex is 0.00, 0.61, 0.05, 0.75. Web safe color of #40193d is #330033. Color #40193d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 00011001 | 00111101 |
Octal | 100 | 31 | 75 |
Decimal | 64 | 25 | 61 |
Hex | 40 | 19 | 3D |
Shades of #40193d
Tints of #40193d
RGB Percentages of Color #40193d
CMYK Percentages of Color #40193d
Complementary Color
#40193d | #19401c |
#40193d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#40193d Color Preview on White Background
Lorem ipsum dolor sit amet.
#40193d Color CSS Codes
.mybgcolor {background-color:#40193d; } .myforecolor {color:#40193d; } .mybordercolor {border:3px solid #40193d; }
#40193d Text Font Color
<p style="color:#40193d">Text here</p>
This sample text font color is #40193d
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.
#40193d Background Color
<div style="background-color:#40193d">
Div content here</div>
This div background color is #40193d
#40193d Border Color
<div style="border:3px solid #40193d">
Div here</div>
This div border color is #40193d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,25,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #40193d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #40193d; -webkit-box-shadow: 1px 1px 3px 2px #40193d; box-shadow: 1px 1px 3px 2px #40193d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,25,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #40193d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #40193d; -webkit-box-shadow: 1px 1px 3px 2px #40193d; box-shadow: 1px 1px 3px 2px #40193d;">
Div content here</div>
This div box has shadow with color #40193d
Comments
No comments written yet.
Please login to write comment.