Color spaces of #711356
RGB | 113 | 19 | 86 |
---|---|---|---|
HSL | 0.88 | 0.71 | 0.26 |
HSV | 317° | 83° | 44° |
CMYK | 0.00 | 0.83 | 0.24 0.56 |
XYZ | 8.7226 | 4.6483 | 9.2416 |
Yxy | 4.6483 | 0.3857 | 0.2056 |
Hunter Lab | 21.5599 | 34.4868 | -10.3226 |
CIE-Lab | 25.7083 | 45.7536 | -15.9831 |
#711356 color RGB value is (113,19,86).
#711356 hex color red value is 113, green value is 19 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #711356 hue: 0.88 , saturation: 0.71 and the lightness value of 711356 is 0.26.
The process color (four color CMYK) of #711356 color hex is 0.00, 0.83, 0.24, 0.56. Web safe color of #711356 is #660066. Color #711356 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110001 | 00010011 | 01010110 |
Octal | 161 | 23 | 126 |
Decimal | 113 | 19 | 86 |
Hex | 71 | 13 | 56 |
Shades of #711356
Tints of #711356
RGB Percentages of Color #711356
CMYK Percentages of Color #711356
Complementary Color
#711356 | #13712e |
#711356 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#711356 Color Preview on White Background
Lorem ipsum dolor sit amet.
#711356 Color CSS Codes
.mybgcolor {background-color:#711356; } .myforecolor {color:#711356; } .mybordercolor {border:3px solid #711356; }
#711356 Text Font Color
<p style="color:#711356">Text here</p>
This sample text font color is #711356
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.
#711356 Background Color
<div style="background-color:#711356">
Div content here</div>
This div background color is #711356
#711356 Border Color
<div style="border:3px solid #711356">
Div here</div>
This div border color is #711356
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(113,19,86, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #711356; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #711356; -webkit-box-shadow: 1px 1px 3px 2px #711356; box-shadow: 1px 1px 3px 2px #711356; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(113,19,86, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #711356">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #711356; -webkit-box-shadow: 1px 1px 3px 2px #711356; box-shadow: 1px 1px 3px 2px #711356;">
Div content here</div>
This div box has shadow with color #711356
Comments
No comments written yet.
Please login to write comment.