COLOR #E5A7FD

HEX: #E5A7FD
RGB: (229,167,253)

Color info

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

RGB color model

#E5A7FD color RGB value is (229,167,253).

  • red value is 229;
  • green value is 167;
  • blue value is 253.
RGB:
(229,167,253)
(90%,65%,99%)

RGB channels and saturation

R 229 of 255 = 90%
G 167 of 255 = 65%
B 253 of 255 = 99%

229
167
253

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

Portions of RGB colors in percentages

R + G + B =
229 + 167 + 253 = 649 (100%)
R 229 of 649 ~ 35.29%
G 167 of 649 ~ 25.73%
B 253 of 649 ~ 38.98%

%35.29
%25.73
%38.98

CMYK color model

#E5A7FD color CMYK value is (9,34,0,1).

  • cyan value is 9.49%
  • magenta value is 33.99%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(9,34,0,1)
C9M34Y0K1 
(9%,34%,0%,1%)
(0.09/0.34/0.00/0.01)	

CMYK percentages

%9.49
%33.99
%0
%0.78

Codes

Color #E5A7FD in popluar color models

E5A7FD
RGB229167253
HSL283°95.56%82.35%
HSB/HSV283°33.99%99.22%
CMYK9.49%33.99%0.00%
0.78%

Color #E5A7FD in popluar number systems.

HEXE5A7FD
Decimal229167253
Binary111001011010011111111101
Octal345247375

Shades and tints

Shades of #E5A7FD

#E5A7FD
(229,167,253)
#D198E6
(209,152,230)
#BD89CF
(189,137,207)
#A97AB8
(169,122,184)
#956BA1
(149,107,161)
#815C8A
(129,92,138)
#6D4D73
(109,77,115)
#593E5C
(89,62,92)
#452F45
(69,47,69)
#31202E
(49,32,46)
#1D1117
(29,17,23)
#000000
(0,0,0)

Tints of #E5A7FD

#E5A7FD
(229,167,253)
#E7AFFD
(231,175,253)
#E9B7FD
(233,183,253)
#EBBFFD
(235,191,253)
#EDC7FD
(237,199,253)
#EFCFFD
(239,207,253)
#F1D7FD
(241,215,253)
#F3DFFD
(243,223,253)
#F5E7FD
(245,231,253)
#F7EFFD
(247,239,253)
#F9F7FD
(249,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A7FD color. Also use rgb(229,167,253) instead hex code.

Text Font Color

.myTextColor { color: #E5A7FD; }

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

This text font color is #E5A7FD.


Background Color

.myBgColor { background-color: #E5A7FD; }

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

This div background color is #E5A7FD.


Border color

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

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

This div border color is #E5A7FD.


Opacity

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

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

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

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

This text has shadow with #E5A7FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A7FD on black background.


Color preview on white background

This text has color #E5A7FD on white background.



Black color preview on #E5A7FD background

This text has black color on #E5A7FD background.


White color preview on #E5A7FD background

This text has white color on #E5A7FD background.