Color spaces of #803951
RGB | 128 | 57 | 81 |
---|---|---|---|
HSL | 0.94 | 0.38 | 0.36 |
HSV | 340° | 55° | 50° |
CMYK | 0.00 | 0.55 | 0.37 0.50 |
XYZ | 11.8504 | 8.1095 | 8.7253 |
Yxy | 8.1095 | 0.4131 | 0.2827 |
Hunter Lab | 28.4772 | 24.4453 | 1.7678 |
CIE-Lab | 34.2099 | 33.3641 | 0.3431 |
#803951 color RGB value is (128,57,81).
#803951 hex color red value is 128, green value is 57 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #803951 hue: 0.94 , saturation: 0.38 and the lightness value of 803951 is 0.36.
The process color (four color CMYK) of #803951 color hex is 0.00, 0.55, 0.37, 0.50. Web safe color of #803951 is #993366. Color #803951 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00111001 | 01010001 |
Octal | 200 | 71 | 121 |
Decimal | 128 | 57 | 81 |
Hex | 80 | 39 | 51 |
Shades of #803951
Tints of #803951
RGB Percentages of Color #803951
CMYK Percentages of Color #803951
Complementary Color
#803951 | #398068 |
#803951 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#803951 Color Preview on White Background
Lorem ipsum dolor sit amet.
#803951 Color CSS Codes
.mybgcolor {background-color:#803951; } .myforecolor {color:#803951; } .mybordercolor {border:3px solid #803951; }
#803951 Text Font Color
<p style="color:#803951">Text here</p>
This sample text font color is #803951
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.
#803951 Background Color
<div style="background-color:#803951">
Div content here</div>
This div background color is #803951
#803951 Border Color
<div style="border:3px solid #803951">
Div here</div>
This div border color is #803951
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,57,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #803951; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #803951; -webkit-box-shadow: 1px 1px 3px 2px #803951; box-shadow: 1px 1px 3px 2px #803951; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,57,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 #803951">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #803951; -webkit-box-shadow: 1px 1px 3px 2px #803951; box-shadow: 1px 1px 3px 2px #803951;">
Div content here</div>
This div box has shadow with color #803951
Comments
No comments written yet.
Please login to write comment.