COLOR #E3A8FD

HEX: #E3A8FD
RGB: (227,168,253)

Color info

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

RGB color model

#E3A8FD color RGB value is (227,168,253).

  • red value is 227;
  • green value is 168;
  • blue value is 253.
RGB:
(227,168,253)
(89%,66%,99%)

RGB channels and saturation

R 227 of 255 = 89%
G 168 of 255 = 66%
B 253 of 255 = 99%

227
168
253

R + G + B ~ 85%. #E3A8FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 168 + 253 = 648 (100%)
R 227 of 648 ~ 35.03%
G 168 of 648 ~ 25.93%
B 253 of 648 ~ 39.04%

%35.03
%25.93
%39.04

CMYK color model

#E3A8FD color CMYK value is (10,34,0,1).

  • cyan value is 10.28%
  • magenta value is 33.60%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(10,34,0,1)
C10M34Y0K1 
(10%,34%,0%,1%)
(0.10/0.34/0.00/0.01)	

CMYK percentages

%10.28
%33.6
%0
%0.78

Codes

Color #E3A8FD in popluar color models

E3A8FD
RGB227168253
HSL282°95.51%82.55%
HSB/HSV282°33.60%99.22%
CMYK10.28%33.60%0.00%
0.78%

Color #E3A8FD in popluar number systems.

HEXE3A8FD
Decimal227168253
Binary111000111010100011111101
Octal343250375

Shades and tints

Shades of #E3A8FD

#E3A8FD
(227,168,253)
#CF99E6
(207,153,230)
#BB8ACF
(187,138,207)
#A77BB8
(167,123,184)
#936CA1
(147,108,161)
#7F5D8A
(127,93,138)
#6B4E73
(107,78,115)
#573F5C
(87,63,92)
#433045
(67,48,69)
#2F212E
(47,33,46)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #E3A8FD

#E3A8FD
(227,168,253)
#E5AFFD
(229,175,253)
#E7B6FD
(231,182,253)
#E9BDFD
(233,189,253)
#EBC4FD
(235,196,253)
#EDCBFD
(237,203,253)
#EFD2FD
(239,210,253)
#F1D9FD
(241,217,253)
#F3E0FD
(243,224,253)
#F5E7FD
(245,231,253)
#F7EEFD
(247,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A8FD color. Also use rgb(227,168,253) instead hex code.

Text Font Color

.myTextColor { color: #E3A8FD; }

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

This text font color is #E3A8FD.


Background Color

.myBgColor { background-color: #E3A8FD; }

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

This div background color is #E3A8FD.


Border color

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

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

This div border color is #E3A8FD.


Opacity

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

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

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

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

This text has shadow with #E3A8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A8FD on black background.


Color preview on white background

This text has color #E3A8FD on white background.



Black color preview on #E3A8FD background

This text has black color on #E3A8FD background.


White color preview on #E3A8FD background

This text has white color on #E3A8FD background.