Color spaces of #70568f
RGB | 112 | 86 | 143 |
---|---|---|---|
HSL | 0.74 | 0.25 | 0.45 |
HSV | 267° | 40° | 56° |
CMYK | 0.22 | 0.40 | 0.00 0.44 |
XYZ | 14.9678 | 12.0835 | 27.5301 |
Yxy | 12.0835 | 0.2742 | 0.2214 |
Hunter Lab | 34.7613 | 16.0276 | -22.6233 |
CIE-Lab | 41.3485 | 22.8160 | -27.5908 |
#70568f color RGB value is (112,86,143).
#70568f hex color red value is 112, green value is 86 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #70568f hue: 0.74 , saturation: 0.25 and the lightness value of 70568f is 0.45.
The process color (four color CMYK) of #70568f color hex is 0.22, 0.40, 0.00, 0.44. Web safe color of #70568f is #666699. Color #70568f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 01010110 | 10001111 |
Octal | 160 | 126 | 217 |
Decimal | 112 | 86 | 143 |
Hex | 70 | 56 | 8F |
Shades of #70568f
Tints of #70568f
RGB Percentages of Color #70568f
CMYK Percentages of Color #70568f
Complementary Color
#70568f | #758f56 |
#70568f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#70568f Color Preview on White Background
Lorem ipsum dolor sit amet.
#70568f Color CSS Codes
.mybgcolor {background-color:#70568f; } .myforecolor {color:#70568f; } .mybordercolor {border:3px solid #70568f; }
#70568f Text Font Color
<p style="color:#70568f">Text here</p>
This sample text font color is #70568f
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.
#70568f Background Color
<div style="background-color:#70568f">
Div content here</div>
This div background color is #70568f
#70568f Border Color
<div style="border:3px solid #70568f">
Div here</div>
This div border color is #70568f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,86,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #70568f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #70568f; -webkit-box-shadow: 1px 1px 3px 2px #70568f; box-shadow: 1px 1px 3px 2px #70568f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,86,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #70568f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #70568f; -webkit-box-shadow: 1px 1px 3px 2px #70568f; box-shadow: 1px 1px 3px 2px #70568f;">
Div content here</div>
This div box has shadow with color #70568f
Comments
No comments written yet.
Please login to write comment.