COLOR #EB8DF3

HEX: #EB8DF3
RGB: (235,141,243)

Color info

#EB8DF3 contains mainly red and blue colors. Web safe color of #EB8DF3 is #FF99FF (or #F9F).

RGB color model

#EB8DF3 color RGB value is (235,141,243).

  • red value is 235;
  • green value is 141;
  • blue value is 243.
RGB:
(235,141,243)
(92%,55%,95%)

RGB channels and saturation

R 235 of 255 = 92%
G 141 of 255 = 55%
B 243 of 255 = 95%

235
141
243

R + G + B ~ 81%. #EB8DF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 141 + 243 = 619 (100%)
R 235 of 619 ~ 37.96%
G 141 of 619 ~ 22.78%
B 243 of 619 ~ 39.26%

%37.96
%22.78
%39.26

CMYK color model

#EB8DF3 color CMYK value is (3,42,0,5).

  • cyan value is 3.29%
  • magenta value is 41.98%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(3,42,0,5)
C3M42Y0K5 
(3%,42%,0%,5%)
(0.03/0.42/0.00/0.05)	

CMYK percentages

%3.29
%41.98
%0
%4.71

Codes

Color #EB8DF3 in popluar color models

EB8DF3
RGB235141243
HSL295°80.95%75.29%
HSB/HSV295°41.98%95.29%
CMYK3.29%41.98%0.00%
4.71%

Color #EB8DF3 in popluar number systems.

HEXEB8DF3
Decimal235141243
Binary111010111000110111110011
Octal353215363

Shades and tints

Shades of #EB8DF3

#EB8DF3
(235,141,243)
#D681DD
(214,129,221)
#C175C7
(193,117,199)
#AC69B1
(172,105,177)
#975D9B
(151,93,155)
#825185
(130,81,133)
#6D456F
(109,69,111)
#583959
(88,57,89)
#432D43
(67,45,67)
#2E212D
(46,33,45)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #EB8DF3

#EB8DF3
(235,141,243)
#EC97F4
(236,151,244)
#EDA1F5
(237,161,245)
#EEABF6
(238,171,246)
#EFB5F7
(239,181,247)
#F0BFF8
(240,191,248)
#F1C9F9
(241,201,249)
#F2D3FA
(242,211,250)
#F3DDFB
(243,221,251)
#F4E7FC
(244,231,252)
#F5F1FD
(245,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB8DF3 color. Also use rgb(235,141,243) instead hex code.

Text Font Color

.myTextColor { color: #EB8DF3; }

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

This text font color is #EB8DF3.


Background Color

.myBgColor { background-color: #EB8DF3; }

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

This div background color is #EB8DF3.


Border color

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

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

This div border color is #EB8DF3.


Opacity

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

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

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

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

This text has shadow with #EB8DF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB8DF3 on black background.


Color preview on white background

This text has color #EB8DF3 on white background.



Black color preview on #EB8DF3 background

This text has black color on #EB8DF3 background.


White color preview on #EB8DF3 background

This text has white color on #EB8DF3 background.