Color spaces of #99719d
RGB | 153 | 113 | 157 |
---|---|---|---|
HSL | 0.82 | 0.18 | 0.53 |
HSV | 295° | 28° | 62° |
CMYK | 0.03 | 0.28 | 0.00 0.38 |
XYZ | 25.1278 | 21.0169 | 34.6306 |
Yxy | 21.0169 | 0.3111 | 0.2602 |
Hunter Lab | 45.8442 | 17.6108 | -12.6966 |
CIE-Lab | 52.9680 | 23.6284 | -17.6098 |
#99719d color RGB value is (153,113,157).
#99719d hex color red value is 153, green value is 113 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #99719d hue: 0.82 , saturation: 0.18 and the lightness value of 99719d is 0.53.
The process color (four color CMYK) of #99719d color hex is 0.03, 0.28, 0.00, 0.38. Web safe color of #99719d is #996699. Color #99719d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 01110001 | 10011101 |
Octal | 231 | 161 | 235 |
Decimal | 153 | 113 | 157 |
Hex | 99 | 71 | 9D |
Shades of #99719d
Tints of #99719d
RGB Percentages of Color #99719d
CMYK Percentages of Color #99719d
Complementary Color
#99719d | #759d71 |
#99719d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99719d Color Preview on White Background
Lorem ipsum dolor sit amet.
#99719d Color CSS Codes
.mybgcolor {background-color:#99719d; } .myforecolor {color:#99719d; } .mybordercolor {border:3px solid #99719d; }
#99719d Text Font Color
<p style="color:#99719d">Text here</p>
This sample text font color is #99719d
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.
#99719d Background Color
<div style="background-color:#99719d">
Div content here</div>
This div background color is #99719d
#99719d Border Color
<div style="border:3px solid #99719d">
Div here</div>
This div border color is #99719d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,113,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99719d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99719d; -webkit-box-shadow: 1px 1px 3px 2px #99719d; box-shadow: 1px 1px 3px 2px #99719d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,113,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #99719d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99719d; -webkit-box-shadow: 1px 1px 3px 2px #99719d; box-shadow: 1px 1px 3px 2px #99719d;">
Div content here</div>
This div box has shadow with color #99719d
Comments
No comments written yet.
Please login to write comment.