COLOR #884882

HEX: #884882
RGB: (136,72,130)

Color info

#884882 contains mainly red and blue colors. Web safe color of #884882 is #993399 (or #939).

RGB color model

#884882 color RGB value is (136,72,130).

  • red value is 136;
  • green value is 72;
  • blue value is 130.
RGB:
(136,72,130)
(53%,28%,51%)

RGB channels and saturation

R 136 of 255 = 53%
G 72 of 255 = 28%
B 130 of 255 = 51%

136
72
130

R + G + B ~ 44%. #884882 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 72 + 130 = 338 (100%)
R 136 of 338 ~ 40.24%
G 72 of 338 ~ 21.3%
B 130 of 338 ~ 38.46%

%40.24
%21.3
%38.46

CMYK color model

#884882 color CMYK value is (0,47,4,47).

  • cyan value is 0.00%
  • magenta value is 47.06%
  • yellow value is 4.41%
  • key color value is 46.67%
CMYK:
(0,47,4,47)
C0M47Y4K47 
(0%,47%,4%,47%)
(0.00/0.47/0.04/0.47)	

CMYK percentages

%0
%47.06
%4.41
%46.67

Codes

Color #884882 in popluar color models

884882
RGB13672130
HSL306°30.77%40.78%
HSB/HSV306°47.06%53.33%
CMYK0.00%47.06%4.41%
46.67%

Color #884882 in popluar number systems.

HEX884882
Decimal13672130
Binary10001000100100010000010
Octal210110202

Shades and tints

Shades of #884882

#884882
(136,72,130)
#7C4277
(124,66,119)
#703C6C
(112,60,108)
#643661
(100,54,97)
#583056
(88,48,86)
#4C2A4B
(76,42,75)
#402440
(64,36,64)
#341E35
(52,30,53)
#28182A
(40,24,42)
#1C121F
(28,18,31)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #884882

#884882
(136,72,130)
#92588D
(146,88,141)
#9C6898
(156,104,152)
#A678A3
(166,120,163)
#B088AE
(176,136,174)
#BA98B9
(186,152,185)
#C4A8C4
(196,168,196)
#CEB8CF
(206,184,207)
#D8C8DA
(216,200,218)
#E2D8E5
(226,216,229)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884882 color. Also use rgb(136,72,130) instead hex code.

Text Font Color

.myTextColor { color: #884882; }

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

This text font color is #884882.


Background Color

.myBgColor { background-color: #884882; }

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

This div background color is #884882.


Border color

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

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

This div border color is #884882.


Opacity

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

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

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

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

This text has shadow with #884882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884882 on black background.


Color preview on white background

This text has color #884882 on white background.



Black color preview on #884882 background

This text has black color on #884882 background.


White color preview on #884882 background

This text has white color on #884882 background.