COLOR #882BFF

HEX: #882BFF
RGB: (136,43,255)

Color info

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

RGB color model

#882BFF color RGB value is (136,43,255).

  • red value is 136;
  • green value is 43;
  • blue value is 255.
RGB:
(136,43,255)
(53%,17%,100%)

RGB channels and saturation

R 136 of 255 = 53%
G 43 of 255 = 17%
B 255 of 255 = 100%

136
43
255

R + G + B ~ 57%. #882BFF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 43 + 255 = 434 (100%)
R 136 of 434 ~ 31.34%
G 43 of 434 ~ 9.91%
B 255 of 434 ~ 58.76%

%31.34
%9.91
%58.76

CMYK color model

#882BFF color CMYK value is (47,83,0,0).

  • cyan value is 46.67%
  • magenta value is 83.14%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(47,83,0,0)
C47M83Y0K0 
(47%,83%,0%,0%)
(0.47/0.83/0.00/0.00)	

CMYK percentages

%46.67
%83.14
%0
%0

Codes

Color #882BFF in popluar color models

882BFF
RGB13643255
HSL266°100.00%58.43%
HSB/HSV266°83.14%100.00%
CMYK46.67%83.14%0.00%
0.00%

Color #882BFF in popluar number systems.

HEX882BFF
Decimal13643255
Binary1000100010101111111111
Octal21053377

Shades and tints

Shades of #882BFF

#882BFF
(136,43,255)
#7C28E8
(124,40,232)
#7025D1
(112,37,209)
#6422BA
(100,34,186)
#581FA3
(88,31,163)
#4C1C8C
(76,28,140)
#401975
(64,25,117)
#34165E
(52,22,94)
#281347
(40,19,71)
#1C1030
(28,16,48)
#100D19
(16,13,25)
#000000
(0,0,0)

Tints of #882BFF

#882BFF
(136,43,255)
#923EFF
(146,62,255)
#9C51FF
(156,81,255)
#A664FF
(166,100,255)
#B077FF
(176,119,255)
#BA8AFF
(186,138,255)
#C49DFF
(196,157,255)
#CEB0FF
(206,176,255)
#D8C3FF
(216,195,255)
#E2D6FF
(226,214,255)
#ECE9FF
(236,233,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882BFF color. Also use rgb(136,43,255) instead hex code.

Text Font Color

.myTextColor { color: #882BFF; }

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

This text font color is #882BFF.


Background Color

.myBgColor { background-color: #882BFF; }

<div style="background-color:#882BFF">Inner text</div>

This div background color is #882BFF.


Border color

.myBorderColor { border: 1px solid #882BFF; }

<div style="border:3px solid #882BFF">Div</div>

This div border color is #882BFF.


Opacity

.myOpacity80 { color: #882BFF; opacity: 0.8; }

<p style="color:#882BFF;opacity:0.8;">80%</p>

Text with #882BFF 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 #882BFF;}

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

This text has shadow with #882BFF color.

.textShadow {text-shadow: 3px 3px 1px #882BFF, 3px 3px 1px red;}

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

This text has shadow with #882BFF primary color and red secondary color.


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

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

This text has shadow with #882BFF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882BFF on black background.


Color preview on white background

This text has color #882BFF on white background.



Black color preview on #882BFF background

This text has black color on #882BFF background.


White color preview on #882BFF background

This text has white color on #882BFF background.