Color spaces of #963651
RGB | 150 | 54 | 81 |
---|---|---|---|
HSL | 0.95 | 0.47 | 0.40 |
HSV | 343° | 64° | 59° |
CMYK | 0.00 | 0.64 | 0.46 0.41 |
XYZ | 15.3820 | 9.7164 | 8.8493 |
Yxy | 9.7164 | 0.4531 | 0.2862 |
Hunter Lab | 31.1711 | 33.5348 | 4.9877 |
CIE-Lab | 37.3286 | 42.6115 | 5.3135 |
#963651 color RGB value is (150,54,81).
#963651 hex color red value is 150, green value is 54 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #963651 hue: 0.95 , saturation: 0.47 and the lightness value of 963651 is 0.40.
The process color (four color CMYK) of #963651 color hex is 0.00, 0.64, 0.46, 0.41. Web safe color of #963651 is #993366. Color #963651 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 00110110 | 01010001 |
Octal | 226 | 66 | 121 |
Decimal | 150 | 54 | 81 |
Hex | 96 | 36 | 51 |
Shades of #963651
Tints of #963651
RGB Percentages of Color #963651
CMYK Percentages of Color #963651
Complementary Color
#963651 | #36967b |
#963651 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#963651 Color Preview on White Background
Lorem ipsum dolor sit amet.
#963651 Color CSS Codes
.mybgcolor {background-color:#963651; } .myforecolor {color:#963651; } .mybordercolor {border:3px solid #963651; }
#963651 Text Font Color
<p style="color:#963651">Text here</p>
This sample text font color is #963651
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.
#963651 Background Color
<div style="background-color:#963651">
Div content here</div>
This div background color is #963651
#963651 Border Color
<div style="border:3px solid #963651">
Div here</div>
This div border color is #963651
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,54,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #963651; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #963651; -webkit-box-shadow: 1px 1px 3px 2px #963651; box-shadow: 1px 1px 3px 2px #963651; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,54,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #963651">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #963651; -webkit-box-shadow: 1px 1px 3px 2px #963651; box-shadow: 1px 1px 3px 2px #963651;">
Div content here</div>
This div box has shadow with color #963651
Comments
No comments written yet.
Please login to write comment.