Color spaces of #601040
RGB | 96 | 16 | 64 |
---|---|---|---|
HSL | 0.90 | 0.71 | 0.22 |
HSV | 324° | 83° | 38° |
CMYK | 0.00 | 0.83 | 0.33 0.62 |
XYZ | 5.9346 | 3.2275 | 5.1607 |
Yxy | 3.2275 | 0.4143 | 0.2253 |
Hunter Lab | 17.9652 | 27.5261 | -4.4560 |
CIE-Lab | 20.9329 | 39.1666 | -8.7016 |
#601040 color RGB value is (96,16,64).
#601040 hex color red value is 96, green value is 16 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #601040 hue: 0.90 , saturation: 0.71 and the lightness value of 601040 is 0.22.
The process color (four color CMYK) of #601040 color hex is 0.00, 0.83, 0.33, 0.62. Web safe color of #601040 is #660033. Color #601040 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00010000 | 01000000 |
Octal | 140 | 20 | 100 |
Decimal | 96 | 16 | 64 |
Hex | 60 | 10 | 40 |
Shades of #601040
Tints of #601040
RGB Percentages of Color #601040
CMYK Percentages of Color #601040
Complementary Color
#601040 | #106030 |
#601040 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#601040 Color Preview on White Background
Lorem ipsum dolor sit amet.
#601040 Color CSS Codes
.mybgcolor {background-color:#601040; } .myforecolor {color:#601040; } .mybordercolor {border:3px solid #601040; }
#601040 Text Font Color
<p style="color:#601040">Text here</p>
This sample text font color is #601040
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.
#601040 Background Color
<div style="background-color:#601040">
Div content here</div>
This div background color is #601040
#601040 Border Color
<div style="border:3px solid #601040">
Div here</div>
This div border color is #601040
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,16,64, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #601040; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #601040; -webkit-box-shadow: 1px 1px 3px 2px #601040; box-shadow: 1px 1px 3px 2px #601040; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,16,64, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #601040">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #601040; -webkit-box-shadow: 1px 1px 3px 2px #601040; box-shadow: 1px 1px 3px 2px #601040;">
Div content here</div>
This div box has shadow with color #601040
Comments
No comments written yet.
Please login to write comment.