COLOR #882EAB

HEX: #882EAB
RGB: (136,46,171)

Color info

#882EAB contains mainly red and blue colors. Web safe color of #882EAB is #993399 (or #939).

RGB color model

#882EAB color RGB value is (136,46,171).

  • red value is 136;
  • green value is 46;
  • blue value is 171.
RGB:
(136,46,171)
(53%,18%,67%)

RGB channels and saturation

R 136 of 255 = 53%
G 46 of 255 = 18%
B 171 of 255 = 67%

136
46
171

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

Portions of RGB colors in percentages

R + G + B =
136 + 46 + 171 = 353 (100%)
R 136 of 353 ~ 38.53%
G 46 of 353 ~ 13.03%
B 171 of 353 ~ 48.44%

%38.53
%13.03
%48.44

CMYK color model

#882EAB color CMYK value is (20,73,0,33).

  • cyan value is 20.47%
  • magenta value is 73.10%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(20,73,0,33)
C20M73Y0K33 
(20%,73%,0%,33%)
(0.20/0.73/0.00/0.33)	

CMYK percentages

%20.47
%73.1
%0
%32.94

Codes

Color #882EAB in popluar color models

882EAB
RGB13646171
HSL283°57.60%42.55%
HSB/HSV283°73.10%67.06%
CMYK20.47%73.10%0.00%
32.94%

Color #882EAB in popluar number systems.

HEX882EAB
Decimal13646171
Binary1000100010111010101011
Octal21056253

Shades and tints

Shades of #882EAB

#882EAB
(136,46,171)
#7C2A9C
(124,42,156)
#70268D
(112,38,141)
#64227E
(100,34,126)
#581E6F
(88,30,111)
#4C1A60
(76,26,96)
#401651
(64,22,81)
#341242
(52,18,66)
#280E33
(40,14,51)
#1C0A24
(28,10,36)
#100615
(16,6,21)
#000000
(0,0,0)

Tints of #882EAB

#882EAB
(136,46,171)
#9241B2
(146,65,178)
#9C54B9
(156,84,185)
#A667C0
(166,103,192)
#B07AC7
(176,122,199)
#BA8DCE
(186,141,206)
#C4A0D5
(196,160,213)
#CEB3DC
(206,179,220)
#D8C6E3
(216,198,227)
#E2D9EA
(226,217,234)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882EAB; }

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

This text font color is #882EAB.


Background Color

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

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

This div background color is #882EAB.


Border color

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

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

This div border color is #882EAB.


Opacity

.myOpacity80 { color: #882EAB; opacity: 0.8; }

<p style="color:#882EAB;opacity:0.8;">80%</p>

Text with #882EAB 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 #882EAB;}

<p style="text-shadow: 3px 3px 1px #882EAB">Text here.</p>

This text has shadow with #882EAB color.

.textShadow {text-shadow: 3px 3px 1px #882EAB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #882EAB, 5px 5px 20px red">Text here.</p>

This text has shadow with #882EAB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#882EAB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#882EAB, Direction=45, Strength=4)">Text</p>

This text has shadow with #882EAB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #882EAB;
  -webkit-box-shadow:	1px 1px 3px 2px #882EAB;
  box-shadow:		1px 1px 3px 2px #882EAB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #882EAB;
-webkit-box-shadow: 1px 1px 3px 2px #882EAB;
box-shadow:1px 1px 3px 2px #882EAB;">
Div content here</div>
This div box has shadow with color #882EAB.

Preview

Color preview on black background

This text has color #882EAB on black background.


Color preview on white background

This text has color #882EAB on white background.



Black color preview on #882EAB background

This text has black color on #882EAB background.


White color preview on #882EAB background

This text has white color on #882EAB background.