COLOR #8C68E9

HEX: #8C68E9
RGB: (140,104,233)

Color info

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

RGB color model

#8C68E9 color RGB value is (140,104,233).

  • red value is 140;
  • green value is 104;
  • blue value is 233.
RGB:
(140,104,233)
(55%,41%,91%)

RGB channels and saturation

R 140 of 255 = 55%
G 104 of 255 = 41%
B 233 of 255 = 91%

140
104
233

R + G + B ~ 62%. #8C68E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 104 + 233 = 477 (100%)
R 140 of 477 ~ 29.35%
G 104 of 477 ~ 21.8%
B 233 of 477 ~ 48.85%

%29.35
%21.8
%48.85

CMYK color model

#8C68E9 color CMYK value is (40,55,0,9).

  • cyan value is 39.91%
  • magenta value is 55.36%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(40,55,0,9)
C40M55Y0K9 
(40%,55%,0%,9%)
(0.40/0.55/0.00/0.09)	

CMYK percentages

%39.91
%55.36
%0
%8.63

Codes

Color #8C68E9 in popluar color models

8C68E9
RGB140104233
HSL257°74.57%66.08%
HSB/HSV257°55.36%91.37%
CMYK39.91%55.36%0.00%
8.63%

Color #8C68E9 in popluar number systems.

HEX8C68E9
Decimal140104233
Binary10001100110100011101001
Octal214150351

Shades and tints

Shades of #8C68E9

#8C68E9
(140,104,233)
#805FD4
(128,95,212)
#7456BF
(116,86,191)
#684DAA
(104,77,170)
#5C4495
(92,68,149)
#503B80
(80,59,128)
#44326B
(68,50,107)
#382956
(56,41,86)
#2C2041
(44,32,65)
#20172C
(32,23,44)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #8C68E9

#8C68E9
(140,104,233)
#9675EB
(150,117,235)
#A082ED
(160,130,237)
#AA8FEF
(170,143,239)
#B49CF1
(180,156,241)
#BEA9F3
(190,169,243)
#C8B6F5
(200,182,245)
#D2C3F7
(210,195,247)
#DCD0F9
(220,208,249)
#E6DDFB
(230,221,251)
#F0EAFD
(240,234,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C68E9 color. Also use rgb(140,104,233) instead hex code.

Text Font Color

.myTextColor { color: #8C68E9; }

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

This text font color is #8C68E9.


Background Color

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

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

This div background color is #8C68E9.


Border color

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

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

This div border color is #8C68E9.


Opacity

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

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

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

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

This text has shadow with #8C68E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C68E9 on black background.


Color preview on white background

This text has color #8C68E9 on white background.



Black color preview on #8C68E9 background

This text has black color on #8C68E9 background.


White color preview on #8C68E9 background

This text has white color on #8C68E9 background.