Color spaces of #290026
RGB | 41 | 0 | 38 |
---|---|---|---|
HSL | 0.85 | 1.00 | 0.08 |
HSV | 304° | 100° | 16° |
CMYK | 0.00 | 1.00 | 0.07 0.84 |
XYZ | 1.2643 | 0.6114 | 1.8851 |
Yxy | 0.6114 | 0.3362 | 0.1626 |
Hunter Lab | 7.8192 | 15.1783 | -8.8205 |
CIE-Lab | 5.5227 | 25.6993 | -14.6313 |
#290026 color RGB value is (41,0,38).
#290026 hex color red value is 41, green value is 0 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #290026 hue: 0.85 , saturation: 1.00 and the lightness value of 290026 is 0.08.
The process color (four color CMYK) of #290026 color hex is 0.00, 1.00, 0.07, 0.84. Web safe color of #290026 is #330033. Color #290026 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 00000000 | 00100110 |
Octal | 51 | 0 | 46 |
Decimal | 41 | 0 | 38 |
Hex | 29 | 0 | 26 |
Shades of #290026
Tints of #290026
RGB Percentages of Color #290026
CMYK Percentages of Color #290026
Complementary Color
#290026 | #002903 |
#290026 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#290026 Color Preview on White Background
Lorem ipsum dolor sit amet.
#290026 Color CSS Codes
.mybgcolor {background-color:#290026; } .myforecolor {color:#290026; } .mybordercolor {border:3px solid #290026; }
#290026 Text Font Color
<p style="color:#290026">Text here</p>
This sample text font color is #290026
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.
#290026 Background Color
<div style="background-color:#290026">
Div content here</div>
This div background color is #290026
#290026 Border Color
<div style="border:3px solid #290026">
Div here</div>
This div border color is #290026
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,0,38, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #290026; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #290026; -webkit-box-shadow: 1px 1px 3px 2px #290026; box-shadow: 1px 1px 3px 2px #290026; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,0,38, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #290026">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #290026; -webkit-box-shadow: 1px 1px 3px 2px #290026; box-shadow: 1px 1px 3px 2px #290026;">
Div content here</div>
This div box has shadow with color #290026
Comments
No comments written yet.
Please login to write comment.