COLOR #884380

HEX: #884380
RGB: (136,67,128)

Color info

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

RGB color model

#884380 color RGB value is (136,67,128).

  • red value is 136;
  • green value is 67;
  • blue value is 128.
RGB:
(136,67,128)
(53%,26%,50%)

RGB channels and saturation

R 136 of 255 = 53%
G 67 of 255 = 26%
B 128 of 255 = 50%

136
67
128

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

Portions of RGB colors in percentages

R + G + B =
136 + 67 + 128 = 331 (100%)
R 136 of 331 ~ 41.09%
G 67 of 331 ~ 20.24%
B 128 of 331 ~ 38.67%

%41.09
%20.24
%38.67

CMYK color model

#884380 color CMYK value is (0,51,6,47).

  • cyan value is 0.00%
  • magenta value is 50.74%
  • yellow value is 5.88%
  • key color value is 46.67%
CMYK:
(0,51,6,47)
C0M51Y6K47 
(0%,51%,6%,47%)
(0.00/0.51/0.06/0.47)	

CMYK percentages

%0
%50.74
%5.88
%46.67

Codes

Color #884380 in popluar color models

884380
RGB13667128
HSL307°33.99%39.80%
HSB/HSV307°50.74%53.33%
CMYK0.00%50.74%5.88%
46.67%

Color #884380 in popluar number systems.

HEX884380
Decimal13667128
Binary10001000100001110000000
Octal210103200

Shades and tints

Shades of #884380

#884380
(136,67,128)
#7C3D75
(124,61,117)
#70376A
(112,55,106)
#64315F
(100,49,95)
#582B54
(88,43,84)
#4C2549
(76,37,73)
#401F3E
(64,31,62)
#341933
(52,25,51)
#281328
(40,19,40)
#1C0D1D
(28,13,29)
#100712
(16,7,18)
#000000
(0,0,0)

Tints of #884380

#884380
(136,67,128)
#92548B
(146,84,139)
#9C6596
(156,101,150)
#A676A1
(166,118,161)
#B087AC
(176,135,172)
#BA98B7
(186,152,183)
#C4A9C2
(196,169,194)
#CEBACD
(206,186,205)
#D8CBD8
(216,203,216)
#E2DCE3
(226,220,227)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #884380 color. Also use rgb(136,67,128) instead hex code.

Text Font Color

.myTextColor { color: #884380; }

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

This text font color is #884380.


Background Color

.myBgColor { background-color: #884380; }

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

This div background color is #884380.


Border color

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

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

This div border color is #884380.


Opacity

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

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

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

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

This text has shadow with #884380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884380 on black background.


Color preview on white background

This text has color #884380 on white background.



Black color preview on #884380 background

This text has black color on #884380 background.


White color preview on #884380 background

This text has white color on #884380 background.