COLOR #8C49F4

HEX: #8C49F4
RGB: (140,73,244)

Color info

#8C49F4 contains mainly blue color. Web safe color of #8C49F4 is #9933FF (or #93F).

RGB color model

#8C49F4 color RGB value is (140,73,244).

  • red value is 140;
  • green value is 73;
  • blue value is 244.
RGB:
(140,73,244)
(55%,29%,96%)

RGB channels and saturation

R 140 of 255 = 55%
G 73 of 255 = 29%
B 244 of 255 = 96%

140
73
244

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

Portions of RGB colors in percentages

R + G + B =
140 + 73 + 244 = 457 (100%)
R 140 of 457 ~ 30.63%
G 73 of 457 ~ 15.97%
B 244 of 457 ~ 53.39%

%30.63
%15.97
%53.39

CMYK color model

#8C49F4 color CMYK value is (43,70,0,4).

  • cyan value is 42.62%
  • magenta value is 70.08%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(43,70,0,4)
C43M70Y0K4 
(43%,70%,0%,4%)
(0.43/0.70/0.00/0.04)	

CMYK percentages

%42.62
%70.08
%0
%4.31

Codes

Color #8C49F4 in popluar color models

8C49F4
RGB14073244
HSL264°88.60%62.16%
HSB/HSV264°70.08%95.69%
CMYK42.62%70.08%0.00%
4.31%

Color #8C49F4 in popluar number systems.

HEX8C49F4
Decimal14073244
Binary10001100100100111110100
Octal214111364

Shades and tints

Shades of #8C49F4

#8C49F4
(140,73,244)
#8043DE
(128,67,222)
#743DC8
(116,61,200)
#6837B2
(104,55,178)
#5C319C
(92,49,156)
#502B86
(80,43,134)
#442570
(68,37,112)
#381F5A
(56,31,90)
#2C1944
(44,25,68)
#20132E
(32,19,46)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #8C49F4

#8C49F4
(140,73,244)
#9659F5
(150,89,245)
#A069F6
(160,105,246)
#AA79F7
(170,121,247)
#B489F8
(180,137,248)
#BE99F9
(190,153,249)
#C8A9FA
(200,169,250)
#D2B9FB
(210,185,251)
#DCC9FC
(220,201,252)
#E6D9FD
(230,217,253)
#F0E9FE
(240,233,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C49F4 color. Also use rgb(140,73,244) instead hex code.

Text Font Color

.myTextColor { color: #8C49F4; }

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

This text font color is #8C49F4.


Background Color

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

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

This div background color is #8C49F4.


Border color

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

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

This div border color is #8C49F4.


Opacity

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

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

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

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

This text has shadow with #8C49F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C49F4 on black background.


Color preview on white background

This text has color #8C49F4 on white background.



Black color preview on #8C49F4 background

This text has black color on #8C49F4 background.


White color preview on #8C49F4 background

This text has white color on #8C49F4 background.