Color spaces of #42001d
RGB | 66 | 0 | 29 |
---|---|---|---|
HSL | 0.93 | 1.00 | 0.13 |
HSV | 334° | 100° | 26° |
CMYK | 0.00 | 1.00 | 0.56 0.74 |
XYZ | 2.4685 | 1.2470 | 1.2730 |
Yxy | 1.2470 | 0.4948 | 0.2500 |
Hunter Lab | 11.1669 | 19.9162 | 1.0579 |
CIE-Lab | 10.8997 | 32.1236 | 0.9860 |
#42001d color RGB value is (66,0,29).
#42001d hex color red value is 66, green value is 0 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #42001d hue: 0.93 , saturation: 1.00 and the lightness value of 42001d is 0.13.
The process color (four color CMYK) of #42001d color hex is 0.00, 1.00, 0.56, 0.74. Web safe color of #42001d is #330033. Color #42001d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000010 | 00000000 | 00011101 |
Octal | 102 | 0 | 35 |
Decimal | 66 | 0 | 29 |
Hex | 42 | 0 | 1D |
Shades of #42001d
Tints of #42001d
RGB Percentages of Color #42001d
CMYK Percentages of Color #42001d
Complementary Color
#42001d | #004225 |
#42001d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#42001d Color Preview on White Background
Lorem ipsum dolor sit amet.
#42001d Color CSS Codes
.mybgcolor {background-color:#42001d; } .myforecolor {color:#42001d; } .mybordercolor {border:3px solid #42001d; }
#42001d Text Font Color
<p style="color:#42001d">Text here</p>
This sample text font color is #42001d
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.
#42001d Background Color
<div style="background-color:#42001d">
Div content here</div>
This div background color is #42001d
#42001d Border Color
<div style="border:3px solid #42001d">
Div here</div>
This div border color is #42001d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(66,0,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #42001d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #42001d; -webkit-box-shadow: 1px 1px 3px 2px #42001d; box-shadow: 1px 1px 3px 2px #42001d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(66,0,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #42001d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #42001d; -webkit-box-shadow: 1px 1px 3px 2px #42001d; box-shadow: 1px 1px 3px 2px #42001d;">
Div content here</div>
This div box has shadow with color #42001d
#42001d Color Palettes
Comments
No comments written yet.
Please login to write comment.