Color spaces of #915561
RGB | 145 | 85 | 97 |
---|---|---|---|
HSL | 0.97 | 0.26 | 0.45 |
HSV | 348° | 41° | 57° |
CMYK | 0.00 | 0.41 | 0.33 0.43 |
XYZ | 17.0832 | 13.3798 | 12.9914 |
Yxy | 13.3798 | 0.3931 | 0.3079 |
Hunter Lab | 36.5784 | 19.3526 | 4.5471 |
CIE-Lab | 43.3300 | 26.4389 | 3.8327 |
#915561 color RGB value is (145,85,97).
#915561 hex color red value is 145, green value is 85 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #915561 hue: 0.97 , saturation: 0.26 and the lightness value of 915561 is 0.45.
The process color (four color CMYK) of #915561 color hex is 0.00, 0.41, 0.33, 0.43. Web safe color of #915561 is #996666. Color #915561 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 01010101 | 01100001 |
Octal | 221 | 125 | 141 |
Decimal | 145 | 85 | 97 |
Hex | 91 | 55 | 61 |
Shades of #915561
Tints of #915561
RGB Percentages of Color #915561
CMYK Percentages of Color #915561
Complementary Color
#915561 | #559185 |
#915561 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#915561 Color Preview on White Background
Lorem ipsum dolor sit amet.
#915561 Color CSS Codes
.mybgcolor {background-color:#915561; } .myforecolor {color:#915561; } .mybordercolor {border:3px solid #915561; }
#915561 Text Font Color
<p style="color:#915561">Text here</p>
This sample text font color is #915561
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.
#915561 Background Color
<div style="background-color:#915561">
Div content here</div>
This div background color is #915561
#915561 Border Color
<div style="border:3px solid #915561">
Div here</div>
This div border color is #915561
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,85,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #915561; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #915561; -webkit-box-shadow: 1px 1px 3px 2px #915561; box-shadow: 1px 1px 3px 2px #915561; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,85,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #915561">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #915561; -webkit-box-shadow: 1px 1px 3px 2px #915561; box-shadow: 1px 1px 3px 2px #915561;">
Div content here</div>
This div box has shadow with color #915561
Comments
No comments written yet.
Please login to write comment.