COLOR #805080

HEX: #805080
RGB: (128,80,128)

Renk bilgisi

#805080 contains red, green and blue colors in about the same proportion. #805080 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#805080 color RGB value is (128,80,128).

  • kırmız ton 128;
  • yeşil ton 80;
  • mavi ton 128.
RGB:
(128,80,128)
(50%,31%,50%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 80 of 255 = 31%
B 128 of 255 = 50%

128
80
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 80 + 128 = 336 (100%)
R 128 of 336 ~ 38.1%
G 80 of 336 ~ 23.81%
B 128 of 336 ~ 38.1%

%38.1
%23.81
%38.1

CMYK RENK MODELİ

#805080 rengi CMYK tonu (0,38,0,50).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.50%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(0,38,0,50)
C0M38Y0K50 
(0%,38%,0%,50%)
(0.00/0.38/0.00/0.50)	

CMYK yüzdeleri

%0
%37.5
%0
%49.8

Codes

Color #805080 in popluar color models

805080
RGB12880128
HSL300°23.08%40.78%
HSB/HSV300°37.50%50.20%
CMYK0.00%37.50%0.00%
49.80%

Color #805080 in popluar number systems.

HEX805080
Decimal12880128
Binary10000000101000010000000
Octal200120200

Shades and tints

Shades of #805080

#805080
(128,80,128)
#754975
(117,73,117)
#6A426A
(106,66,106)
#5F3B5F
(95,59,95)
#543454
(84,52,84)
#492D49
(73,45,73)
#3E263E
(62,38,62)
#331F33
(51,31,51)
#281828
(40,24,40)
#1D111D
(29,17,29)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #805080

#805080
(128,80,128)
#8B5F8B
(139,95,139)
#966E96
(150,110,150)
#A17DA1
(161,125,161)
#AC8CAC
(172,140,172)
#B79BB7
(183,155,183)
#C2AAC2
(194,170,194)
#CDB9CD
(205,185,205)
#D8C8D8
(216,200,216)
#E3D7E3
(227,215,227)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #805080; }

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

This text font color is #805080.


Background Color

.myBgColor { background-color: #805080; }

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

This div background color is #805080.


Border color

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

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

This div border color is #805080.


Opacity

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

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

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

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

This text has shadow with #805080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #805080 on black background.


Color preview on white background

This text has color #805080 on white background.



Black color preview on #805080 background

This text has black color on #805080 background.


White color preview on #805080 background

This text has white color on #805080 background.