HEX: #84487D
RGB: (132,72,125)
#84487D contains mainly red and blue colors. Web safe color of #84487D is #993366 (or #936).
#84487D color RGB value is (132,72,125).
RGB: (132,72,125)
(52%, 28%, 49%)
R 132 of 255 = 52%
G 72 of 255 = 28%
B 125 of 255 = 49%
R + G + B ~ 43%. #84487D is middle color (not dark and not light).
R + G + B = 132 + 72 + 125 = 329 (100%)
R 132 of 329 ~ 40.12%
G 72 of 329 ~ 21.88%
B 125 of 329 ~ 37.99'%
#84487D color CMYK value is (0,45,5,48).
CMYK: (0,45,5,48)
C0M45Y5K48 (0%, 45%, 5%, 48%)
(0.00 / 0.45 / 0.05 / 0.48)
Color #84487D in popluar color models
84 | 48 | 7D | |
---|---|---|---|
RGB | 132 | 72 | 125 |
HSL | 307° | 29.41% | 40.00% |
HSB/HSV | 307° | 45.45% | 51.76% |
CMYK | 0.00% | 45.45% | 5.30% |
48.24% |
Color #84487D in popluar number systems.
HEX | 84 | 48 | 7D |
Decimal | 132 | 72 | 125 |
Binary | 10000100 | 1001000 | 1111101 |
Octal | 204 | 110 | 175 |
Shades of #84487D
Tints of #84487D
Examples of css and html codes for elements with #84487D color. Also use rgb(132,72,125) instead hex code.
.myTextColor { color: #84487D; }
<p style="color:#84487D">This sample text font color is #84487D.</p>
This text font color is #84487D.
.myBgColor { background-color: #84487D; }
<div style="background-color:#84487D">Inner text</div>
This div background color is #84487D.
.myBorderColor { border: 1px solid #84487D; }
<div style="border:3px solid #84487D">Div</div>
This div border color is #84487D.
.myOpacity80 { color: #84487D; opacity: 0.8; }
<p style="color:#84487D;opacity:0.8;">80%</p>
Text with #84487D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84487D;}
<p style="text-shadow: 3px 3px 1px #84487D">Text here.</p>
This text has shadow with #84487D color.
.textShadow {text-shadow: 3px 3px 1px #84487D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84487D, 5px 5px 20px red">Text here.</p>
This text has shadow with #84487D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84487D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84487D, Direction=45, Strength=4)">Text</p>
This text has shadow with #84487D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84487D;
-webkit-box-shadow: 1px 1px 3px 2px #84487D;
box-shadow: 1px 1px 3px 2px #84487D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84487D; -webkit-box-shadow: 1px 1px 3px 2px #84487D; box-shadow:1px 1px 3px 2px #84487D;">
Div content here
</div>
This text has color #84487D on black background.
This text has color #84487D on white background.
This text has black color on #84487D background.
This text has white color on #84487D background.
Complementary color for #hex is #7BB782.