Color spaces of #865261
RGB | 134 | 82 | 97 |
---|---|---|---|
HSL | 0.95 | 0.24 | 0.42 |
HSV | 343° | 39° | 53° |
CMYK | 0.00 | 0.39 | 0.28 0.47 |
XYZ | 15.0065 | 11.9660 | 12.8280 |
Yxy | 11.9660 | 0.3770 | 0.3006 |
Hunter Lab | 34.5919 | 16.9002 | 2.2273 |
CIE-Lab | 41.1620 | 23.8524 | 0.5093 |
#865261 color RGB value is (134,82,97).
#865261 hex color red value is 134, green value is 82 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #865261 hue: 0.95 , saturation: 0.24 and the lightness value of 865261 is 0.42.
The process color (four color CMYK) of #865261 color hex is 0.00, 0.39, 0.28, 0.47. Web safe color of #865261 is #996666. Color #865261 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 01010010 | 01100001 |
Octal | 206 | 122 | 141 |
Decimal | 134 | 82 | 97 |
Hex | 86 | 52 | 61 |
Shades of #865261
Tints of #865261
RGB Percentages of Color #865261
CMYK Percentages of Color #865261
Complementary Color
#865261 | #528677 |
#865261 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#865261 Color Preview on White Background
Lorem ipsum dolor sit amet.
#865261 Color CSS Codes
.mybgcolor {background-color:#865261; } .myforecolor {color:#865261; } .mybordercolor {border:3px solid #865261; }
#865261 Text Font Color
<p style="color:#865261">Text here</p>
This sample text font color is #865261
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.
#865261 Background Color
<div style="background-color:#865261">
Div content here</div>
This div background color is #865261
#865261 Border Color
<div style="border:3px solid #865261">
Div here</div>
This div border color is #865261
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,82,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #865261; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #865261; -webkit-box-shadow: 1px 1px 3px 2px #865261; box-shadow: 1px 1px 3px 2px #865261; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,82,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 #865261">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #865261; -webkit-box-shadow: 1px 1px 3px 2px #865261; box-shadow: 1px 1px 3px 2px #865261;">
Div content here</div>
This div box has shadow with color #865261
Comments
No comments written yet.
Please login to write comment.