Color spaces of #9b4456
RGB | 155 | 68 | 86 |
---|---|---|---|
HSL | 0.97 | 0.39 | 0.44 |
HSV | 348° | 56° | 61° |
CMYK | 0.00 | 0.56 | 0.45 0.39 |
XYZ | 17.2644 | 11.7747 | 10.1669 |
Yxy | 11.7747 | 0.4404 | 0.3003 |
Hunter Lab | 34.3143 | 29.7580 | 6.4531 |
CIE-Lab | 40.8558 | 38.0979 | 7.2926 |
#9b4456 color RGB value is (155,68,86).
#9b4456 hex color red value is 155, green value is 68 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #9b4456 hue: 0.97 , saturation: 0.39 and the lightness value of 9b4456 is 0.44.
The process color (four color CMYK) of #9b4456 color hex is 0.00, 0.56, 0.45, 0.39. Web safe color of #9b4456 is #993366. Color #9b4456 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 01000100 | 01010110 |
Octal | 233 | 104 | 126 |
Decimal | 155 | 68 | 86 |
Hex | 9B | 44 | 56 |
Shades of #9b4456
Tints of #9b4456
RGB Percentages of Color #9b4456
CMYK Percentages of Color #9b4456
Complementary Color
#9b4456 | #449b89 |
#9b4456 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9b4456 Color Preview on White Background
Lorem ipsum dolor sit amet.
#9b4456 Color CSS Codes
.mybgcolor {background-color:#9b4456; } .myforecolor {color:#9b4456; } .mybordercolor {border:3px solid #9b4456; }
#9b4456 Text Font Color
<p style="color:#9b4456">Text here</p>
This sample text font color is #9b4456
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.
#9b4456 Background Color
<div style="background-color:#9b4456">
Div content here</div>
This div background color is #9b4456
#9b4456 Border Color
<div style="border:3px solid #9b4456">
Div here</div>
This div border color is #9b4456
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,68,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9b4456; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9b4456; -webkit-box-shadow: 1px 1px 3px 2px #9b4456; box-shadow: 1px 1px 3px 2px #9b4456; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,68,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9b4456">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9b4456; -webkit-box-shadow: 1px 1px 3px 2px #9b4456; box-shadow: 1px 1px 3px 2px #9b4456;">
Div content here</div>
This div box has shadow with color #9b4456
Comments
No comments written yet.
Please login to write comment.