COLOR #E3A7FA

HEX: #E3A7FA
RGB: (227,167,250)

Color info

#E3A7FA contains mainly red and blue colors. Web safe color of #E3A7FA is #CC99FF (or #C9F).

RGB color model

#E3A7FA color RGB value is (227,167,250).

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

RGB channels and saturation

R 227 of 255 = 89%
G 167 of 255 = 65%
B 250 of 255 = 98%

227
167
250

R + G + B ~ 84%. #E3A7FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 167 + 250 = 644 (100%)
R 227 of 644 ~ 35.25%
G 167 of 644 ~ 25.93%
B 250 of 644 ~ 38.82%

%35.25
%25.93
%38.82

CMYK color model

#E3A7FA color CMYK value is (9,33,0,2).

  • cyan value is 9.20%
  • magenta value is 33.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(9,33,0,2)
C9M33Y0K2 
(9%,33%,0%,2%)
(0.09/0.33/0.00/0.02)	

CMYK percentages

%9.2
%33.2
%0
%1.96

Codes

Color #E3A7FA in popluar color models

E3A7FA
RGB227167250
HSL283°89.25%81.76%
HSB/HSV283°33.20%98.04%
CMYK9.20%33.20%0.00%
1.96%

Color #E3A7FA in popluar number systems.

HEXE3A7FA
Decimal227167250
Binary111000111010011111111010
Octal343247372

Shades and tints

Shades of #E3A7FA

#E3A7FA
(227,167,250)
#CF98E4
(207,152,228)
#BB89CE
(187,137,206)
#A77AB8
(167,122,184)
#936BA2
(147,107,162)
#7F5C8C
(127,92,140)
#6B4D76
(107,77,118)
#573E60
(87,62,96)
#432F4A
(67,47,74)
#2F2034
(47,32,52)
#1B111E
(27,17,30)
#000000
(0,0,0)

Tints of #E3A7FA

#E3A7FA
(227,167,250)
#E5AFFA
(229,175,250)
#E7B7FA
(231,183,250)
#E9BFFA
(233,191,250)
#EBC7FA
(235,199,250)
#EDCFFA
(237,207,250)
#EFD7FA
(239,215,250)
#F1DFFA
(241,223,250)
#F3E7FA
(243,231,250)
#F5EFFA
(245,239,250)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3A7FA; }

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

This text font color is #E3A7FA.


Background Color

.myBgColor { background-color: #E3A7FA; }

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

This div background color is #E3A7FA.


Border color

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

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

This div border color is #E3A7FA.


Opacity

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

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

Text with #E3A7FA 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 #E3A7FA;}

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

This text has shadow with #E3A7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A7FA on black background.


Color preview on white background

This text has color #E3A7FA on white background.



Black color preview on #E3A7FA background

This text has black color on #E3A7FA background.


White color preview on #E3A7FA background

This text has white color on #E3A7FA background.