COLOR #8877E0

HEX: #8877E0 RGB: (136,119,224)

Color info

#8877E0 contains mainly blue color. Web safe color of #8877E0 is #9966CC (or #96C).

RGB color model

#8877E0 color RGB value is (136,119,224).

RGB: (136,119,224) (53%, 47%, 88%)

RGB channels and saturation

R 136 of 255 = 53%
G 119 of 255 = 47%
B 224 of 255 = 88%

136
119
224

R + G + B ~ 63%. #8877E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 119 + 224 = 479 (100%)
R 136 of 479 ~ 28.39%
G 119 of 479 ~ 24.84%
B 224 of 479 ~ 46.76'%

%28.39
%24.84
%46.76

CMYK color model

#8877E0 color CMYK value is (39,47,0,12).

  • cyan value is 39.29%
  • magenta value is 46.88%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (39,47,0,12)
C39M47Y0K12 (39%, 47%, 0%, 12%)
(0.39 / 0.47 / 0.00 / 0.12)

CMYK percentages

%39.29
%46.88
%0
%12.16

Codes

Color #8877E0 in popluar color models

88 77 E0
RGB 136 119 224
HSL 250° 62.87% 67.25%
HSB/HSV 250° 46.88% 87.84%
CMYK 39.29% 46.88% 0.00%
12.16%

Color #8877E0 in popluar number systems.

HEX 88 77 E0
Decimal 136 119 224
Binary 10001000 1110111 11100000
Octal 210 167 340

Shades and tints

Shades of #8877E0

#8877E0
(136,119,224)
#7C6DCC
(124,109,204)
#7063B8
(112,99,184)
#6459A4
(100,89,164)
#584F90
(88,79,144)
#4C457C
(76,69,124)
#403B68
(64,59,104)
#343154
(52,49,84)
#282740
(40,39,64)
#1C1D2C
(28,29,44)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #8877E0

#8877E0
(136,119,224)
#9283E2
(146,131,226)
#9C8FE4
(156,143,228)
#A69BE6
(166,155,230)
#B0A7E8
(176,167,232)
#BAB3EA
(186,179,234)
#C4BFEC
(196,191,236)
#CECBEE
(206,203,238)
#D8D7F0
(216,215,240)
#E2E3F2
(226,227,242)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8877E0 color. Also use rgb(136,119,224) instead hex code.

Text Font Color

.myTextColor { color: #8877E0; }

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

This text font color is #8877E0.

Background Color

.myBgColor { background-color: #8877E0; }

<div style="background-color:#8877E0">Inner text</div>

This div background color is #8877E0.

Border color

.myBorderColor { border: 1px solid #8877E0; }

<div style="border:3px solid #8877E0">Div</div>

This div border color is #8877E0.

Opacity

.myOpacity80 { color: #8877E0; opacity: 0.8; }

<p style="color:#8877E0;opacity:0.8;">80%</p>

Text with #8877E0 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 #8877E0;}

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

This text has shadow with #8877E0 color.


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

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

This text has shadow with #8877E0 primary color and red secondary color.


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

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

This text has shadow with #8877E0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8877E0.

Preview

Color preview on black background

This text has color #8877E0 on black background.


Color preview on white background

This text has color #8877E0 on white background.


Black color preview on #8877E0 background

This text has black color on #8877E0 background.


White color preview on #8877E0 background

This text has white color on #8877E0 background.


Related colors

Complementary color

Complementary color for #hex is #77881F.


I love getcolorcode.com

Triadic colors

1 #E08877 and #77E088 with #8877E0 are triadic colors.

2 #E07788 and #7788E0 with #8877E0 are triadic colors.