Color spaces of #705abd
RGB | 112 | 90 | 189 |
---|---|---|---|
HSL | 0.70 | 0.43 | 0.55 |
HSV | 253° | 52° | 74° |
CMYK | 0.41 | 0.52 | 0.00 0.26 |
XYZ | 19.5236 | 14.4312 | 49.9006 |
Yxy | 14.4312 | 0.2328 | 0.1721 |
Hunter Lab | 37.9884 | 25.2578 | -51.2899 |
CIE-Lab | 44.8451 | 32.7515 | -49.2926 |
#705abd color RGB value is (112,90,189).
#705abd hex color red value is 112, green value is 90 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #705abd hue: 0.70 , saturation: 0.43 and the lightness value of 705abd is 0.55.
The process color (four color CMYK) of #705abd color hex is 0.41, 0.52, 0.00, 0.26. Web safe color of #705abd is #6666cc. Color #705abd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 01011010 | 10111101 |
Octal | 160 | 132 | 275 |
Decimal | 112 | 90 | 189 |
Hex | 70 | 5A | BD |
Shades of #705abd
Tints of #705abd
RGB Percentages of Color #705abd
CMYK Percentages of Color #705abd
Complementary Color
#705abd | #a7bd5a |
#705abd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#705abd Color Preview on White Background
Lorem ipsum dolor sit amet.
#705abd Color CSS Codes
.mybgcolor {background-color:#705abd; } .myforecolor {color:#705abd; } .mybordercolor {border:3px solid #705abd; }
#705abd Text Font Color
<p style="color:#705abd">Text here</p>
This sample text font color is #705abd
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.
#705abd Background Color
<div style="background-color:#705abd">
Div content here</div>
This div background color is #705abd
#705abd Border Color
<div style="border:3px solid #705abd">
Div here</div>
This div border color is #705abd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,90,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #705abd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #705abd; -webkit-box-shadow: 1px 1px 3px 2px #705abd; box-shadow: 1px 1px 3px 2px #705abd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,90,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #705abd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #705abd; -webkit-box-shadow: 1px 1px 3px 2px #705abd; box-shadow: 1px 1px 3px 2px #705abd;">
Div content here</div>
This div box has shadow with color #705abd
Comments
No comments written yet.
Please login to write comment.