COLOR #E08BF0

HEX: #E08BF0
RGB: (224,139,240)

Color info

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

RGB color model

#E08BF0 color RGB value is (224,139,240).

  • red value is 224;
  • green value is 139;
  • blue value is 240.
RGB:
(224,139,240)
(88%,55%,94%)

RGB channels and saturation

R 224 of 255 = 88%
G 139 of 255 = 55%
B 240 of 255 = 94%

224
139
240

R + G + B ~ 79%. #E08BF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 139 + 240 = 603 (100%)
R 224 of 603 ~ 37.15%
G 139 of 603 ~ 23.05%
B 240 of 603 ~ 39.8%

%37.15
%23.05
%39.8

CMYK color model

#E08BF0 color CMYK value is (7,42,0,6).

  • cyan value is 6.67%
  • magenta value is 42.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(7,42,0,6)
C7M42Y0K6 
(7%,42%,0%,6%)
(0.07/0.42/0.00/0.06)	

CMYK percentages

%6.67
%42.08
%0
%5.88

Codes

Color #E08BF0 in popluar color models

E08BF0
RGB224139240
HSL290°77.10%74.31%
HSB/HSV290°42.08%94.12%
CMYK6.67%42.08%0.00%
5.88%

Color #E08BF0 in popluar number systems.

HEXE08BF0
Decimal224139240
Binary111000001000101111110000
Octal340213360

Shades and tints

Shades of #E08BF0

#E08BF0
(224,139,240)
#CC7FDB
(204,127,219)
#B873C6
(184,115,198)
#A467B1
(164,103,177)
#905B9C
(144,91,156)
#7C4F87
(124,79,135)
#684372
(104,67,114)
#54375D
(84,55,93)
#402B48
(64,43,72)
#2C1F33
(44,31,51)
#18131E
(24,19,30)
#000000
(0,0,0)

Tints of #E08BF0

#E08BF0
(224,139,240)
#E295F1
(226,149,241)
#E49FF2
(228,159,242)
#E6A9F3
(230,169,243)
#E8B3F4
(232,179,244)
#EABDF5
(234,189,245)
#ECC7F6
(236,199,246)
#EED1F7
(238,209,247)
#F0DBF8
(240,219,248)
#F2E5F9
(242,229,249)
#F4EFFA
(244,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E08BF0 color. Also use rgb(224,139,240) instead hex code.

Text Font Color

.myTextColor { color: #E08BF0; }

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

This text font color is #E08BF0.


Background Color

.myBgColor { background-color: #E08BF0; }

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

This div background color is #E08BF0.


Border color

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

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

This div border color is #E08BF0.


Opacity

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

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

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

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

This text has shadow with #E08BF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E08BF0 on black background.


Color preview on white background

This text has color #E08BF0 on white background.



Black color preview on #E08BF0 background

This text has black color on #E08BF0 background.


White color preview on #E08BF0 background

This text has white color on #E08BF0 background.