COLOR #883EEE

HEX: #883EEE
RGB: (136,62,238)

Color info

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

RGB color model

#883EEE color RGB value is (136,62,238).

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

RGB channels and saturation

R 136 of 255 = 53%
G 62 of 255 = 24%
B 238 of 255 = 93%

136
62
238

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

Portions of RGB colors in percentages

R + G + B =
136 + 62 + 238 = 436 (100%)
R 136 of 436 ~ 31.19%
G 62 of 436 ~ 14.22%
B 238 of 436 ~ 54.59%

%31.19
%14.22
%54.59

CMYK color model

#883EEE color CMYK value is (43,74,0,7).

  • cyan value is 42.86%
  • magenta value is 73.95%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(43,74,0,7)
C43M74Y0K7 
(43%,74%,0%,7%)
(0.43/0.74/0.00/0.07)	

CMYK percentages

%42.86
%73.95
%0
%6.67

Codes

Color #883EEE in popluar color models

883EEE
RGB13662238
HSL265°83.81%58.82%
HSB/HSV265°73.95%93.33%
CMYK42.86%73.95%0.00%
6.67%

Color #883EEE in popluar number systems.

HEX883EEE
Decimal13662238
Binary1000100011111011101110
Octal21076356

Shades and tints

Shades of #883EEE

#883EEE
(136,62,238)
#7C39D9
(124,57,217)
#7034C4
(112,52,196)
#642FAF
(100,47,175)
#582A9A
(88,42,154)
#4C2585
(76,37,133)
#402070
(64,32,112)
#341B5B
(52,27,91)
#281646
(40,22,70)
#1C1131
(28,17,49)
#100C1C
(16,12,28)
#000000
(0,0,0)

Tints of #883EEE

#883EEE
(136,62,238)
#924FEF
(146,79,239)
#9C60F0
(156,96,240)
#A671F1
(166,113,241)
#B082F2
(176,130,242)
#BA93F3
(186,147,243)
#C4A4F4
(196,164,244)
#CEB5F5
(206,181,245)
#D8C6F6
(216,198,246)
#E2D7F7
(226,215,247)
#ECE8F8
(236,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #883EEE; }

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

This text font color is #883EEE.


Background Color

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

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

This div background color is #883EEE.


Border color

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

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

This div border color is #883EEE.


Opacity

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

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

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

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

This text has shadow with #883EEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883EEE on black background.


Color preview on white background

This text has color #883EEE on white background.



Black color preview on #883EEE background

This text has black color on #883EEE background.


White color preview on #883EEE background

This text has white color on #883EEE background.