HEX: #888ADA
RGB: (136,138,218)
#888ADA contains mainly blue color. Web safe color of #888ADA is #9999CC (or #99C).
#888ADA color RGB value is (136,138,218).
RGB: (136,138,218)
(53%, 54%, 85%)
R 136 of 255 = 53%
G 138 of 255 = 54%
B 218 of 255 = 85%
R + G + B ~ 64%. #888ADA is quite light color.
R + G + B = 136 + 138 + 218 = 492 (100%)
R 136 of 492 ~ 27.64%
G 138 of 492 ~ 28.05%
B 218 of 492 ~ 44.31'%
#888ADA color CMYK value is (38,37,0,15).
CMYK: (38,37,0,15) C38M37Y0K15 (38%,37%,0%,15%) (0.38/0.37/0.00/0.15)
Color #888ADA in popluar color models
88 | 8A | DA | |
---|---|---|---|
RGB | 136 | 138 | 218 |
HSL | 239° | 52.56% | 69.41% |
HSB/HSV | 239° | 37.61% | 85.49% |
CMYK | 37.61% | 36.70% | 0.00% |
14.51% |
Color #888ADA in popluar number systems.
HEX | 88 | 8A | DA |
Decimal | 136 | 138 | 218 |
Binary | 10001000 | 10001010 | 11011010 |
Octal | 210 | 212 | 332 |
Shades of #888ADA
Tints of #888ADA
Examples of css and html codes for elements with #888ADA color. Also use rgb(136,138,218) instead hex code.
.myTextColor { color: #888ADA; }
<p style="color:#888ADA">This sample text font color is #888ADA.</p>
This text font color is #888ADA.
.myBgColor { background-color: #888ADA; }
<div style="background-color:#888ADA">Inner text</div>
This div background color is #888ADA.
.myBorderColor { border: 1px solid #888ADA; }
<div style="border:3px solid #888ADA">Div</div>
This div border color is #888ADA.
.myOpacity80 { color: #888ADA; opacity: 0.8; }
<p style="color:#888ADA;opacity:0.8;">80%</p>
Text with #888ADA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #888ADA;}
<p style="text-shadow: 3px 3px 1px #888ADA">Text here.</p>
This text has shadow with #888ADA color.
.textShadow {text-shadow: 3px 3px 1px #888ADA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #888ADA, 5px 5px 20px red">Text here.</p>
This text has shadow with #888ADA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#888ADA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#888ADA, Direction=45, Strength=4)">Text</p>
This text has shadow with #888ADA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #888ADA;
-webkit-box-shadow: 1px 1px 3px 2px #888ADA;
box-shadow: 1px 1px 3px 2px #888ADA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #888ADA; -webkit-box-shadow: 1px 1px 3px 2px #888ADA; box-shadow:1px 1px 3px 2px #888ADA;">
Div content here
</div>
This text has color #888ADA on black background.
This text has color #888ADA on white background.
This text has black color on #888ADA background.
This text has white color on #888ADA background.
Complementary color for #hex is #777525.