COLOR #E4BDFA

HEX: #E4BDFA
RGB: (228,189,250)

Color info

#E4BDFA contains mainly red and blue colors. Web safe color of #E4BDFA is #CCCCFF (or #CCF).

RGB color model

#E4BDFA color RGB value is (228,189,250).

  • red value is 228;
  • green value is 189;
  • blue value is 250.
RGB:
(228,189,250)
(89%,74%,98%)

RGB channels and saturation

R 228 of 255 = 89%
G 189 of 255 = 74%
B 250 of 255 = 98%

228
189
250

R + G + B ~ 87%. #E4BDFA is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 189 + 250 = 667 (100%)
R 228 of 667 ~ 34.18%
G 189 of 667 ~ 28.34%
B 250 of 667 ~ 37.48%

%34.18
%28.34
%37.48

CMYK color model

#E4BDFA color CMYK value is (9,24,0,2).

  • cyan value is 8.80%
  • magenta value is 24.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(9,24,0,2)
C9M24Y0K2 
(9%,24%,0%,2%)
(0.09/0.24/0.00/0.02)	

CMYK percentages

%8.8
%24.4
%0
%1.96

Codes

Color #E4BDFA in popluar color models

E4BDFA
RGB228189250
HSL278°85.92%86.08%
HSB/HSV278°24.40%98.04%
CMYK8.80%24.40%0.00%
1.96%

Color #E4BDFA in popluar number systems.

HEXE4BDFA
Decimal228189250
Binary111001001011110111111010
Octal344275372

Shades and tints

Shades of #E4BDFA

#E4BDFA
(228,189,250)
#D0ACE4
(208,172,228)
#BC9BCE
(188,155,206)
#A88AB8
(168,138,184)
#9479A2
(148,121,162)
#80688C
(128,104,140)
#6C5776
(108,87,118)
#584660
(88,70,96)
#44354A
(68,53,74)
#302434
(48,36,52)
#1C131E
(28,19,30)
#000000
(0,0,0)

Tints of #E4BDFA

#E4BDFA
(228,189,250)
#E6C3FA
(230,195,250)
#E8C9FA
(232,201,250)
#EACFFA
(234,207,250)
#ECD5FA
(236,213,250)
#EEDBFA
(238,219,250)
#F0E1FA
(240,225,250)
#F2E7FA
(242,231,250)
#F4EDFA
(244,237,250)
#F6F3FA
(246,243,250)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BDFA color. Also use rgb(228,189,250) instead hex code.

Text Font Color

.myTextColor { color: #E4BDFA; }

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

This text font color is #E4BDFA.


Background Color

.myBgColor { background-color: #E4BDFA; }

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

This div background color is #E4BDFA.


Border color

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

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

This div border color is #E4BDFA.


Opacity

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

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

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

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

This text has shadow with #E4BDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BDFA on black background.


Color preview on white background

This text has color #E4BDFA on white background.



Black color preview on #E4BDFA background

This text has black color on #E4BDFA background.


White color preview on #E4BDFA background

This text has white color on #E4BDFA background.