COLOR #E08ADC

HEX: #E08ADC
RGB: (224,138,220)

Color info

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

RGB color model

#E08ADC color RGB value is (224,138,220).

  • red value is 224;
  • green value is 138;
  • blue value is 220.
RGB:
(224,138,220)
(88%,54%,86%)

RGB channels and saturation

R 224 of 255 = 88%
G 138 of 255 = 54%
B 220 of 255 = 86%

224
138
220

R + G + B ~ 76%. #E08ADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 138 + 220 = 582 (100%)
R 224 of 582 ~ 38.49%
G 138 of 582 ~ 23.71%
B 220 of 582 ~ 37.8%

%38.49
%23.71
%37.8

CMYK color model

#E08ADC color CMYK value is (0,38,2,12).

  • cyan value is 0.00%
  • magenta value is 38.39%
  • yellow value is 1.79%
  • key color value is 12.16%
CMYK:
(0,38,2,12)
C0M38Y2K12 
(0%,38%,2%,12%)
(0.00/0.38/0.02/0.12)	

CMYK percentages

%0
%38.39
%1.79
%12.16

Codes

Color #E08ADC in popluar color models

E08ADC
RGB224138220
HSL303°58.11%70.98%
HSB/HSV303°38.39%87.84%
CMYK0.00%38.39%1.79%
12.16%

Color #E08ADC in popluar number systems.

HEXE08ADC
Decimal224138220
Binary111000001000101011011100
Octal340212334

Shades and tints

Shades of #E08ADC

#E08ADC
(224,138,220)
#CC7EC8
(204,126,200)
#B872B4
(184,114,180)
#A466A0
(164,102,160)
#905A8C
(144,90,140)
#7C4E78
(124,78,120)
#684264
(104,66,100)
#543650
(84,54,80)
#402A3C
(64,42,60)
#2C1E28
(44,30,40)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #E08ADC

#E08ADC
(224,138,220)
#E294DF
(226,148,223)
#E49EE2
(228,158,226)
#E6A8E5
(230,168,229)
#E8B2E8
(232,178,232)
#EABCEB
(234,188,235)
#ECC6EE
(236,198,238)
#EED0F1
(238,208,241)
#F0DAF4
(240,218,244)
#F2E4F7
(242,228,247)
#F4EEFA
(244,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08ADC color. Also use rgb(224,138,220) instead hex code.

Text Font Color

.myTextColor { color: #E08ADC; }

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

This text font color is #E08ADC.


Background Color

.myBgColor { background-color: #E08ADC; }

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

This div background color is #E08ADC.


Border color

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

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

This div border color is #E08ADC.


Opacity

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

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

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

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

This text has shadow with #E08ADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08ADC on black background.


Color preview on white background

This text has color #E08ADC on white background.



Black color preview on #E08ADC background

This text has black color on #E08ADC background.


White color preview on #E08ADC background

This text has white color on #E08ADC background.