Color spaces of #921259
RGB | 146 | 18 | 89 |
---|---|---|---|
HSL | 0.91 | 0.78 | 0.32 |
HSV | 327° | 88° | 57° |
CMYK | 0.00 | 0.88 | 0.39 0.43 |
XYZ | 13.8735 | 7.2649 | 10.1222 |
Yxy | 7.2649 | 0.4438 | 0.2324 |
Hunter Lab | 26.9535 | 44.7090 | -3.3985 |
CIE-Lab | 32.4025 | 54.6291 | -7.1488 |
#921259 color RGB value is (146,18,89).
#921259 hex color red value is 146, green value is 18 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #921259 hue: 0.91 , saturation: 0.78 and the lightness value of 921259 is 0.32.
The process color (four color CMYK) of #921259 color hex is 0.00, 0.88, 0.39, 0.43. Web safe color of #921259 is #990066. Color #921259 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010010 | 00010010 | 01011001 |
Octal | 222 | 22 | 131 |
Decimal | 146 | 18 | 89 |
Hex | 92 | 12 | 59 |
Shades of #921259
Tints of #921259
RGB Percentages of Color #921259
CMYK Percentages of Color #921259
Complementary Color
#921259 | #12924b |
#921259 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#921259 Color Preview on White Background
Lorem ipsum dolor sit amet.
#921259 Color CSS Codes
.mybgcolor {background-color:#921259; } .myforecolor {color:#921259; } .mybordercolor {border:3px solid #921259; }
#921259 Text Font Color
<p style="color:#921259">Text here</p>
This sample text font color is #921259
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.
#921259 Background Color
<div style="background-color:#921259">
Div content here</div>
This div background color is #921259
#921259 Border Color
<div style="border:3px solid #921259">
Div here</div>
This div border color is #921259
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(146,18,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #921259; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #921259; -webkit-box-shadow: 1px 1px 3px 2px #921259; box-shadow: 1px 1px 3px 2px #921259; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(146,18,89, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #921259">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #921259; -webkit-box-shadow: 1px 1px 3px 2px #921259; box-shadow: 1px 1px 3px 2px #921259;">
Div content here</div>
This div box has shadow with color #921259
Comments
No comments written yet.
Please login to write comment.