HEX: #88427B
RGB: (136,66,123)
#88427B contains mainly red and blue colors. Web safe color of #88427B is #993366 (or #936).
#88427B color RGB value is (136,66,123).
RGB: (136,66,123)
(53%, 26%, 48%)
R 136 of 255 = 53%
G 66 of 255 = 26%
B 123 of 255 = 48%
R + G + B ~ 42%. #88427B is middle color (not dark and not light).
R + G + B = 136 + 66 + 123 = 325 (100%)
R 136 of 325 ~ 41.85%
G 66 of 325 ~ 20.31%
B 123 of 325 ~ 37.85'%
#88427B color CMYK value is (0,51,10,47).
CMYK: (0,51,10,47)
C0M51Y10K47 (0%, 51%, 10%, 47%)
(0.00 / 0.51 / 0.10 / 0.47)
Color #88427B in popluar color models
88 | 42 | 7B | |
---|---|---|---|
RGB | 136 | 66 | 123 |
HSL | 311° | 34.65% | 39.61% |
HSB/HSV | 311° | 51.47% | 53.33% |
CMYK | 0.00% | 51.47% | 9.56% |
46.67% |
Color #88427B in popluar number systems.
HEX | 88 | 42 | 7B |
Decimal | 136 | 66 | 123 |
Binary | 10001000 | 1000010 | 1111011 |
Octal | 210 | 102 | 173 |
Shades of #88427B
Tints of #88427B
Examples of css and html codes for elements with #88427B color. Also use rgb(136,66,123) instead hex code.
.myTextColor { color: #88427B; }
<p style="color:#88427B">This sample text font color is #88427B.</p>
This text font color is #88427B.
.myBgColor { background-color: #88427B; }
<div style="background-color:#88427B">Inner text</div>
This div background color is #88427B.
.myBorderColor { border: 1px solid #88427B; }
<div style="border:3px solid #88427B">Div</div>
This div border color is #88427B.
.myOpacity80 { color: #88427B; opacity: 0.8; }
<p style="color:#88427B;opacity:0.8;">80%</p>
Text with #88427B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #88427B;}
<p style="text-shadow: 3px 3px 1px #88427B">Text here.</p>
This text has shadow with #88427B color.
.textShadow {text-shadow: 3px 3px 1px #88427B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #88427B, 5px 5px 20px red">Text here.</p>
This text has shadow with #88427B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88427B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#88427B, Direction=45, Strength=4)">Text</p>
This text has shadow with #88427B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88427B;
-webkit-box-shadow: 1px 1px 3px 2px #88427B;
box-shadow: 1px 1px 3px 2px #88427B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88427B; -webkit-box-shadow: 1px 1px 3px 2px #88427B; box-shadow:1px 1px 3px 2px #88427B;">
Div content here
</div>
This text has color #88427B on black background.
This text has color #88427B on white background.
This text has black color on #88427B background.
This text has white color on #88427B background.
Complementary color for #hex is #77BD84.