HEX: #E5B4FA
RGB: (229,180,250)
#E5B4FA contains mainly red and blue colors. Web safe color of #E5B4FA is #CCCCFF (or #CCF).
#E5B4FA color RGB value is (229,180,250).
RGB: (229,180,250)
(90%, 71%, 98%)
R 229 of 255 = 90%
G 180 of 255 = 71%
B 250 of 255 = 98%
R + G + B ~ 86%. #E5B4FA is light color.
R + G + B = 229 + 180 + 250 = 659 (100%)
R 229 of 659 ~ 34.75%
G 180 of 659 ~ 27.31%
B 250 of 659 ~ 37.94'%
#E5B4FA color CMYK value is (8,28,0,2).
CMYK: (8,28,0,2)
C8M28Y0K2 (8%, 28%, 0%, 2%)
(0.08 / 0.28 / 0.00 / 0.02)
Color #E5B4FA in popluar color models
E5 | B4 | FA | |
---|---|---|---|
RGB | 229 | 180 | 250 |
HSL | 282° | 87.50% | 84.31% |
HSB/HSV | 282° | 28.00% | 98.04% |
CMYK | 8.40% | 28.00% | 0.00% |
1.96% |
Color #E5B4FA in popluar number systems.
HEX | E5 | B4 | FA |
Decimal | 229 | 180 | 250 |
Binary | 11100101 | 10110100 | 11111010 |
Octal | 345 | 264 | 372 |
Shades of #E5B4FA
Tints of #E5B4FA
Examples of css and html codes for elements with #E5B4FA color. Also use rgb(229,180,250) instead hex code.
.myTextColor { color: #E5B4FA; }
<p style="color:#E5B4FA">This sample text font color is #E5B4FA.</p>
This text font color is #E5B4FA.
.myBgColor { background-color: #E5B4FA; }
<div style="background-color:#E5B4FA">Inner text</div>
This div background color is #E5B4FA.
.myBorderColor { border: 1px solid #E5B4FA; }
<div style="border:3px solid #E5B4FA">Div</div>
This div border color is #E5B4FA.
.myOpacity80 { color: #E5B4FA; opacity: 0.8; }
<p style="color:#E5B4FA;opacity:0.8;">80%</p>
Text with #E5B4FA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5B4FA;}
<p style="text-shadow: 3px 3px 1px #E5B4FA">Text here.</p>
This text has shadow with #E5B4FA color.
.textShadow {text-shadow: 3px 3px 1px #E5B4FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5B4FA, 5px 5px 20px red">Text here.</p>
This text has shadow with #E5B4FA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5B4FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5B4FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5B4FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5B4FA;
-webkit-box-shadow: 1px 1px 3px 2px #E5B4FA;
box-shadow: 1px 1px 3px 2px #E5B4FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5B4FA; -webkit-box-shadow: 1px 1px 3px 2px #E5B4FA; box-shadow:1px 1px 3px 2px #E5B4FA;">
Div content here
</div>
This text has color #E5B4FA on black background.
This text has color #E5B4FA on white background.
This text has black color on #E5B4FA background.
This text has white color on #E5B4FA background.
Complementary color for #hex is #1A4B05.