Color spaces of #998493
RGB | 153 | 132 | 147 |
---|---|---|---|
HSL | 0.88 | 0.09 | 0.56 |
HSV | 317° | 14° | 60° |
CMYK | 0.00 | 0.14 | 0.04 0.40 |
XYZ | 26.6546 | 25.3814 | 31.0980 |
Yxy | 25.3814 | 0.3206 | 0.3053 |
Hunter Lab | 50.3800 | 6.2743 | -1.3319 |
CIE-Lab | 57.4452 | 10.7024 | -5.0810 |
#998493 color RGB value is (153,132,147).
#998493 hex color red value is 153, green value is 132 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #998493 hue: 0.88 , saturation: 0.09 and the lightness value of 998493 is 0.56.
The process color (four color CMYK) of #998493 color hex is 0.00, 0.14, 0.04, 0.40. Web safe color of #998493 is #999999. Color #998493 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 10000100 | 10010011 |
Octal | 231 | 204 | 223 |
Decimal | 153 | 132 | 147 |
Hex | 99 | 84 | 93 |
Shades of #998493
Tints of #998493
RGB Percentages of Color #998493
CMYK Percentages of Color #998493
Complementary Color
#998493 | #84998a |
#998493 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#998493 Color Preview on White Background
Lorem ipsum dolor sit amet.
#998493 Color CSS Codes
.mybgcolor {background-color:#998493; } .myforecolor {color:#998493; } .mybordercolor {border:3px solid #998493; }
#998493 Text Font Color
<p style="color:#998493">Text here</p>
This sample text font color is #998493
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.
#998493 Background Color
<div style="background-color:#998493">
Div content here</div>
This div background color is #998493
#998493 Border Color
<div style="border:3px solid #998493">
Div here</div>
This div border color is #998493
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,132,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #998493; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #998493; -webkit-box-shadow: 1px 1px 3px 2px #998493; box-shadow: 1px 1px 3px 2px #998493; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,132,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #998493">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #998493; -webkit-box-shadow: 1px 1px 3px 2px #998493; box-shadow: 1px 1px 3px 2px #998493;">
Div content here</div>
This div box has shadow with color #998493
Comments
No comments written yet.
Please login to write comment.