COLOR #8C00E8

HEX: #8C00E8
RGB: (140,0,232)

Color info

#8C00E8 contains mainly blue color. Web safe color of #8C00E8 is #9900FF (or #90F).

RGB color model

#8C00E8 color RGB value is (140,0,232).

  • red value is 140;
  • green value is 0;
  • blue value is 232.
RGB:
(140,0,232)
(55%,0%,91%)

RGB channels and saturation

R 140 of 255 = 55%
G 0 of 255 = 0%
B 232 of 255 = 91%

140
0
232

R + G + B ~ 49%. #8C00E8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 0 + 232 = 372 (100%)
R 140 of 372 ~ 37.63%
G 0 of 372 ~ 0%
B 232 of 372 ~ 62.37%

%37.63
%62.37

CMYK color model

#8C00E8 color CMYK value is (40,100,0,9).

  • cyan value is 39.66%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(40,100,0,9)
C40M100Y0K9 
(40%,100%,0%,9%)
(0.40/1.00/0.00/0.09)	

CMYK percentages

%39.66
%100
%0
%9.02

Codes

Color #8C00E8 in popluar color models

8C00E8
RGB1400232
HSL276°100.00%45.49%
HSB/HSV276°100.00%90.98%
CMYK39.66%100.00%0.00%
9.02%

Color #8C00E8 in popluar number systems.

HEX8C00E8
Decimal1400232
Binary10001100011101000
Octal2140350

Shades and tints

Shades of #8C00E8

#8C00E8
(140,0,232)
#8000D3
(128,0,211)
#7400BE
(116,0,190)
#6800A9
(104,0,169)
#5C0094
(92,0,148)
#50007F
(80,0,127)
#44006A
(68,0,106)
#380055
(56,0,85)
#2C0040
(44,0,64)
#20002B
(32,0,43)
#140016
(20,0,22)
#000000
(0,0,0)

Tints of #8C00E8

#8C00E8
(140,0,232)
#9617EA
(150,23,234)
#A02EEC
(160,46,236)
#AA45EE
(170,69,238)
#B45CF0
(180,92,240)
#BE73F2
(190,115,242)
#C88AF4
(200,138,244)
#D2A1F6
(210,161,246)
#DCB8F8
(220,184,248)
#E6CFFA
(230,207,250)
#F0E6FC
(240,230,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C00E8 color. Also use rgb(140,0,232) instead hex code.

Text Font Color

.myTextColor { color: #8C00E8; }

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

This text font color is #8C00E8.


Background Color

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

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

This div background color is #8C00E8.


Border color

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

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

This div border color is #8C00E8.


Opacity

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

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

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

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

This text has shadow with #8C00E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C00E8 on black background.


Color preview on white background

This text has color #8C00E8 on white background.



Black color preview on #8C00E8 background

This text has black color on #8C00E8 background.


White color preview on #8C00E8 background

This text has white color on #8C00E8 background.