COLOR #8E64F7

HEX: #8E64F7
RGB: (142,100,247)

Color info

#8E64F7 contains mainly blue color. Web safe color of #8E64F7 is #9966FF (or #96F).

RGB color model

#8E64F7 color RGB value is (142,100,247).

  • red value is 142;
  • green value is 100;
  • blue value is 247.
RGB:
(142,100,247)
(56%,39%,97%)

RGB channels and saturation

R 142 of 255 = 56%
G 100 of 255 = 39%
B 247 of 255 = 97%

142
100
247

R + G + B ~ 64%. #8E64F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 100 + 247 = 489 (100%)
R 142 of 489 ~ 29.04%
G 100 of 489 ~ 20.45%
B 247 of 489 ~ 50.51%

%29.04
%20.45
%50.51

CMYK color model

#8E64F7 color CMYK value is (43,60,0,3).

  • cyan value is 42.51%
  • magenta value is 59.51%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(43,60,0,3)
C43M60Y0K3 
(43%,60%,0%,3%)
(0.43/0.60/0.00/0.03)	

CMYK percentages

%42.51
%59.51
%0
%3.14

Codes

Color #8E64F7 in popluar color models

8E64F7
RGB142100247
HSL257°90.18%68.04%
HSB/HSV257°59.51%96.86%
CMYK42.51%59.51%0.00%
3.14%

Color #8E64F7 in popluar number systems.

HEX8E64F7
Decimal142100247
Binary10001110110010011110111
Octal216144367

Shades and tints

Shades of #8E64F7

#8E64F7
(142,100,247)
#825BE1
(130,91,225)
#7652CB
(118,82,203)
#6A49B5
(106,73,181)
#5E409F
(94,64,159)
#523789
(82,55,137)
#462E73
(70,46,115)
#3A255D
(58,37,93)
#2E1C47
(46,28,71)
#221331
(34,19,49)
#160A1B
(22,10,27)
#000000
(0,0,0)

Tints of #8E64F7

#8E64F7
(142,100,247)
#9872F7
(152,114,247)
#A280F7
(162,128,247)
#AC8EF7
(172,142,247)
#B69CF7
(182,156,247)
#C0AAF7
(192,170,247)
#CAB8F7
(202,184,247)
#D4C6F7
(212,198,247)
#DED4F7
(222,212,247)
#E8E2F7
(232,226,247)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E64F7 color. Also use rgb(142,100,247) instead hex code.

Text Font Color

.myTextColor { color: #8E64F7; }

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

This text font color is #8E64F7.


Background Color

.myBgColor { background-color: #8E64F7; }

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

This div background color is #8E64F7.


Border color

.myBorderColor { border: 1px solid #8E64F7; }

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

This div border color is #8E64F7.


Opacity

.myOpacity80 { color: #8E64F7; opacity: 0.8; }

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

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

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

This text has shadow with #8E64F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E64F7 on black background.


Color preview on white background

This text has color #8E64F7 on white background.



Black color preview on #8E64F7 background

This text has black color on #8E64F7 background.


White color preview on #8E64F7 background

This text has white color on #8E64F7 background.