COLOR #882774

HEX: #882774
RGB: (136,39,116)

Color info

#882774 contains mainly red and blue colors. Web safe color of #882774 is #993366 (or #936).

RGB color model

#882774 color RGB value is (136,39,116).

  • red value is 136;
  • green value is 39;
  • blue value is 116.
RGB:
(136,39,116)
(53%,15%,45%)

RGB channels and saturation

R 136 of 255 = 53%
G 39 of 255 = 15%
B 116 of 255 = 45%

136
39
116

R + G + B ~ 38%. #882774 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
136 + 39 + 116 = 291 (100%)
R 136 of 291 ~ 46.74%
G 39 of 291 ~ 13.4%
B 116 of 291 ~ 39.86%

%46.74
%13.4
%39.86

CMYK color model

#882774 color CMYK value is (0,71,15,47).

  • cyan value is 0.00%
  • magenta value is 71.32%
  • yellow value is 14.71%
  • key color value is 46.67%
CMYK:
(0,71,15,47)
C0M71Y15K47 
(0%,71%,15%,47%)
(0.00/0.71/0.15/0.47)	

CMYK percentages

%0
%71.32
%14.71
%46.67

Codes

Color #882774 in popluar color models

882774
RGB13639116
HSL312°55.43%34.31%
HSB/HSV312°71.32%53.33%
CMYK0.00%71.32%14.71%
46.67%

Color #882774 in popluar number systems.

HEX882774
Decimal13639116
Binary100010001001111110100
Octal21047164

Shades and tints

Shades of #882774

#882774
(136,39,116)
#7C246A
(124,36,106)
#702160
(112,33,96)
#641E56
(100,30,86)
#581B4C
(88,27,76)
#4C1842
(76,24,66)
#401538
(64,21,56)
#34122E
(52,18,46)
#280F24
(40,15,36)
#1C0C1A
(28,12,26)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #882774

#882774
(136,39,116)
#923A80
(146,58,128)
#9C4D8C
(156,77,140)
#A66098
(166,96,152)
#B073A4
(176,115,164)
#BA86B0
(186,134,176)
#C499BC
(196,153,188)
#CEACC8
(206,172,200)
#D8BFD4
(216,191,212)
#E2D2E0
(226,210,224)
#ECE5EC
(236,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #882774 color. Also use rgb(136,39,116) instead hex code.

Text Font Color

.myTextColor { color: #882774; }

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

This text font color is #882774.


Background Color

.myBgColor { background-color: #882774; }

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

This div background color is #882774.


Border color

.myBorderColor { border: 1px solid #882774; }

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

This div border color is #882774.


Opacity

.myOpacity80 { color: #882774; opacity: 0.8; }

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

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

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

This text has shadow with #882774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #882774 on black background.


Color preview on white background

This text has color #882774 on white background.



Black color preview on #882774 background

This text has black color on #882774 background.


White color preview on #882774 background

This text has white color on #882774 background.