Color spaces of #42112c
RGB | 66 | 17 | 44 |
---|---|---|---|
HSL | 0.91 | 0.59 | 0.16 |
HSV | 327° | 74° | 26° |
CMYK | 0.00 | 0.74 | 0.33 0.74 |
XYZ | 2.9018 | 1.7410 | 2.5660 |
Yxy | 1.7410 | 0.4025 | 0.2415 |
Hunter Lab | 13.1947 | 16.1653 | -2.2940 |
CIE-Lab | 14.0647 | 26.6820 | -5.5048 |
#42112c color RGB value is (66,17,44).
#42112c hex color red value is 66, green value is 17 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #42112c hue: 0.91 , saturation: 0.59 and the lightness value of 42112c is 0.16.
The process color (four color CMYK) of #42112c color hex is 0.00, 0.74, 0.33, 0.74. Web safe color of #42112c is #330033. Color #42112c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00010001 | 00101100 |
Octal | 102 | 21 | 54 |
Decimal | 66 | 17 | 44 |
Hex | 42 | 11 | 2C |
Shades of #42112c
Tints of #42112c
RGB Percentages of Color #42112c
CMYK Percentages of Color #42112c
Complementary Color
#42112c | #114227 |
#42112c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#42112c Color Preview on White Background
Lorem ipsum dolor sit amet.
#42112c Color CSS Codes
.mybgcolor {background-color:#42112c; } .myforecolor {color:#42112c; } .mybordercolor {border:3px solid #42112c; }
#42112c Text Font Color
<p style="color:#42112c">Text here</p>
This sample text font color is #42112c
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.
#42112c Background Color
<div style="background-color:#42112c">
Div content here</div>
This div background color is #42112c
#42112c Border Color
<div style="border:3px solid #42112c">
Div here</div>
This div border color is #42112c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,17,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #42112c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42112c; -webkit-box-shadow: 1px 1px 3px 2px #42112c; box-shadow: 1px 1px 3px 2px #42112c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,17,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #42112c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #42112c; -webkit-box-shadow: 1px 1px 3px 2px #42112c; box-shadow: 1px 1px 3px 2px #42112c;">
Div content here</div>
This div box has shadow with color #42112c
Comments
No comments written yet.
Please login to write comment.