Color spaces of #561caa
RGB | 86 | 28 | 170 |
---|---|---|---|
HSL | 0.73 | 0.72 | 0.39 |
HSV | 265° | 84° | 67° |
CMYK | 0.49 | 0.84 | 0.00 0.33 |
XYZ | 11.5087 | 5.7112 | 38.5260 |
Yxy | 5.7112 | 0.2064 | 0.1025 |
Hunter Lab | 23.8981 | 44.1392 | -78.8523 |
CIE-Lab | 28.6718 | 54.8108 | -64.4377 |
#561caa color RGB value is (86,28,170).
#561caa hex color red value is 86, green value is 28 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #561caa hue: 0.73 , saturation: 0.72 and the lightness value of 561caa is 0.39.
The process color (four color CMYK) of #561caa color hex is 0.49, 0.84, 0.00, 0.33. Web safe color of #561caa is #663399. Color #561caa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 00011100 | 10101010 |
Octal | 126 | 34 | 252 |
Decimal | 86 | 28 | 170 |
Hex | 56 | 1C | AA |
Shades of #561caa
Tints of #561caa
RGB Percentages of Color #561caa
CMYK Percentages of Color #561caa
Complementary Color
#561caa | #70aa1c |
#561caa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#561caa Color Preview on White Background
Lorem ipsum dolor sit amet.
#561caa Color CSS Codes
.mybgcolor {background-color:#561caa; } .myforecolor {color:#561caa; } .mybordercolor {border:3px solid #561caa; }
#561caa Text Font Color
<p style="color:#561caa">Text here</p>
This sample text font color is #561caa
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.
#561caa Background Color
<div style="background-color:#561caa">
Div content here</div>
This div background color is #561caa
#561caa Border Color
<div style="border:3px solid #561caa">
Div here</div>
This div border color is #561caa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,28,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #561caa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #561caa; -webkit-box-shadow: 1px 1px 3px 2px #561caa; box-shadow: 1px 1px 3px 2px #561caa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,28,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #561caa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #561caa; -webkit-box-shadow: 1px 1px 3px 2px #561caa; box-shadow: 1px 1px 3px 2px #561caa;">
Div content here</div>
This div box has shadow with color #561caa
Comments
No comments written yet.
Please login to write comment.