Color spaces of #986781
RGB | 152 | 103 | 129 |
---|---|---|---|
HSL | 0.91 | 0.19 | 0.50 |
HSV | 328° | 32° | 60° |
CMYK | 0.00 | 0.32 | 0.15 0.40 |
XYZ | 21.7616 | 17.9609 | 23.0887 |
Yxy | 17.9609 | 0.3465 | 0.2860 |
Hunter Lab | 42.3803 | 17.4913 | -2.6349 |
CIE-Lab | 49.4486 | 23.7759 | -6.4216 |
#986781 color RGB value is (152,103,129).
#986781 hex color red value is 152, green value is 103 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #986781 hue: 0.91 , saturation: 0.19 and the lightness value of 986781 is 0.50.
The process color (four color CMYK) of #986781 color hex is 0.00, 0.32, 0.15, 0.40. Web safe color of #986781 is #996699. Color #986781 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 01100111 | 10000001 |
Octal | 230 | 147 | 201 |
Decimal | 152 | 103 | 129 |
Hex | 98 | 67 | 81 |
Shades of #986781
Tints of #986781
RGB Percentages of Color #986781
CMYK Percentages of Color #986781
Complementary Color
#986781 | #67987e |
#986781 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#986781 Color Preview on White Background
Lorem ipsum dolor sit amet.
#986781 Color CSS Codes
.mybgcolor {background-color:#986781; } .myforecolor {color:#986781; } .mybordercolor {border:3px solid #986781; }
#986781 Text Font Color
<p style="color:#986781">Text here</p>
This sample text font color is #986781
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.
#986781 Background Color
<div style="background-color:#986781">
Div content here</div>
This div background color is #986781
#986781 Border Color
<div style="border:3px solid #986781">
Div here</div>
This div border color is #986781
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,103,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #986781; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #986781; -webkit-box-shadow: 1px 1px 3px 2px #986781; box-shadow: 1px 1px 3px 2px #986781; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,103,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #986781">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #986781; -webkit-box-shadow: 1px 1px 3px 2px #986781; box-shadow: 1px 1px 3px 2px #986781;">
Div content here</div>
This div box has shadow with color #986781
Comments
No comments written yet.
Please login to write comment.