COLOR #882EEE

HEX: #882EEE RGB: (136,46,238)

Color info

#882EEE contains mainly blue color. Web safe color of #882EEE is #9933FF (or #93F).

RGB color model

#882EEE color RGB value is (136,46,238).

RGB: (136,46,238) (53%, 18%, 93%)

RGB channels and saturation

R 136 of 255 = 53%
G 46 of 255 = 18%
B 238 of 255 = 93%

136
46
238

R + G + B ~ 55%. #882EEE is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%32.38
%10.95
%56.67

CMYK color model

#882EEE color CMYK value is (43,81,0,7).

  • cyan value is 42.86%
  • magenta value is 80.67%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (43,81,0,7)
C43M81Y0K7 (43%, 81%, 0%, 7%)
(0.43 / 0.81 / 0.00 / 0.07)

CMYK percentages

%42.86
%80.67
%0
%6.67

Codes

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 and tints

Shades of #882EEE

#882EEE
(136,46,238)
#7C2AD9
(124,42,217)
#7026C4
(112,38,196)
#6422AF
(100,34,175)
#581E9A
(88,30,154)
#4C1A85
(76,26,133)
#401670
(64,22,112)
#34125B
(52,18,91)
#280E46
(40,14,70)
#1C0A31
(28,10,49)
#10061C
(16,6,28)
#000000
(0,0,0)

Tints of #882EEE

#882EEE
(136,46,238)
#9241EF
(146,65,239)
#9C54F0
(156,84,240)
#A667F1
(166,103,241)
#B07AF2
(176,122,242)
#BA8DF3
(186,141,243)
#C4A0F4
(196,160,244)
#CEB3F5
(206,179,245)
#D8C6F6
(216,198,246)
#E2D9F7
(226,217,247)
#ECECF8
(236,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882EEE color. Also use rgb(136,46,238) instead hex code.

Text Font Color

.myTextColor { color: #882EEE; }

<p style="color:#882EEE">This sample text font color is #882EEE.</p>

This text font color is #882EEE.

Background Color

.myBgColor { background-color: #882EEE; }

<div style="background-color:#882EEE">Inner text</div>

This div background color is #882EEE.

Border color

.myBorderColor { border: 1px solid #882EEE; }

<div style="border:3px solid #882EEE">Div</div>

This div border color is #882EEE.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #882EEE.

Preview

Color preview on black background

This text has color #882EEE on black background.


Color preview on white background

This text has color #882EEE on white background.


Black color preview on #882EEE background

This text has black color on #882EEE background.


White color preview on #882EEE background

This text has white color on #882EEE background.


Related colors

Complementary color

Complementary color for #hex is #77D111.


I love getcolorcode.com

Triadic colors

1 #EE882E and #2EEE88 with #882EEE are triadic colors.

2 #EE2E88 and #2E88EE with #882EEE are triadic colors.