COLOR #884884

HEX: #884884 RGB: (136,72,132)

Color info

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

RGB color model

#884884 color RGB value is (136,72,132).

RGB: (136,72,132) (53%, 28%, 52%)

RGB channels and saturation

R 136 of 255 = 53%
G 72 of 255 = 28%
B 132 of 255 = 52%

136
72
132

R + G + B ~ 44%. #884884 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 72 + 132 = 340 (100%)
R 136 of 340 ~ 40%
G 72 of 340 ~ 21.18%
B 132 of 340 ~ 38.82'%

%40
%21.18
%38.82

CMYK color model

#884884 color CMYK value is (0,47,3,47).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 2.94%
  • key color value is 46.67%
CMYK: (0,47,3,47) C0M47Y3K47 (0%,47%,3%,47%) (0.00/0.47/0.03/0.47) 

CMYK percentages

%0
%47.06
%2.94
%46.67

Codes

Color #884884 in popluar color models

88 48 84
RGB 136 72 132
HSL 304° 30.77% 40.78%
HSB/HSV 304° 47.06% 53.33%
CMYK 0.00% 47.06% 2.94%
46.67%

Color #884884 in popluar number systems.

HEX 88 48 84
Decimal 136 72 132
Binary 10001000 1001000 10000100
Octal 210 110 204

Shades and tints

Shades of #884884

#884884
(136,72,132)
#7C4278
(124,66,120)
#703C6C
(112,60,108)
#643660
(100,54,96)
#583054
(88,48,84)
#4C2A48
(76,42,72)
#40243C
(64,36,60)
#341E30
(52,30,48)
#281824
(40,24,36)
#1C1218
(28,18,24)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #884884

#884884
(136,72,132)
#92588F
(146,88,143)
#9C689A
(156,104,154)
#A678A5
(166,120,165)
#B088B0
(176,136,176)
#BA98BB
(186,152,187)
#C4A8C6
(196,168,198)
#CEB8D1
(206,184,209)
#D8C8DC
(216,200,220)
#E2D8E7
(226,216,231)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884884 color. Also use rgb(136,72,132) instead hex code.

Text Font Color

.myTextColor { color: #884884; }

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

This text font color is #884884.

Background Color

.myBgColor { background-color: #884884; }

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

This div background color is #884884.

Border color

.myBorderColor { border: 1px solid #884884; }

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

This div border color is #884884.

Opacity

.myOpacity80 { color: #884884; opacity: 0.8; }

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

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

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

This text has shadow with #884884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #884884.

Preview

Color preview on black background

This text has color #884884 on black background.


Color preview on white background

This text has color #884884 on white background.


Black color preview on #884884 background

This text has black color on #884884 background.


White color preview on #884884 background

This text has white color on #884884 background.


Related colors

Complementary color

Complementary color for #hex is #77B77B.


I love getcolorcode.com

Triadic colors

1 #848848 and #488488 with #884884 are triadic colors.

2 #844888 and #488884 with #884884 are triadic colors.