COLOR #EFA7FA

HEX: #EFA7FA
RGB: (239,167,250)

Color info

#EFA7FA contains mainly red and blue colors. Web safe color of #EFA7FA is #FF99FF (or #F9F).

RGB color model

#EFA7FA color RGB value is (239,167,250).

  • red value is 239;
  • green value is 167;
  • blue value is 250.
RGB:
(239,167,250)
(94%,65%,98%)

RGB channels and saturation

R 239 of 255 = 94%
G 167 of 255 = 65%
B 250 of 255 = 98%

239
167
250

R + G + B ~ 86%. #EFA7FA is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 167 + 250 = 656 (100%)
R 239 of 656 ~ 36.43%
G 167 of 656 ~ 25.46%
B 250 of 656 ~ 38.11%

%36.43
%25.46
%38.11

CMYK color model

#EFA7FA color CMYK value is (4,33,0,2).

  • cyan value is 4.40%
  • magenta value is 33.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,33,0,2)
C4M33Y0K2 
(4%,33%,0%,2%)
(0.04/0.33/0.00/0.02)	

CMYK percentages

%4.4
%33.2
%0
%1.96

Codes

Color #EFA7FA in popluar color models

EFA7FA
RGB239167250
HSL292°89.25%81.76%
HSB/HSV292°33.20%98.04%
CMYK4.40%33.20%0.00%
1.96%

Color #EFA7FA in popluar number systems.

HEXEFA7FA
Decimal239167250
Binary111011111010011111111010
Octal357247372

Shades and tints

Shades of #EFA7FA

#EFA7FA
(239,167,250)
#DA98E4
(218,152,228)
#C589CE
(197,137,206)
#B07AB8
(176,122,184)
#9B6BA2
(155,107,162)
#865C8C
(134,92,140)
#714D76
(113,77,118)
#5C3E60
(92,62,96)
#472F4A
(71,47,74)
#322034
(50,32,52)
#1D111E
(29,17,30)
#000000
(0,0,0)

Tints of #EFA7FA

#EFA7FA
(239,167,250)
#F0AFFA
(240,175,250)
#F1B7FA
(241,183,250)
#F2BFFA
(242,191,250)
#F3C7FA
(243,199,250)
#F4CFFA
(244,207,250)
#F5D7FA
(245,215,250)
#F6DFFA
(246,223,250)
#F7E7FA
(247,231,250)
#F8EFFA
(248,239,250)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFA7FA color. Also use rgb(239,167,250) instead hex code.

Text Font Color

.myTextColor { color: #EFA7FA; }

<p style="color:#EFA7FA">This sample text font color is #EFA7FA.</p>

This text font color is #EFA7FA.


Background Color

.myBgColor { background-color: #EFA7FA; }

<div style="background-color:#EFA7FA">Inner text</div>

This div background color is #EFA7FA.


Border color

.myBorderColor { border: 1px solid #EFA7FA; }

<div style="border:3px solid #EFA7FA">Div</div>

This div border color is #EFA7FA.


Opacity

.myOpacity80 { color: #EFA7FA; opacity: 0.8; }

<p style="color:#EFA7FA;opacity:0.8;">80%</p>

Text with #EFA7FA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EFA7FA;}

<p style="text-shadow: 3px 3px 1px #EFA7FA">Text here.</p>

This text has shadow with #EFA7FA color.

.textShadow {text-shadow: 3px 3px 1px #EFA7FA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EFA7FA, 5px 5px 20px red">Text here.</p>

This text has shadow with #EFA7FA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EFA7FA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EFA7FA, Direction=45, Strength=4)">Text</p>

This text has shadow with #EFA7FA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EFA7FA;
  -webkit-box-shadow:	1px 1px 3px 2px #EFA7FA;
  box-shadow:		1px 1px 3px 2px #EFA7FA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EFA7FA;
-webkit-box-shadow: 1px 1px 3px 2px #EFA7FA;
box-shadow:1px 1px 3px 2px #EFA7FA;">
Div content here</div>
This div box has shadow with color #EFA7FA.

Preview

Color preview on black background

This text has color #EFA7FA on black background.


Color preview on white background

This text has color #EFA7FA on white background.



Black color preview on #EFA7FA background

This text has black color on #EFA7FA background.


White color preview on #EFA7FA background

This text has white color on #EFA7FA background.