COLOR #E08FDB

HEX: #E08FDB RGB: (224,143,219)

Color info

#E08FDB contains mainly red and blue colors. Web safe color of #E08FDB is #CC99CC (or #C9C).

RGB color model

#E08FDB color RGB value is (224,143,219).

RGB: (224,143,219) (88%, 56%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 143 of 255 = 56%
B 219 of 255 = 86%

224
143
219

R + G + B ~ 77%. #E08FDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 143 + 219 = 586 (100%)
R 224 of 586 ~ 38.23%
G 143 of 586 ~ 24.4%
B 219 of 586 ~ 37.37'%

%38.23
%24.4
%37.37

CMYK color model

#E08FDB color CMYK value is (0,36,2,12).

  • cyan value is 0.00%
  • magenta value is 36.16%
  • yellow value is 2.23%
  • key color value is 12.16%

CMYK: (0,36,2,12)
C0M36Y2K12 (0%, 36%, 2%, 12%)
(0.00 / 0.36 / 0.02 / 0.12)

CMYK percentages

%0
%36.16
%2.23
%12.16

Codes

Color #E08FDB in popluar color models

E0 8F DB
RGB 224 143 219
HSL 304° 56.64% 71.96%
HSB/HSV 304° 36.16% 87.84%
CMYK 0.00% 36.16% 2.23%
12.16%

Color #E08FDB in popluar number systems.

HEX E0 8F DB
Decimal 224 143 219
Binary 11100000 10001111 11011011
Octal 340 217 333

Shades and tints

Shades of #E08FDB

#E08FDB
(224,143,219)
#CC82C8
(204,130,200)
#B875B5
(184,117,181)
#A468A2
(164,104,162)
#905B8F
(144,91,143)
#7C4E7C
(124,78,124)
#684169
(104,65,105)
#543456
(84,52,86)
#402743
(64,39,67)
#2C1A30
(44,26,48)
#180D1D
(24,13,29)
#000000
(0,0,0)

Tints of #E08FDB

#E08FDB
(224,143,219)
#E299DE
(226,153,222)
#E4A3E1
(228,163,225)
#E6ADE4
(230,173,228)
#E8B7E7
(232,183,231)
#EAC1EA
(234,193,234)
#ECCBED
(236,203,237)
#EED5F0
(238,213,240)
#F0DFF3
(240,223,243)
#F2E9F6
(242,233,246)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08FDB color. Also use rgb(224,143,219) instead hex code.

Text Font Color

.myTextColor { color: #E08FDB; }

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

This text font color is #E08FDB.

Background Color

.myBgColor { background-color: #E08FDB; }

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

This div background color is #E08FDB.

Border color

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

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

This div border color is #E08FDB.

Opacity

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

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

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

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

This text has shadow with #E08FDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E08FDB.

Preview

Color preview on black background

This text has color #E08FDB on black background.


Color preview on white background

This text has color #E08FDB on white background.


Black color preview on #E08FDB background

This text has black color on #E08FDB background.


White color preview on #E08FDB background

This text has white color on #E08FDB background.


Related colors

Complementary color

Complementary color for #hex is #1F7024.


I love getcolorcode.com

Triadic colors

1 #DBE08F and #8FDBE0 with #E08FDB are triadic colors.

2 #DB8FE0 and #8FE0DB with #E08FDB are triadic colors.