HEX: #882EEE
RGB: (136,46,238)
#882EEE contains mainly blue color. Web safe color of #882EEE is #9933FF (or #93F).
#882EEE color RGB value is (136,46,238).
RGB: (136,46,238)
(53%, 18%, 93%)
R 136 of 255 = 53%
G 46 of 255 = 18%
B 238 of 255 = 93%
R + G + B ~ 55%. #882EEE is middle color (not dark and not light).
R + G + B = 136 + 46 + 238 = 420 (100%)
R 136 of 420 ~ 32.38%
G 46 of 420 ~ 10.95%
B 238 of 420 ~ 56.67'%
#882EEE color CMYK value is (43,81,0,7).
CMYK: (43,81,0,7)
C43M81Y0K7 (43%, 81%, 0%, 7%)
(0.43 / 0.81 / 0.00 / 0.07)
Color #882EEE in popluar color models
88 | 2E | EE | |
---|---|---|---|
RGB | 136 | 46 | 238 |
HSL | 268° | 84.96% | 55.69% |
HSB/HSV | 268° | 80.67% | 93.33% |
CMYK | 42.86% | 80.67% | 0.00% |
6.67% |
Color #882EEE in popluar number systems.
HEX | 88 | 2E | EE |
Decimal | 136 | 46 | 238 |
Binary | 10001000 | 101110 | 11101110 |
Octal | 210 | 56 | 356 |
Shades of #882EEE
Tints of #882EEE
Examples of css and html codes for elements with #882EEE color. Also use rgb(136,46,238) instead hex code.
.myTextColor { color: #882EEE; }
<p style="color:#882EEE">This sample text font color is #882EEE.</p>
This text font color is #882EEE.
.myBgColor { background-color: #882EEE; }
<div style="background-color:#882EEE">Inner text</div>
This div background color is #882EEE.
.myBorderColor { border: 1px solid #882EEE; }
<div style="border:3px solid #882EEE">Div</div>
This div border color is #882EEE.
.myOpacity80 { color: #882EEE; opacity: 0.8; }
<p style="color:#882EEE;opacity:0.8;">80%</p>
Text with #882EEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #882EEE;}
<p style="text-shadow: 3px 3px 1px #882EEE">Text here.</p>
This text has shadow with #882EEE color.
.textShadow {text-shadow: 3px 3px 1px #882EEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #882EEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #882EEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#882EEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#882EEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #882EEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #882EEE;
-webkit-box-shadow: 1px 1px 3px 2px #882EEE;
box-shadow: 1px 1px 3px 2px #882EEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #882EEE; -webkit-box-shadow: 1px 1px 3px 2px #882EEE; box-shadow:1px 1px 3px 2px #882EEE;">
Div content here
</div>
This text has color #882EEE on black background.
This text has color #882EEE on white background.
This text has black color on #882EEE background.
This text has white color on #882EEE background.
Complementary color for #hex is #77D111.