Color spaces of #980159
RGB | 152 | 1 | 89 |
---|---|---|---|
HSL | 0.90 | 0.99 | 0.30 |
HSV | 325° | 99° | 60° |
CMYK | 0.00 | 0.99 | 0.41 0.40 |
XYZ | 14.7629 | 7.4184 | 10.1050 |
Yxy | 7.4184 | 0.4572 | 0.2298 |
Hunter Lab | 27.2367 | 49.0866 | -2.9312 |
CIE-Lab | 32.7410 | 58.6795 | -6.5138 |
#980159 color RGB value is (152,1,89).
#980159 hex color red value is 152, green value is 1 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #980159 hue: 0.90 , saturation: 0.99 and the lightness value of 980159 is 0.30.
The process color (four color CMYK) of #980159 color hex is 0.00, 0.99, 0.41, 0.40. Web safe color of #980159 is #990066. Color #980159 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 00000001 | 01011001 |
Octal | 230 | 1 | 131 |
Decimal | 152 | 1 | 89 |
Hex | 98 | 1 | 59 |
Shades of #980159
Tints of #980159
RGB Percentages of Color #980159
CMYK Percentages of Color #980159
Complementary Color
#980159 | #019840 |
#980159 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#980159 Color Preview on White Background
Lorem ipsum dolor sit amet.
#980159 Color CSS Codes
.mybgcolor {background-color:#980159; } .myforecolor {color:#980159; } .mybordercolor {border:3px solid #980159; }
#980159 Text Font Color
<p style="color:#980159">Text here</p>
This sample text font color is #980159
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.
#980159 Background Color
<div style="background-color:#980159">
Div content here</div>
This div background color is #980159
#980159 Border Color
<div style="border:3px solid #980159">
Div here</div>
This div border color is #980159
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,1,89, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #980159; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #980159; -webkit-box-shadow: 1px 1px 3px 2px #980159; box-shadow: 1px 1px 3px 2px #980159; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,1,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 #980159">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #980159; -webkit-box-shadow: 1px 1px 3px 2px #980159; box-shadow: 1px 1px 3px 2px #980159;">
Div content here</div>
This div box has shadow with color #980159
Comments
No comments written yet.
Please login to write comment.