Color spaces of #863958
RGB | 134 | 57 | 88 |
---|---|---|---|
HSL | 0.93 | 0.40 | 0.37 |
HSV | 336° | 57° | 53° |
CMYK | 0.00 | 0.57 | 0.34 0.47 |
XYZ | 13.0561 | 8.6992 | 10.2235 |
Yxy | 8.6992 | 0.4083 | 0.2720 |
Hunter Lab | 29.4944 | 27.4002 | 0.0947 |
CIE-Lab | 35.3986 | 36.4397 | -2.2844 |
#863958 color RGB value is (134,57,88).
#863958 hex color red value is 134, green value is 57 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #863958 hue: 0.93 , saturation: 0.40 and the lightness value of 863958 is 0.37.
The process color (four color CMYK) of #863958 color hex is 0.00, 0.57, 0.34, 0.47. Web safe color of #863958 is #993366. Color #863958 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 00111001 | 01011000 |
Octal | 206 | 71 | 130 |
Decimal | 134 | 57 | 88 |
Hex | 86 | 39 | 58 |
Shades of #863958
Tints of #863958
RGB Percentages of Color #863958
CMYK Percentages of Color #863958
Complementary Color
#863958 | #398667 |
#863958 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#863958 Color Preview on White Background
Lorem ipsum dolor sit amet.
#863958 Color CSS Codes
.mybgcolor {background-color:#863958; } .myforecolor {color:#863958; } .mybordercolor {border:3px solid #863958; }
#863958 Text Font Color
<p style="color:#863958">Text here</p>
This sample text font color is #863958
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.
#863958 Background Color
<div style="background-color:#863958">
Div content here</div>
This div background color is #863958
#863958 Border Color
<div style="border:3px solid #863958">
Div here</div>
This div border color is #863958
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,57,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #863958; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #863958; -webkit-box-shadow: 1px 1px 3px 2px #863958; box-shadow: 1px 1px 3px 2px #863958; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,57,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #863958">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #863958; -webkit-box-shadow: 1px 1px 3px 2px #863958; box-shadow: 1px 1px 3px 2px #863958;">
Div content here</div>
This div box has shadow with color #863958
Comments
No comments written yet.
Please login to write comment.