HEX: #884884
RGB: (136,72,132)
#884884 contains mainly red and blue colors. Web safe color of #884884 is #993399 (or #939).
#884884 color RGB value is (136,72,132).
RGB: (136,72,132)
(53%, 28%, 52%)
R 136 of 255 = 53%
G 72 of 255 = 28%
B 132 of 255 = 52%
R + G + B ~ 44%. #884884 is middle color (not dark and not light).
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'%
#884884 color CMYK value is (0,47,3,47).
CMYK: (0,47,3,47) C0M47Y3K47 (0%,47%,3%,47%) (0.00/0.47/0.03/0.47)
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 of #884884
Tints of #884884
Examples of css and html codes for elements with #884884 color. Also use rgb(136,72,132) instead hex code.
.myTextColor { color: #884884; }
<p style="color:#884884">This sample text font color is #884884.</p>
This text font color is #884884.
.myBgColor { background-color: #884884; }
<div style="background-color:#884884">Inner text</div>
This div background color is #884884.
.myBorderColor { border: 1px solid #884884; }
<div style="border:3px solid #884884">Div</div>
This div border color is #884884.
.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%.
.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.
/* 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 text has color #884884 on black background.
This text has color #884884 on white background.
This text has black color on #884884 background.
This text has white color on #884884 background.
Complementary color for #hex is #77B77B.