COLOR #884BFE

HEX: #884BFE
RGB: (136,75,254)

Color info

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

RGB color model

#884BFE color RGB value is (136,75,254).

  • red value is 136;
  • green value is 75;
  • blue value is 254.
RGB:
(136,75,254)
(53%,29%,100%)

RGB channels and saturation

R 136 of 255 = 53%
G 75 of 255 = 29%
B 254 of 255 = 100%

136
75
254

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

Portions of RGB colors in percentages

R + G + B =
136 + 75 + 254 = 465 (100%)
R 136 of 465 ~ 29.25%
G 75 of 465 ~ 16.13%
B 254 of 465 ~ 54.62%

%29.25
%16.13
%54.62

CMYK color model

#884BFE color CMYK value is (46,70,0,0).

  • cyan value is 46.46%
  • magenta value is 70.47%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(46,70,0,0)
C46M70Y0K0 
(46%,70%,0%,0%)
(0.46/0.70/0.00/0.00)	

CMYK percentages

%46.46
%70.47
%0
%0.39

Codes

Color #884BFE in popluar color models

884BFE
RGB13675254
HSL260°98.90%64.51%
HSB/HSV260°70.47%99.61%
CMYK46.46%70.47%0.00%
0.39%

Color #884BFE in popluar number systems.

HEX884BFE
Decimal13675254
Binary10001000100101111111110
Octal210113376

Shades and tints

Shades of #884BFE

#884BFE
(136,75,254)
#7C45E7
(124,69,231)
#703FD0
(112,63,208)
#6439B9
(100,57,185)
#5833A2
(88,51,162)
#4C2D8B
(76,45,139)
#402774
(64,39,116)
#34215D
(52,33,93)
#281B46
(40,27,70)
#1C152F
(28,21,47)
#100F18
(16,15,24)
#000000
(0,0,0)

Tints of #884BFE

#884BFE
(136,75,254)
#925BFE
(146,91,254)
#9C6BFE
(156,107,254)
#A67BFE
(166,123,254)
#B08BFE
(176,139,254)
#BA9BFE
(186,155,254)
#C4ABFE
(196,171,254)
#CEBBFE
(206,187,254)
#D8CBFE
(216,203,254)
#E2DBFE
(226,219,254)
#ECEBFE
(236,235,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884BFE color. Also use rgb(136,75,254) instead hex code.

Text Font Color

.myTextColor { color: #884BFE; }

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

This text font color is #884BFE.


Background Color

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

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

This div background color is #884BFE.


Border color

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

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

This div border color is #884BFE.


Opacity

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

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

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

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

This text has shadow with #884BFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884BFE on black background.


Color preview on white background

This text has color #884BFE on white background.



Black color preview on #884BFE background

This text has black color on #884BFE background.


White color preview on #884BFE background

This text has white color on #884BFE background.