COLOR #884980

HEX: #884980
RGB: (136,73,128)

Renk bilgisi

#884980 contains mainly red and blue colors. #884980 ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#884980 color RGB value is (136,73,128).

  • kırmız ton 136;
  • yeşil ton 73;
  • mavi ton 128.
RGB:
(136,73,128)
(53%,29%,50%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 73 of 255 = 29%
B 128 of 255 = 50%

136
73
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 73 + 128 = 337 (100%)
R 136 of 337 ~ 40.36%
G 73 of 337 ~ 21.66%
B 128 of 337 ~ 37.98%

%40.36
%21.66
%37.98

CMYK RENK MODELİ

#884980 rengi CMYK tonu (0,46,6,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.32%
  • sarı tonu 5.88%
  • ana renk tonu 46.67%
CMYK:
(0,46,6,47)
C0M46Y6K47 
(0%,46%,6%,47%)
(0.00/0.46/0.06/0.47)	

CMYK yüzdeleri

%0
%46.32
%5.88
%46.67

Codes

Color #884980 in popluar color models

884980
RGB13673128
HSL308°30.14%40.98%
HSB/HSV308°46.32%53.33%
CMYK0.00%46.32%5.88%
46.67%

Color #884980 in popluar number systems.

HEX884980
Decimal13673128
Binary10001000100100110000000
Octal210111200

Shades and tints

Shades of #884980

#884980
(136,73,128)
#7C4375
(124,67,117)
#703D6A
(112,61,106)
#64375F
(100,55,95)
#583154
(88,49,84)
#4C2B49
(76,43,73)
#40253E
(64,37,62)
#341F33
(52,31,51)
#281928
(40,25,40)
#1C131D
(28,19,29)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #884980

#884980
(136,73,128)
#92598B
(146,89,139)
#9C6996
(156,105,150)
#A679A1
(166,121,161)
#B089AC
(176,137,172)
#BA99B7
(186,153,183)
#C4A9C2
(196,169,194)
#CEB9CD
(206,185,205)
#D8C9D8
(216,201,216)
#E2D9E3
(226,217,227)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #884980; }

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

This text font color is #884980.


Background Color

.myBgColor { background-color: #884980; }

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

This div background color is #884980.


Border color

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

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

This div border color is #884980.


Opacity

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

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

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

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

This text has shadow with #884980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #884980 on black background.


Color preview on white background

This text has color #884980 on white background.



Black color preview on #884980 background

This text has black color on #884980 background.


White color preview on #884980 background

This text has white color on #884980 background.