COLOR #E08AE7

HEX: #E08AE7
RGB: (224,138,231)

Color info

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

RGB color model

#E08AE7 color RGB value is (224,138,231).

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

RGB channels and saturation

R 224 of 255 = 88%
G 138 of 255 = 54%
B 231 of 255 = 91%

224
138
231

R + G + B ~ 78%. #E08AE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 138 + 231 = 593 (100%)
R 224 of 593 ~ 37.77%
G 138 of 593 ~ 23.27%
B 231 of 593 ~ 38.95%

%37.77
%23.27
%38.95

CMYK color model

#E08AE7 color CMYK value is (3,40,0,9).

  • cyan value is 3.03%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(3,40,0,9)
C3M40Y0K9 
(3%,40%,0%,9%)
(0.03/0.40/0.00/0.09)	

CMYK percentages

%3.03
%40.26
%0
%9.41

Codes

Color #E08AE7 in popluar color models

E08AE7
RGB224138231
HSL295°65.96%72.35%
HSB/HSV295°40.26%90.59%
CMYK3.03%40.26%0.00%
9.41%

Color #E08AE7 in popluar number systems.

HEXE08AE7
Decimal224138231
Binary111000001000101011100111
Octal340212347

Shades and tints

Shades of #E08AE7

#E08AE7
(224,138,231)
#CC7ED2
(204,126,210)
#B872BD
(184,114,189)
#A466A8
(164,102,168)
#905A93
(144,90,147)
#7C4E7E
(124,78,126)
#684269
(104,66,105)
#543654
(84,54,84)
#402A3F
(64,42,63)
#2C1E2A
(44,30,42)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #E08AE7

#E08AE7
(224,138,231)
#E294E9
(226,148,233)
#E49EEB
(228,158,235)
#E6A8ED
(230,168,237)
#E8B2EF
(232,178,239)
#EABCF1
(234,188,241)
#ECC6F3
(236,198,243)
#EED0F5
(238,208,245)
#F0DAF7
(240,218,247)
#F2E4F9
(242,228,249)
#F4EEFB
(244,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E08AE7; }

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

This text font color is #E08AE7.


Background Color

.myBgColor { background-color: #E08AE7; }

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

This div background color is #E08AE7.


Border color

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

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

This div border color is #E08AE7.


Opacity

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

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

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

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

This text has shadow with #E08AE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08AE7 on black background.


Color preview on white background

This text has color #E08AE7 on white background.



Black color preview on #E08AE7 background

This text has black color on #E08AE7 background.


White color preview on #E08AE7 background

This text has white color on #E08AE7 background.