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