COLOR #782E80

HEX: #782E80
RGB: (120,46,128)

Color info

#782E80 contains mainly red and blue colors. Web safe color of #782E80 is #663366 (or #636).

RGB color model

#782E80 color RGB value is (120,46,128).

  • red value is 120;
  • green value is 46;
  • blue value is 128.
RGB:
(120,46,128)
(47%,18%,50%)

RGB channels and saturation

R 120 of 255 = 47%
G 46 of 255 = 18%
B 128 of 255 = 50%

120
46
128

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

Portions of RGB colors in percentages

R + G + B =
120 + 46 + 128 = 294 (100%)
R 120 of 294 ~ 40.82%
G 46 of 294 ~ 15.65%
B 128 of 294 ~ 43.54%

%40.82
%15.65
%43.54

CMYK color model

#782E80 color CMYK value is (6,64,0,50).

  • cyan value is 6.25%
  • magenta value is 64.06%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(6,64,0,50)
C6M64Y0K50 
(6%,64%,0%,50%)
(0.06/0.64/0.00/0.50)	

CMYK percentages

%6.25
%64.06
%0
%49.8

Codes

Color #782E80 in popluar color models

782E80
RGB12046128
HSL294°47.13%34.12%
HSB/HSV294°64.06%50.20%
CMYK6.25%64.06%0.00%
49.80%

Color #782E80 in popluar number systems.

HEX782E80
Decimal12046128
Binary111100010111010000000
Octal17056200

Shades and tints

Shades of #782E80

#782E80
(120,46,128)
#6E2A75
(110,42,117)
#64266A
(100,38,106)
#5A225F
(90,34,95)
#501E54
(80,30,84)
#461A49
(70,26,73)
#3C163E
(60,22,62)
#321233
(50,18,51)
#280E28
(40,14,40)
#1E0A1D
(30,10,29)
#140612
(20,6,18)
#000000
(0,0,0)

Tints of #782E80

#782E80
(120,46,128)
#84418B
(132,65,139)
#905496
(144,84,150)
#9C67A1
(156,103,161)
#A87AAC
(168,122,172)
#B48DB7
(180,141,183)
#C0A0C2
(192,160,194)
#CCB3CD
(204,179,205)
#D8C6D8
(216,198,216)
#E4D9E3
(228,217,227)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #782E80 color. Also use rgb(120,46,128) instead hex code.

Text Font Color

.myTextColor { color: #782E80; }

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

This text font color is #782E80.


Background Color

.myBgColor { background-color: #782E80; }

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

This div background color is #782E80.


Border color

.myBorderColor { border: 1px solid #782E80; }

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

This div border color is #782E80.


Opacity

.myOpacity80 { color: #782E80; opacity: 0.8; }

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

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

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

This text has shadow with #782E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782E80 on black background.


Color preview on white background

This text has color #782E80 on white background.



Black color preview on #782E80 background

This text has black color on #782E80 background.


White color preview on #782E80 background

This text has white color on #782E80 background.