COLOR #E8C2FD

HEX: #E8C2FD RGB: (232,194,253)

Color info

#E8C2FD contains red, green and blue colors in about the same proportion. Web safe color of #E8C2FD is #FFCCFF (or #FCF).

RGB color model

#E8C2FD color RGB value is (232,194,253).

RGB: (232,194,253) (91%, 76%, 99%)

RGB channels and saturation

R 232 of 255 = 91%
G 194 of 255 = 76%
B 253 of 255 = 99%

232
194
253

R + G + B ~ 89%. #E8C2FD is light color.

Portions of RGB colors in percentages

R + G + B = 232 + 194 + 253 = 679 (100%)
R 232 of 679 ~ 34.17%
G 194 of 679 ~ 28.57%
B 253 of 679 ~ 37.26'%

%34.17
%28.57
%37.26

CMYK color model

#E8C2FD color CMYK value is (8,23,0,1).

  • cyan value is 8.30%
  • magenta value is 23.32%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (8,23,0,1)
C8M23Y0K1 (8%, 23%, 0%, 1%)
(0.08 / 0.23 / 0.00 / 0.01)

CMYK percentages

%8.3
%23.32
%0
%0.78

Codes

Color #E8C2FD in popluar color models

E8 C2 FD
RGB 232 194 253
HSL 279° 93.65% 87.65%
HSB/HSV 279° 23.32% 99.22%
CMYK 8.30% 23.32% 0.00%
0.78%

Color #E8C2FD in popluar number systems.

HEX E8 C2 FD
Decimal 232 194 253
Binary 11101000 11000010 11111101
Octal 350 302 375

Shades and tints

Shades of #E8C2FD

#E8C2FD
(232,194,253)
#D3B1E6
(211,177,230)
#BEA0CF
(190,160,207)
#A98FB8
(169,143,184)
#947EA1
(148,126,161)
#7F6D8A
(127,109,138)
#6A5C73
(106,92,115)
#554B5C
(85,75,92)
#403A45
(64,58,69)
#2B292E
(43,41,46)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #E8C2FD

#E8C2FD
(232,194,253)
#EAC7FD
(234,199,253)
#ECCCFD
(236,204,253)
#EED1FD
(238,209,253)
#F0D6FD
(240,214,253)
#F2DBFD
(242,219,253)
#F4E0FD
(244,224,253)
#F6E5FD
(246,229,253)
#F8EAFD
(248,234,253)
#FAEFFD
(250,239,253)
#FCF4FD
(252,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8C2FD color. Also use rgb(232,194,253) instead hex code.

Text Font Color

.myTextColor { color: #E8C2FD; }

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

This text font color is #E8C2FD.

Background Color

.myBgColor { background-color: #E8C2FD; }

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

This div background color is #E8C2FD.

Border color

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

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

This div border color is #E8C2FD.

Opacity

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

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

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

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

This text has shadow with #E8C2FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C2FD.

Preview

Color preview on black background

This text has color #E8C2FD on black background.


Color preview on white background

This text has color #E8C2FD on white background.


Black color preview on #E8C2FD background

This text has black color on #E8C2FD background.


White color preview on #E8C2FD background

This text has white color on #E8C2FD background.


Related colors

Complementary color

Complementary color for #hex is #173D02.


I love getcolorcode.com

Triadic colors

1 #FDE8C2 and #C2FDE8 with #E8C2FD are triadic colors.

2 #FDC2E8 and #C2E8FD with #E8C2FD are triadic colors.