Color spaces of #706fad
RGB | 112 | 111 | 173 |
---|---|---|---|
HSL | 0.67 | 0.27 | 0.56 |
HSV | 241° | 36° | 68° |
CMYK | 0.35 | 0.36 | 0.00 0.32 |
XYZ | 19.9094 | 17.8308 | 41.9275 |
Yxy | 17.8308 | 0.2499 | 0.2238 |
Hunter Lab | 42.2265 | 10.2646 | -29.3116 |
CIE-Lab | 49.2902 | 15.5219 | -32.9351 |
#706fad color RGB value is (112,111,173).
#706fad hex color red value is 112, green value is 111 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #706fad hue: 0.67 , saturation: 0.27 and the lightness value of 706fad is 0.56.
The process color (four color CMYK) of #706fad color hex is 0.35, 0.36, 0.00, 0.32. Web safe color of #706fad is #666699. Color #706fad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 01101111 | 10101101 |
Octal | 160 | 157 | 255 |
Decimal | 112 | 111 | 173 |
Hex | 70 | 6F | AD |
Shades of #706fad
Tints of #706fad
RGB Percentages of Color #706fad
CMYK Percentages of Color #706fad
Complementary Color
#706fad | #acad6f |
#706fad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#706fad Color Preview on White Background
Lorem ipsum dolor sit amet.
#706fad Color CSS Codes
.mybgcolor {background-color:#706fad; } .myforecolor {color:#706fad; } .mybordercolor {border:3px solid #706fad; }
#706fad Text Font Color
<p style="color:#706fad">Text here</p>
This sample text font color is #706fad
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.
#706fad Background Color
<div style="background-color:#706fad">
Div content here</div>
This div background color is #706fad
#706fad Border Color
<div style="border:3px solid #706fad">
Div here</div>
This div border color is #706fad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,111,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #706fad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #706fad; -webkit-box-shadow: 1px 1px 3px 2px #706fad; box-shadow: 1px 1px 3px 2px #706fad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,111,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #706fad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #706fad; -webkit-box-shadow: 1px 1px 3px 2px #706fad; box-shadow: 1px 1px 3px 2px #706fad;">
Div content here</div>
This div box has shadow with color #706fad
Comments
No comments written yet.
Please login to write comment.