COLOR #8C6CF8

HEX: #8C6CF8
RGB: (140,108,248)

Color info

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

RGB color model

#8C6CF8 color RGB value is (140,108,248).

  • red value is 140;
  • green value is 108;
  • blue value is 248.
RGB:
(140,108,248)
(55%,42%,97%)

RGB channels and saturation

R 140 of 255 = 55%
G 108 of 255 = 42%
B 248 of 255 = 97%

140
108
248

R + G + B ~ 65%. #8C6CF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 108 + 248 = 496 (100%)
R 140 of 496 ~ 28.23%
G 108 of 496 ~ 21.77%
B 248 of 496 ~ 50%

%28.23
%21.77
%50

CMYK color model

#8C6CF8 color CMYK value is (44,56,0,3).

  • cyan value is 43.55%
  • magenta value is 56.45%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(44,56,0,3)
C44M56Y0K3 
(44%,56%,0%,3%)
(0.44/0.56/0.00/0.03)	

CMYK percentages

%43.55
%56.45
%0
%2.75

Codes

Color #8C6CF8 in popluar color models

8C6CF8
RGB140108248
HSL254°90.91%69.80%
HSB/HSV254°56.45%97.25%
CMYK43.55%56.45%0.00%
2.75%

Color #8C6CF8 in popluar number systems.

HEX8C6CF8
Decimal140108248
Binary10001100110110011111000
Octal214154370

Shades and tints

Shades of #8C6CF8

#8C6CF8
(140,108,248)
#8063E2
(128,99,226)
#745ACC
(116,90,204)
#6851B6
(104,81,182)
#5C48A0
(92,72,160)
#503F8A
(80,63,138)
#443674
(68,54,116)
#382D5E
(56,45,94)
#2C2448
(44,36,72)
#201B32
(32,27,50)
#14121C
(20,18,28)
#000000
(0,0,0)

Tints of #8C6CF8

#8C6CF8
(140,108,248)
#9679F8
(150,121,248)
#A086F8
(160,134,248)
#AA93F8
(170,147,248)
#B4A0F8
(180,160,248)
#BEADF8
(190,173,248)
#C8BAF8
(200,186,248)
#D2C7F8
(210,199,248)
#DCD4F8
(220,212,248)
#E6E1F8
(230,225,248)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6CF8 color. Also use rgb(140,108,248) instead hex code.

Text Font Color

.myTextColor { color: #8C6CF8; }

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

This text font color is #8C6CF8.


Background Color

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

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

This div background color is #8C6CF8.


Border color

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

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

This div border color is #8C6CF8.


Opacity

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

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

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

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

This text has shadow with #8C6CF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6CF8 on black background.


Color preview on white background

This text has color #8C6CF8 on white background.



Black color preview on #8C6CF8 background

This text has black color on #8C6CF8 background.


White color preview on #8C6CF8 background

This text has white color on #8C6CF8 background.