COLOR #780CD8

HEX: #780CD8
RGB: (120,12,216)

Color info

#780CD8 contains mainly blue color. Web safe color of #780CD8 is #6600CC (or #60C).

RGB color model

#780CD8 color RGB value is (120,12,216).

  • red value is 120;
  • green value is 12;
  • blue value is 216.
RGB:
(120,12,216)
(47%,5%,85%)

RGB channels and saturation

R 120 of 255 = 47%
G 12 of 255 = 5%
B 216 of 255 = 85%

120
12
216

R + G + B ~ 46%. #780CD8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 12 + 216 = 348 (100%)
R 120 of 348 ~ 34.48%
G 12 of 348 ~ 3.45%
B 216 of 348 ~ 62.07%

%34.48
%62.07

CMYK color model

#780CD8 color CMYK value is (44,94,0,15).

  • cyan value is 44.44%
  • magenta value is 94.44%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(44,94,0,15)
C44M94Y0K15 
(44%,94%,0%,15%)
(0.44/0.94/0.00/0.15)	

CMYK percentages

%44.44
%94.44
%0
%15.29

Codes

Color #780CD8 in popluar color models

780CD8
RGB12012216
HSL272°89.47%44.71%
HSB/HSV272°94.44%84.71%
CMYK44.44%94.44%0.00%
15.29%

Color #780CD8 in popluar number systems.

HEX780CD8
Decimal12012216
Binary1111000110011011000
Octal17014330

Shades and tints

Shades of #780CD8

#780CD8
(120,12,216)
#6E0BC5
(110,11,197)
#640AB2
(100,10,178)
#5A099F
(90,9,159)
#50088C
(80,8,140)
#460779
(70,7,121)
#3C0666
(60,6,102)
#320553
(50,5,83)
#280440
(40,4,64)
#1E032D
(30,3,45)
#14021A
(20,2,26)
#000000
(0,0,0)

Tints of #780CD8

#780CD8
(120,12,216)
#8422DB
(132,34,219)
#9038DE
(144,56,222)
#9C4EE1
(156,78,225)
#A864E4
(168,100,228)
#B47AE7
(180,122,231)
#C090EA
(192,144,234)
#CCA6ED
(204,166,237)
#D8BCF0
(216,188,240)
#E4D2F3
(228,210,243)
#F0E8F6
(240,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #780CD8 color. Also use rgb(120,12,216) instead hex code.

Text Font Color

.myTextColor { color: #780CD8; }

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

This text font color is #780CD8.


Background Color

.myBgColor { background-color: #780CD8; }

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

This div background color is #780CD8.


Border color

.myBorderColor { border: 1px solid #780CD8; }

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

This div border color is #780CD8.


Opacity

.myOpacity80 { color: #780CD8; opacity: 0.8; }

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

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

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

This text has shadow with #780CD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #780CD8 on black background.


Color preview on white background

This text has color #780CD8 on white background.



Black color preview on #780CD8 background

This text has black color on #780CD8 background.


White color preview on #780CD8 background

This text has white color on #780CD8 background.