Color spaces of #29109a
RGB | 41 | 16 | 154 |
---|---|---|---|
HSL | 0.70 | 0.81 | 0.33 |
HSV | 251° | 90° | 60° |
CMYK | 0.73 | 0.90 | 0.00 0.40 |
XYZ | 6.9325 | 3.1751 | 30.8193 |
Yxy | 3.1751 | 0.1694 | 0.0776 |
Hunter Lab | 17.8188 | 38.2634 | -90.0744 |
CIE-Lab | 20.7319 | 50.5801 | -67.9851 |
#29109a color RGB value is (41,16,154).
#29109a hex color red value is 41, green value is 16 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #29109a hue: 0.70 , saturation: 0.81 and the lightness value of 29109a is 0.33.
The process color (four color CMYK) of #29109a color hex is 0.73, 0.90, 0.00, 0.40. Web safe color of #29109a is #330099. Color #29109a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 00010000 | 10011010 |
Octal | 51 | 20 | 232 |
Decimal | 41 | 16 | 154 |
Hex | 29 | 10 | 9A |
Shades of #29109a
Tints of #29109a
RGB Percentages of Color #29109a
CMYK Percentages of Color #29109a
Complementary Color
#29109a | #819a10 |
#29109a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#29109a Color Preview on White Background
Lorem ipsum dolor sit amet.
#29109a Color CSS Codes
.mybgcolor {background-color:#29109a; } .myforecolor {color:#29109a; } .mybordercolor {border:3px solid #29109a; }
#29109a Text Font Color
<p style="color:#29109a">Text here</p>
This sample text font color is #29109a
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.
#29109a Background Color
<div style="background-color:#29109a">
Div content here</div>
This div background color is #29109a
#29109a Border Color
<div style="border:3px solid #29109a">
Div here</div>
This div border color is #29109a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,16,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #29109a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #29109a; -webkit-box-shadow: 1px 1px 3px 2px #29109a; box-shadow: 1px 1px 3px 2px #29109a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,16,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #29109a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #29109a; -webkit-box-shadow: 1px 1px 3px 2px #29109a; box-shadow: 1px 1px 3px 2px #29109a;">
Div content here</div>
This div box has shadow with color #29109a
Comments
No comments written yet.
Please login to write comment.