Color spaces of #705aac
RGB | 112 | 90 | 172 |
---|---|---|---|
HSL | 0.71 | 0.33 | 0.51 |
HSV | 256° | 48° | 67° |
CMYK | 0.35 | 0.48 | 0.00 0.33 |
XYZ | 17.7846 | 13.7356 | 40.7436 |
Yxy | 13.7356 | 0.2461 | 0.1901 |
Hunter Lab | 37.0616 | 20.7984 | -39.2373 |
CIE-Lab | 43.8513 | 28.0020 | -40.9299 |
#705aac color RGB value is (112,90,172).
#705aac hex color red value is 112, green value is 90 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #705aac hue: 0.71 , saturation: 0.33 and the lightness value of 705aac is 0.51.
The process color (four color CMYK) of #705aac color hex is 0.35, 0.48, 0.00, 0.33. Web safe color of #705aac is #666699. Color #705aac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 01011010 | 10101100 |
Octal | 160 | 132 | 254 |
Decimal | 112 | 90 | 172 |
Hex | 70 | 5A | AC |
Shades of #705aac
Tints of #705aac
RGB Percentages of Color #705aac
CMYK Percentages of Color #705aac
Complementary Color
#705aac | #96ac5a |
#705aac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#705aac Color Preview on White Background
Lorem ipsum dolor sit amet.
#705aac Color CSS Codes
.mybgcolor {background-color:#705aac; } .myforecolor {color:#705aac; } .mybordercolor {border:3px solid #705aac; }
#705aac Text Font Color
<p style="color:#705aac">Text here</p>
This sample text font color is #705aac
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.
#705aac Background Color
<div style="background-color:#705aac">
Div content here</div>
This div background color is #705aac
#705aac Border Color
<div style="border:3px solid #705aac">
Div here</div>
This div border color is #705aac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,90,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #705aac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #705aac; -webkit-box-shadow: 1px 1px 3px 2px #705aac; box-shadow: 1px 1px 3px 2px #705aac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,90,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #705aac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #705aac; -webkit-box-shadow: 1px 1px 3px 2px #705aac; box-shadow: 1px 1px 3px 2px #705aac;">
Div content here</div>
This div box has shadow with color #705aac
Comments
No comments written yet.
Please login to write comment.