Color spaces of #964765
RGB | 150 | 71 | 101 |
---|---|---|---|
HSL | 0.94 | 0.36 | 0.43 |
HSV | 337° | 53° | 59° |
CMYK | 0.00 | 0.53 | 0.33 0.41 |
XYZ | 17.1799 | 11.9301 | 13.7092 |
Yxy | 11.9301 | 0.4012 | 0.2786 |
Hunter Lab | 34.5400 | 28.3395 | 0.6453 |
CIE-Lab | 41.1048 | 36.5618 | -1.7849 |
#964765 color RGB value is (150,71,101).
#964765 hex color red value is 150, green value is 71 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #964765 hue: 0.94 , saturation: 0.36 and the lightness value of 964765 is 0.43.
The process color (four color CMYK) of #964765 color hex is 0.00, 0.53, 0.33, 0.41. Web safe color of #964765 is #993366. Color #964765 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 01000111 | 01100101 |
Octal | 226 | 107 | 145 |
Decimal | 150 | 71 | 101 |
Hex | 96 | 47 | 65 |
Shades of #964765
Tints of #964765
RGB Percentages of Color #964765
CMYK Percentages of Color #964765
Complementary Color
#964765 | #479678 |
#964765 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#964765 Color Preview on White Background
Lorem ipsum dolor sit amet.
#964765 Color CSS Codes
.mybgcolor {background-color:#964765; } .myforecolor {color:#964765; } .mybordercolor {border:3px solid #964765; }
#964765 Text Font Color
<p style="color:#964765">Text here</p>
This sample text font color is #964765
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.
#964765 Background Color
<div style="background-color:#964765">
Div content here</div>
This div background color is #964765
#964765 Border Color
<div style="border:3px solid #964765">
Div here</div>
This div border color is #964765
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,71,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #964765; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #964765; -webkit-box-shadow: 1px 1px 3px 2px #964765; box-shadow: 1px 1px 3px 2px #964765; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,71,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #964765">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #964765; -webkit-box-shadow: 1px 1px 3px 2px #964765; box-shadow: 1px 1px 3px 2px #964765;">
Div content here</div>
This div box has shadow with color #964765
Comments
No comments written yet.
Please login to write comment.