COLOR #882DB0

HEX: #882DB0 RGB: (136,45,176)

Color info

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

RGB color model

#882DB0 color RGB value is (136,45,176).

RGB: (136,45,176) (53%, 18%, 69%)

RGB channels and saturation

R 136 of 255 = 53%
G 45 of 255 = 18%
B 176 of 255 = 69%

136
45
176

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

Portions of RGB colors in percentages

R + G + B = 136 + 45 + 176 = 357 (100%)
R 136 of 357 ~ 38.1%
G 45 of 357 ~ 12.61%
B 176 of 357 ~ 49.3'%

%38.1
%12.61
%49.3

CMYK color model

#882DB0 color CMYK value is (23,74,0,31).

  • cyan value is 22.73%
  • magenta value is 74.43%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (23,74,0,31)
C23M74Y0K31 (23%, 74%, 0%, 31%)
(0.23 / 0.74 / 0.00 / 0.31)

CMYK percentages

%22.73
%74.43
%0
%30.98

Codes

Color #882DB0 in popluar color models

88 2D B0
RGB 136 45 176
HSL 282° 59.28% 43.33%
HSB/HSV 282° 74.43% 69.02%
CMYK 22.73% 74.43% 0.00%
30.98%

Color #882DB0 in popluar number systems.

HEX 88 2D B0
Decimal 136 45 176
Binary 10001000 101101 10110000
Octal 210 55 260

Shades and tints

Shades of #882DB0

#882DB0
(136,45,176)
#7C29A0
(124,41,160)
#702590
(112,37,144)
#642180
(100,33,128)
#581D70
(88,29,112)
#4C1960
(76,25,96)
#401550
(64,21,80)
#341140
(52,17,64)
#280D30
(40,13,48)
#1C0920
(28,9,32)
#100510
(16,5,16)
#000000
(0,0,0)

Tints of #882DB0

#882DB0
(136,45,176)
#9240B7
(146,64,183)
#9C53BE
(156,83,190)
#A666C5
(166,102,197)
#B079CC
(176,121,204)
#BA8CD3
(186,140,211)
#C49FDA
(196,159,218)
#CEB2E1
(206,178,225)
#D8C5E8
(216,197,232)
#E2D8EF
(226,216,239)
#ECEBF6
(236,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882DB0 color. Also use rgb(136,45,176) instead hex code.

Text Font Color

.myTextColor { color: #882DB0; }

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

This text font color is #882DB0.

Background Color

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

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

This div background color is #882DB0.

Border color

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

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

This div border color is #882DB0.

Opacity

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

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

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

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

This text has shadow with #882DB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #882DB0.

Preview

Color preview on black background

This text has color #882DB0 on black background.


Color preview on white background

This text has color #882DB0 on white background.


Black color preview on #882DB0 background

This text has black color on #882DB0 background.


White color preview on #882DB0 background

This text has white color on #882DB0 background.


Related colors

Complementary color

Complementary color for #882DB0 is #77D24F.


I love getcolorcode.com

Triadic colors

1 #B0882D and #2DB088 with #882DB0 are triadic colors.

2 #B02D88 and #2D88B0 with #882DB0 are triadic colors.