Color spaces of #882aaa
RGB | 136 | 42 | 170 |
---|---|---|---|
HSL | 0.79 | 0.60 | 0.42 |
HSV | 284° | 75° | 67° |
CMYK | 0.20 | 0.75 | 0.00 0.33 |
XYZ | 18.2370 | 9.7924 | 38.9591 |
Yxy | 9.7924 | 0.2722 | 0.1462 |
Hunter Lab | 31.2928 | 49.2648 | -51.9102 |
CIE-Lab | 37.4672 | 57.9243 | -49.8014 |
#882aaa color RGB value is (136,42,170).
#882aaa hex color red value is 136, green value is 42 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #882aaa hue: 0.79 , saturation: 0.60 and the lightness value of 882aaa is 0.42.
The process color (four color CMYK) of #882aaa color hex is 0.20, 0.75, 0.00, 0.33. Web safe color of #882aaa is #993399. Color #882aaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 00101010 | 10101010 |
Octal | 210 | 52 | 252 |
Decimal | 136 | 42 | 170 |
Hex | 88 | 2A | AA |
Shades of #882aaa
Tints of #882aaa
RGB Percentages of Color #882aaa
CMYK Percentages of Color #882aaa
Complementary Color
#882aaa | #4caa2a |
#882aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#882aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#882aaa Color CSS Codes
.mybgcolor {background-color:#882aaa; } .myforecolor {color:#882aaa; } .mybordercolor {border:3px solid #882aaa; }
#882aaa Text Font Color
<p style="color:#882aaa">Text here</p>
This sample text font color is #882aaa
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.
#882aaa Background Color
<div style="background-color:#882aaa">
Div content here</div>
This div background color is #882aaa
#882aaa Border Color
<div style="border:3px solid #882aaa">
Div here</div>
This div border color is #882aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,42,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #882aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #882aaa; -webkit-box-shadow: 1px 1px 3px 2px #882aaa; box-shadow: 1px 1px 3px 2px #882aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,42,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 #882aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #882aaa; -webkit-box-shadow: 1px 1px 3px 2px #882aaa; box-shadow: 1px 1px 3px 2px #882aaa;">
Div content here</div>
This div box has shadow with color #882aaa
Comments
No comments written yet.
Please login to write comment.