Color spaces of #882adc
RGB | 136 | 42 | 220 |
---|---|---|---|
HSL | 0.75 | 0.72 | 0.51 |
HSV | 272° | 81° | 86° |
CMYK | 0.38 | 0.81 | 0.00 0.14 |
XYZ | 23.8996 | 12.0575 | 68.7778 |
Yxy | 12.0575 | 0.2282 | 0.1151 |
Hunter Lab | 34.7239 | 62.0902 | -93.1292 |
CIE-Lab | 41.3074 | 68.5737 | -72.7977 |
#882adc color RGB value is (136,42,220).
#882adc hex color red value is 136, green value is 42 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #882adc hue: 0.75 , saturation: 0.72 and the lightness value of 882adc is 0.51.
The process color (four color CMYK) of #882adc color hex is 0.38, 0.81, 0.00, 0.14. Web safe color of #882adc is #9933cc. Color #882adc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 00101010 | 11011100 |
Octal | 210 | 52 | 334 |
Decimal | 136 | 42 | 220 |
Hex | 88 | 2A | DC |
Shades of #882adc
Tints of #882adc
RGB Percentages of Color #882adc
CMYK Percentages of Color #882adc
Complementary Color
#882adc | #7edc2a |
#882adc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#882adc Color Preview on White Background
Lorem ipsum dolor sit amet.
#882adc Color CSS Codes
.mybgcolor {background-color:#882adc; } .myforecolor {color:#882adc; } .mybordercolor {border:3px solid #882adc; }
#882adc Text Font Color
<p style="color:#882adc">Text here</p>
This sample text font color is #882adc
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.
#882adc Background Color
<div style="background-color:#882adc">
Div content here</div>
This div background color is #882adc
#882adc Border Color
<div style="border:3px solid #882adc">
Div here</div>
This div border color is #882adc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,42,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #882adc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #882adc; -webkit-box-shadow: 1px 1px 3px 2px #882adc; box-shadow: 1px 1px 3px 2px #882adc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,42,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #882adc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #882adc; -webkit-box-shadow: 1px 1px 3px 2px #882adc; box-shadow: 1px 1px 3px 2px #882adc;">
Div content here</div>
This div box has shadow with color #882adc
Comments
No comments written yet.
Please login to write comment.