Color spaces of #99415d
RGB | 153 | 65 | 93 |
---|---|---|---|
HSL | 0.95 | 0.40 | 0.43 |
HSV | 341° | 58° | 60° |
CMYK | 0.00 | 0.58 | 0.39 0.40 |
XYZ | 17.0029 | 11.3432 | 11.6492 |
Yxy | 11.3432 | 0.4251 | 0.2836 |
Hunter Lab | 33.6797 | 31.1748 | 3.0684 |
CIE-Lab | 40.1526 | 39.6919 | 1.8691 |
#99415d color RGB value is (153,65,93).
#99415d hex color red value is 153, green value is 65 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #99415d hue: 0.95 , saturation: 0.40 and the lightness value of 99415d is 0.43.
The process color (four color CMYK) of #99415d color hex is 0.00, 0.58, 0.39, 0.40. Web safe color of #99415d is #993366. Color #99415d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 01000001 | 01011101 |
Octal | 231 | 101 | 135 |
Decimal | 153 | 65 | 93 |
Hex | 99 | 41 | 5D |
Shades of #99415d
Tints of #99415d
RGB Percentages of Color #99415d
CMYK Percentages of Color #99415d
Complementary Color
#99415d | #41997d |
#99415d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99415d Color Preview on White Background
Lorem ipsum dolor sit amet.
#99415d Color CSS Codes
.mybgcolor {background-color:#99415d; } .myforecolor {color:#99415d; } .mybordercolor {border:3px solid #99415d; }
#99415d Text Font Color
<p style="color:#99415d">Text here</p>
This sample text font color is #99415d
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.
#99415d Background Color
<div style="background-color:#99415d">
Div content here</div>
This div background color is #99415d
#99415d Border Color
<div style="border:3px solid #99415d">
Div here</div>
This div border color is #99415d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,65,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99415d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99415d; -webkit-box-shadow: 1px 1px 3px 2px #99415d; box-shadow: 1px 1px 3px 2px #99415d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,65,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #99415d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99415d; -webkit-box-shadow: 1px 1px 3px 2px #99415d; box-shadow: 1px 1px 3px 2px #99415d;">
Div content here</div>
This div box has shadow with color #99415d
#99415d Color Palettes
Comments
No comments written yet.
Please login to write comment.