COLOR #8C34E1

HEX: #8C34E1
RGB: (140,52,225)

Color info

#8C34E1 contains mainly blue color. Web safe color of #8C34E1 is #9933CC (or #93C).

RGB color model

#8C34E1 color RGB value is (140,52,225).

  • red value is 140;
  • green value is 52;
  • blue value is 225.
RGB:
(140,52,225)
(55%,20%,88%)

RGB channels and saturation

R 140 of 255 = 55%
G 52 of 255 = 20%
B 225 of 255 = 88%

140
52
225

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

Portions of RGB colors in percentages

R + G + B =
140 + 52 + 225 = 417 (100%)
R 140 of 417 ~ 33.57%
G 52 of 417 ~ 12.47%
B 225 of 417 ~ 53.96%

%33.57
%12.47
%53.96

CMYK color model

#8C34E1 color CMYK value is (38,77,0,12).

  • cyan value is 37.78%
  • magenta value is 76.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(38,77,0,12)
C38M77Y0K12 
(38%,77%,0%,12%)
(0.38/0.77/0.00/0.12)	

CMYK percentages

%37.78
%76.89
%0
%11.76

Codes

Color #8C34E1 in popluar color models

8C34E1
RGB14052225
HSL271°74.25%54.31%
HSB/HSV271°76.89%88.24%
CMYK37.78%76.89%0.00%
11.76%

Color #8C34E1 in popluar number systems.

HEX8C34E1
Decimal14052225
Binary1000110011010011100001
Octal21464341

Shades and tints

Shades of #8C34E1

#8C34E1
(140,52,225)
#8030CD
(128,48,205)
#742CB9
(116,44,185)
#6828A5
(104,40,165)
#5C2491
(92,36,145)
#50207D
(80,32,125)
#441C69
(68,28,105)
#381855
(56,24,85)
#2C1441
(44,20,65)
#20102D
(32,16,45)
#140C19
(20,12,25)
#000000
(0,0,0)

Tints of #8C34E1

#8C34E1
(140,52,225)
#9646E3
(150,70,227)
#A058E5
(160,88,229)
#AA6AE7
(170,106,231)
#B47CE9
(180,124,233)
#BE8EEB
(190,142,235)
#C8A0ED
(200,160,237)
#D2B2EF
(210,178,239)
#DCC4F1
(220,196,241)
#E6D6F3
(230,214,243)
#F0E8F5
(240,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C34E1 color. Also use rgb(140,52,225) instead hex code.

Text Font Color

.myTextColor { color: #8C34E1; }

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

This text font color is #8C34E1.


Background Color

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

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

This div background color is #8C34E1.


Border color

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

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

This div border color is #8C34E1.


Opacity

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

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

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

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

This text has shadow with #8C34E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C34E1 on black background.


Color preview on white background

This text has color #8C34E1 on white background.



Black color preview on #8C34E1 background

This text has black color on #8C34E1 background.


White color preview on #8C34E1 background

This text has white color on #8C34E1 background.