COLOR #ED8AF7

HEX: #ED8AF7
RGB: (237,138,247)

Color info

#ED8AF7 contains mainly red and blue colors. Web safe color of #ED8AF7 is #FF99FF (or #F9F).

RGB color model

#ED8AF7 color RGB value is (237,138,247).

  • red value is 237;
  • green value is 138;
  • blue value is 247.
RGB:
(237,138,247)
(93%,54%,97%)

RGB channels and saturation

R 237 of 255 = 93%
G 138 of 255 = 54%
B 247 of 255 = 97%

237
138
247

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

Portions of RGB colors in percentages

R + G + B =
237 + 138 + 247 = 622 (100%)
R 237 of 622 ~ 38.1%
G 138 of 622 ~ 22.19%
B 247 of 622 ~ 39.71%

%38.1
%22.19
%39.71

CMYK color model

#ED8AF7 color CMYK value is (4,44,0,3).

  • cyan value is 4.05%
  • magenta value is 44.13%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(4,44,0,3)
C4M44Y0K3 
(4%,44%,0%,3%)
(0.04/0.44/0.00/0.03)	

CMYK percentages

%4.05
%44.13
%0
%3.14

Codes

Color #ED8AF7 in popluar color models

ED8AF7
RGB237138247
HSL294°87.20%75.49%
HSB/HSV294°44.13%96.86%
CMYK4.05%44.13%0.00%
3.14%

Color #ED8AF7 in popluar number systems.

HEXED8AF7
Decimal237138247
Binary111011011000101011110111
Octal355212367

Shades and tints

Shades of #ED8AF7

#ED8AF7
(237,138,247)
#D87EE1
(216,126,225)
#C372CB
(195,114,203)
#AE66B5
(174,102,181)
#995A9F
(153,90,159)
#844E89
(132,78,137)
#6F4273
(111,66,115)
#5A365D
(90,54,93)
#452A47
(69,42,71)
#301E31
(48,30,49)
#1B121B
(27,18,27)
#000000
(0,0,0)

Tints of #ED8AF7

#ED8AF7
(237,138,247)
#EE94F7
(238,148,247)
#EF9EF7
(239,158,247)
#F0A8F7
(240,168,247)
#F1B2F7
(241,178,247)
#F2BCF7
(242,188,247)
#F3C6F7
(243,198,247)
#F4D0F7
(244,208,247)
#F5DAF7
(245,218,247)
#F6E4F7
(246,228,247)
#F7EEF7
(247,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED8AF7 color. Also use rgb(237,138,247) instead hex code.

Text Font Color

.myTextColor { color: #ED8AF7; }

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

This text font color is #ED8AF7.


Background Color

.myBgColor { background-color: #ED8AF7; }

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

This div background color is #ED8AF7.


Border color

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

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

This div border color is #ED8AF7.


Opacity

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

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

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

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

This text has shadow with #ED8AF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ED8AF7 on black background.


Color preview on white background

This text has color #ED8AF7 on white background.



Black color preview on #ED8AF7 background

This text has black color on #ED8AF7 background.


White color preview on #ED8AF7 background

This text has white color on #ED8AF7 background.