COLOR #882E71

HEX: #882E71
RGB: (136,46,113)

Color info

#882E71 contains mainly red and blue colors. Web safe color of #882E71 is #993366 (or #936).

RGB color model

#882E71 color RGB value is (136,46,113).

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

RGB channels and saturation

R 136 of 255 = 53%
G 46 of 255 = 18%
B 113 of 255 = 44%

136
46
113

R + G + B ~ 38%. #882E71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 46 + 113 = 295 (100%)
R 136 of 295 ~ 46.1%
G 46 of 295 ~ 15.59%
B 113 of 295 ~ 38.31%

%46.1
%15.59
%38.31

CMYK color model

#882E71 color CMYK value is (0,66,17,47).

  • cyan value is 0.00%
  • magenta value is 66.18%
  • yellow value is 16.91%
  • key color value is 46.67%
CMYK:
(0,66,17,47)
C0M66Y17K47 
(0%,66%,17%,47%)
(0.00/0.66/0.17/0.47)	

CMYK percentages

%0
%66.18
%16.91
%46.67

Codes

Color #882E71 in popluar color models

882E71
RGB13646113
HSL315°49.45%35.69%
HSB/HSV315°66.18%53.33%
CMYK0.00%66.18%16.91%
46.67%

Color #882E71 in popluar number systems.

HEX882E71
Decimal13646113
Binary100010001011101110001
Octal21056161

Shades and tints

Shades of #882E71

#882E71
(136,46,113)
#7C2A67
(124,42,103)
#70265D
(112,38,93)
#642253
(100,34,83)
#581E49
(88,30,73)
#4C1A3F
(76,26,63)
#401635
(64,22,53)
#34122B
(52,18,43)
#280E21
(40,14,33)
#1C0A17
(28,10,23)
#10060D
(16,6,13)
#000000
(0,0,0)

Tints of #882E71

#882E71
(136,46,113)
#92417D
(146,65,125)
#9C5489
(156,84,137)
#A66795
(166,103,149)
#B07AA1
(176,122,161)
#BA8DAD
(186,141,173)
#C4A0B9
(196,160,185)
#CEB3C5
(206,179,197)
#D8C6D1
(216,198,209)
#E2D9DD
(226,217,221)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #882E71; }

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

This text font color is #882E71.


Background Color

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

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

This div background color is #882E71.


Border color

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

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

This div border color is #882E71.


Opacity

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

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

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

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

This text has shadow with #882E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882E71 on black background.


Color preview on white background

This text has color #882E71 on white background.



Black color preview on #882E71 background

This text has black color on #882E71 background.


White color preview on #882E71 background

This text has white color on #882E71 background.