COLOR #882BA7

HEX: #882BA7 RGB: (136,43,167)

Color info

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

RGB color model

#882BA7 color RGB value is (136,43,167).

RGB: (136,43,167) (53%, 17%, 65%)

RGB channels and saturation

R 136 of 255 = 53%
G 43 of 255 = 17%
B 167 of 255 = 65%

136
43
167

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

Portions of RGB colors in percentages

R + G + B = 136 + 43 + 167 = 346 (100%)
R 136 of 346 ~ 39.31%
G 43 of 346 ~ 12.43%
B 167 of 346 ~ 48.27'%

%39.31
%12.43
%48.27

CMYK color model

#882BA7 color CMYK value is (19,74,0,35).

  • cyan value is 18.56%
  • magenta value is 74.25%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (19,74,0,35)
C19M74Y0K35 (19%, 74%, 0%, 35%)
(0.19 / 0.74 / 0.00 / 0.35)

CMYK percentages

%18.56
%74.25
%0
%34.51

Codes

Color #882BA7 in popluar color models

88 2B A7
RGB 136 43 167
HSL 285° 59.05% 41.18%
HSB/HSV 285° 74.25% 65.49%
CMYK 18.56% 74.25% 0.00%
34.51%

Color #882BA7 in popluar number systems.

HEX 88 2B A7
Decimal 136 43 167
Binary 10001000 101011 10100111
Octal 210 53 247

Shades and tints

Shades of #882BA7

#882BA7
(136,43,167)
#7C2898
(124,40,152)
#702589
(112,37,137)
#64227A
(100,34,122)
#581F6B
(88,31,107)
#4C1C5C
(76,28,92)
#40194D
(64,25,77)
#34163E
(52,22,62)
#28132F
(40,19,47)
#1C1020
(28,16,32)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #882BA7

#882BA7
(136,43,167)
#923EAF
(146,62,175)
#9C51B7
(156,81,183)
#A664BF
(166,100,191)
#B077C7
(176,119,199)
#BA8ACF
(186,138,207)
#C49DD7
(196,157,215)
#CEB0DF
(206,176,223)
#D8C3E7
(216,195,231)
#E2D6EF
(226,214,239)
#ECE9F7
(236,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882BA7 color. Also use rgb(136,43,167) instead hex code.

Text Font Color

.myTextColor { color: #882BA7; }

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

This text font color is #882BA7.

Background Color

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

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

This div background color is #882BA7.

Border color

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

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

This div border color is #882BA7.

Opacity

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

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

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

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

This text has shadow with #882BA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #882BA7.

Preview

Color preview on black background

This text has color #882BA7 on black background.


Color preview on white background

This text has color #882BA7 on white background.


Black color preview on #882BA7 background

This text has black color on #882BA7 background.


White color preview on #882BA7 background

This text has white color on #882BA7 background.


Related colors

Complementary color

Complementary color for #hex is #77D458.


I love getcolorcode.com

Triadic colors

1 #A7882B and #2BA788 with #882BA7 are triadic colors.

2 #A72B88 and #2B88A7 with #882BA7 are triadic colors.