COLOR #D39EF8

HEX: #D39EF8
RGB: (211,158,248)

Color info

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

RGB color model

#D39EF8 color RGB value is (211,158,248).

  • red value is 211;
  • green value is 158;
  • blue value is 248.
RGB:
(211,158,248)
(83%,62%,97%)

RGB channels and saturation

R 211 of 255 = 83%
G 158 of 255 = 62%
B 248 of 255 = 97%

211
158
248

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

Portions of RGB colors in percentages

R + G + B =
211 + 158 + 248 = 617 (100%)
R 211 of 617 ~ 34.2%
G 158 of 617 ~ 25.61%
B 248 of 617 ~ 40.19%

%34.2
%25.61
%40.19

CMYK color model

#D39EF8 color CMYK value is (15,36,0,3).

  • cyan value is 14.92%
  • magenta value is 36.29%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(15,36,0,3)
C15M36Y0K3 
(15%,36%,0%,3%)
(0.15/0.36/0.00/0.03)	

CMYK percentages

%14.92
%36.29
%0
%2.75

Codes

Color #D39EF8 in popluar color models

D39EF8
RGB211158248
HSL275°86.54%79.61%
HSB/HSV275°36.29%97.25%
CMYK14.92%36.29%0.00%
2.75%

Color #D39EF8 in popluar number systems.

HEXD39EF8
Decimal211158248
Binary110100111001111011111000
Octal323236370

Shades and tints

Shades of #D39EF8

#D39EF8
(211,158,248)
#C090E2
(192,144,226)
#AD82CC
(173,130,204)
#9A74B6
(154,116,182)
#8766A0
(135,102,160)
#74588A
(116,88,138)
#614A74
(97,74,116)
#4E3C5E
(78,60,94)
#3B2E48
(59,46,72)
#282032
(40,32,50)
#15121C
(21,18,28)
#000000
(0,0,0)

Tints of #D39EF8

#D39EF8
(211,158,248)
#D7A6F8
(215,166,248)
#DBAEF8
(219,174,248)
#DFB6F8
(223,182,248)
#E3BEF8
(227,190,248)
#E7C6F8
(231,198,248)
#EBCEF8
(235,206,248)
#EFD6F8
(239,214,248)
#F3DEF8
(243,222,248)
#F7E6F8
(247,230,248)
#FBEEF8
(251,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D39EF8 color. Also use rgb(211,158,248) instead hex code.

Text Font Color

.myTextColor { color: #D39EF8; }

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

This text font color is #D39EF8.


Background Color

.myBgColor { background-color: #D39EF8; }

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

This div background color is #D39EF8.


Border color

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

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

This div border color is #D39EF8.


Opacity

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

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

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

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

This text has shadow with #D39EF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D39EF8 on black background.


Color preview on white background

This text has color #D39EF8 on white background.



Black color preview on #D39EF8 background

This text has black color on #D39EF8 background.


White color preview on #D39EF8 background

This text has white color on #D39EF8 background.