HEX: #EFA5FA
RGB: (239,165,250)
#EFA5FA contains mainly red and blue colors. Web safe color of #EFA5FA is #FF99FF (or #F9F).
#EFA5FA color RGB value is (239,165,250).
RGB: (239,165,250)
(94%, 65%, 98%)
R 239 of 255 = 94%
G 165 of 255 = 65%
B 250 of 255 = 98%
R + G + B ~ 86%. #EFA5FA is light color.
R + G + B = 239 + 165 + 250 = 654 (100%)
R 239 of 654 ~ 36.54%
G 165 of 654 ~ 25.23%
B 250 of 654 ~ 38.23'%
#EFA5FA color CMYK value is (4,34,0,2).
CMYK: (4,34,0,2)
C4M34Y0K2 (4%, 34%, 0%, 2%)
(0.04 / 0.34 / 0.00 / 0.02)
Color #EFA5FA in popluar color models
EF | A5 | FA | |
---|---|---|---|
RGB | 239 | 165 | 250 |
HSL | 292° | 89.47% | 81.37% |
HSB/HSV | 292° | 34.00% | 98.04% |
CMYK | 4.40% | 34.00% | 0.00% |
1.96% |
Color #EFA5FA in popluar number systems.
HEX | EF | A5 | FA |
Decimal | 239 | 165 | 250 |
Binary | 11101111 | 10100101 | 11111010 |
Octal | 357 | 245 | 372 |
Shades of #EFA5FA
Tints of #EFA5FA
Examples of css and html codes for elements with #EFA5FA color. Also use rgb(239,165,250) instead hex code.
.myTextColor { color: #EFA5FA; }
<p style="color:#EFA5FA">This sample text font color is #EFA5FA.</p>
This text font color is #EFA5FA.
.myBgColor { background-color: #EFA5FA; }
<div style="background-color:#EFA5FA">Inner text</div>
This div background color is #EFA5FA.
.myBorderColor { border: 1px solid #EFA5FA; }
<div style="border:3px solid #EFA5FA">Div</div>
This div border color is #EFA5FA.
.myOpacity80 { color: #EFA5FA; opacity: 0.8; }
<p style="color:#EFA5FA;opacity:0.8;">80%</p>
Text with #EFA5FA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #EFA5FA;}
<p style="text-shadow: 3px 3px 1px #EFA5FA">Text here.</p>
This text has shadow with #EFA5FA color.
.textShadow {text-shadow: 3px 3px 1px #EFA5FA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #EFA5FA, 5px 5px 20px red">Text here.</p>
This text has shadow with #EFA5FA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFA5FA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#EFA5FA, Direction=45, Strength=4)">Text</p>
This text has shadow with #EFA5FA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EFA5FA;
-webkit-box-shadow: 1px 1px 3px 2px #EFA5FA;
box-shadow: 1px 1px 3px 2px #EFA5FA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFA5FA; -webkit-box-shadow: 1px 1px 3px 2px #EFA5FA; box-shadow:1px 1px 3px 2px #EFA5FA;">
Div content here
</div>
This text has color #EFA5FA on black background.
This text has color #EFA5FA on white background.
This text has black color on #EFA5FA background.
This text has white color on #EFA5FA background.
Complementary color for #hex is #105A05.