COLOR #883EC7

HEX: #883EC7
RGB: (136,62,199)

Color info

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

RGB color model

#883EC7 color RGB value is (136,62,199).

  • red value is 136;
  • green value is 62;
  • blue value is 199.
RGB:
(136,62,199)
(53%,24%,78%)

RGB channels and saturation

R 136 of 255 = 53%
G 62 of 255 = 24%
B 199 of 255 = 78%

136
62
199

R + G + B ~ 52%. #883EC7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 62 + 199 = 397 (100%)
R 136 of 397 ~ 34.26%
G 62 of 397 ~ 15.62%
B 199 of 397 ~ 50.13%

%34.26
%15.62
%50.13

CMYK color model

#883EC7 color CMYK value is (32,69,0,22).

  • cyan value is 31.66%
  • magenta value is 68.84%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(32,69,0,22)
C32M69Y0K22 
(32%,69%,0%,22%)
(0.32/0.69/0.00/0.22)	

CMYK percentages

%31.66
%68.84
%0
%21.96

Codes

Color #883EC7 in popluar color models

883EC7
RGB13662199
HSL272°55.02%51.18%
HSB/HSV272°68.84%78.04%
CMYK31.66%68.84%0.00%
21.96%

Color #883EC7 in popluar number systems.

HEX883EC7
Decimal13662199
Binary1000100011111011000111
Octal21076307

Shades and tints

Shades of #883EC7

#883EC7
(136,62,199)
#7C39B5
(124,57,181)
#7034A3
(112,52,163)
#642F91
(100,47,145)
#582A7F
(88,42,127)
#4C256D
(76,37,109)
#40205B
(64,32,91)
#341B49
(52,27,73)
#281637
(40,22,55)
#1C1125
(28,17,37)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #883EC7

#883EC7
(136,62,199)
#924FCC
(146,79,204)
#9C60D1
(156,96,209)
#A671D6
(166,113,214)
#B082DB
(176,130,219)
#BA93E0
(186,147,224)
#C4A4E5
(196,164,229)
#CEB5EA
(206,181,234)
#D8C6EF
(216,198,239)
#E2D7F4
(226,215,244)
#ECE8F9
(236,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883EC7 color. Also use rgb(136,62,199) instead hex code.

Text Font Color

.myTextColor { color: #883EC7; }

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

This text font color is #883EC7.


Background Color

.myBgColor { background-color: #883EC7; }

<div style="background-color:#883EC7">Inner text</div>

This div background color is #883EC7.


Border color

.myBorderColor { border: 1px solid #883EC7; }

<div style="border:3px solid #883EC7">Div</div>

This div border color is #883EC7.


Opacity

.myOpacity80 { color: #883EC7; opacity: 0.8; }

<p style="color:#883EC7;opacity:0.8;">80%</p>

Text with #883EC7 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 #883EC7;}

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

This text has shadow with #883EC7 color.

.textShadow {text-shadow: 3px 3px 1px #883EC7, 3px 3px 1px red;}

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

This text has shadow with #883EC7 primary color and red secondary color.


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

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

This text has shadow with #883EC7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883EC7 on black background.


Color preview on white background

This text has color #883EC7 on white background.



Black color preview on #883EC7 background

This text has black color on #883EC7 background.


White color preview on #883EC7 background

This text has white color on #883EC7 background.