Color spaces of #701aaa
RGB | 112 | 26 | 170 |
---|---|---|---|
HSL | 0.77 | 0.73 | 0.38 |
HSV | 276° | 85° | 67° |
CMYK | 0.34 | 0.85 | 0.00 0.33 |
XYZ | 14.3072 | 7.0858 | 38.6438 |
Yxy | 7.0858 | 0.2383 | 0.1180 |
Hunter Lab | 26.6192 | 49.3562 | -67.4396 |
CIE-Lab | 32.0014 | 59.0730 | -58.8411 |
#701aaa color RGB value is (112,26,170).
#701aaa hex color red value is 112, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #701aaa hue: 0.77 , saturation: 0.73 and the lightness value of 701aaa is 0.38.
The process color (four color CMYK) of #701aaa color hex is 0.34, 0.85, 0.00, 0.33. Web safe color of #701aaa is #663399. Color #701aaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 00011010 | 10101010 |
Octal | 160 | 32 | 252 |
Decimal | 112 | 26 | 170 |
Hex | 70 | 1A | AA |
Shades of #701aaa
Tints of #701aaa
RGB Percentages of Color #701aaa
CMYK Percentages of Color #701aaa
Complementary Color
#701aaa | #54aa1a |
#701aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#701aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#701aaa Color CSS Codes
.mybgcolor {background-color:#701aaa; } .myforecolor {color:#701aaa; } .mybordercolor {border:3px solid #701aaa; }
#701aaa Text Font Color
<p style="color:#701aaa">Text here</p>
This sample text font color is #701aaa
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.
#701aaa Background Color
<div style="background-color:#701aaa">
Div content here</div>
This div background color is #701aaa
#701aaa Border Color
<div style="border:3px solid #701aaa">
Div here</div>
This div border color is #701aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,26,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #701aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #701aaa; -webkit-box-shadow: 1px 1px 3px 2px #701aaa; box-shadow: 1px 1px 3px 2px #701aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,26,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 #701aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #701aaa; -webkit-box-shadow: 1px 1px 3px 2px #701aaa; box-shadow: 1px 1px 3px 2px #701aaa;">
Div content here</div>
This div box has shadow with color #701aaa
Comments
No comments written yet.
Please login to write comment.