COLOR #884EFC

HEX: #884EFC
RGB: (136,78,252)

Color info

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

RGB color model

#884EFC color RGB value is (136,78,252).

  • red value is 136;
  • green value is 78;
  • blue value is 252.
RGB:
(136,78,252)
(53%,31%,99%)

RGB channels and saturation

R 136 of 255 = 53%
G 78 of 255 = 31%
B 252 of 255 = 99%

136
78
252

R + G + B ~ 61%. #884EFC is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 78 + 252 = 466 (100%)
R 136 of 466 ~ 29.18%
G 78 of 466 ~ 16.74%
B 252 of 466 ~ 54.08%

%29.18
%16.74
%54.08

CMYK color model

#884EFC color CMYK value is (46,69,0,1).

  • cyan value is 46.03%
  • magenta value is 69.05%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(46,69,0,1)
C46M69Y0K1 
(46%,69%,0%,1%)
(0.46/0.69/0.00/0.01)	

CMYK percentages

%46.03
%69.05
%0
%1.18

Codes

Color #884EFC in popluar color models

884EFC
RGB13678252
HSL260°96.67%64.71%
HSB/HSV260°69.05%98.82%
CMYK46.03%69.05%0.00%
1.18%

Color #884EFC in popluar number systems.

HEX884EFC
Decimal13678252
Binary10001000100111011111100
Octal210116374

Shades and tints

Shades of #884EFC

#884EFC
(136,78,252)
#7C47E6
(124,71,230)
#7040D0
(112,64,208)
#6439BA
(100,57,186)
#5832A4
(88,50,164)
#4C2B8E
(76,43,142)
#402478
(64,36,120)
#341D62
(52,29,98)
#28164C
(40,22,76)
#1C0F36
(28,15,54)
#100820
(16,8,32)
#000000
(0,0,0)

Tints of #884EFC

#884EFC
(136,78,252)
#925EFC
(146,94,252)
#9C6EFC
(156,110,252)
#A67EFC
(166,126,252)
#B08EFC
(176,142,252)
#BA9EFC
(186,158,252)
#C4AEFC
(196,174,252)
#CEBEFC
(206,190,252)
#D8CEFC
(216,206,252)
#E2DEFC
(226,222,252)
#ECEEFC
(236,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884EFC color. Also use rgb(136,78,252) instead hex code.

Text Font Color

.myTextColor { color: #884EFC; }

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

This text font color is #884EFC.


Background Color

.myBgColor { background-color: #884EFC; }

<div style="background-color:#884EFC">Inner text</div>

This div background color is #884EFC.


Border color

.myBorderColor { border: 1px solid #884EFC; }

<div style="border:3px solid #884EFC">Div</div>

This div border color is #884EFC.


Opacity

.myOpacity80 { color: #884EFC; opacity: 0.8; }

<p style="color:#884EFC;opacity:0.8;">80%</p>

Text with #884EFC 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 #884EFC;}

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

This text has shadow with #884EFC color.

.textShadow {text-shadow: 3px 3px 1px #884EFC, 3px 3px 1px red;}

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

This text has shadow with #884EFC primary color and red secondary color.


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

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

This text has shadow with #884EFC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884EFC on black background.


Color preview on white background

This text has color #884EFC on white background.



Black color preview on #884EFC background

This text has black color on #884EFC background.


White color preview on #884EFC background

This text has white color on #884EFC background.