COLOR #7807E0

HEX: #7807E0
RGB: (120,7,224)

Color info

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

RGB color model

#7807E0 color RGB value is (120,7,224).

  • red value is 120;
  • green value is 7;
  • blue value is 224.
RGB:
(120,7,224)
(47%,3%,88%)

RGB channels and saturation

R 120 of 255 = 47%
G 7 of 255 = 3%
B 224 of 255 = 88%

120
7
224

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

Portions of RGB colors in percentages

R + G + B =
120 + 7 + 224 = 351 (100%)
R 120 of 351 ~ 34.19%
G 7 of 351 ~ 1.99%
B 224 of 351 ~ 63.82%

%34.19
%63.82

CMYK color model

#7807E0 color CMYK value is (46,97,0,12).

  • cyan value is 46.43%
  • magenta value is 96.88%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(46,97,0,12)
C46M97Y0K12 
(46%,97%,0%,12%)
(0.46/0.97/0.00/0.12)	

CMYK percentages

%46.43
%96.88
%0
%12.16

Codes

Color #7807E0 in popluar color models

7807E0
RGB1207224
HSL271°93.94%45.29%
HSB/HSV271°96.88%87.84%
CMYK46.43%96.88%0.00%
12.16%

Color #7807E0 in popluar number systems.

HEX7807E0
Decimal1207224
Binary111100011111100000
Octal1707340

Shades and tints

Shades of #7807E0

#7807E0
(120,7,224)
#6E07CC
(110,7,204)
#6407B8
(100,7,184)
#5A07A4
(90,7,164)
#500790
(80,7,144)
#46077C
(70,7,124)
#3C0768
(60,7,104)
#320754
(50,7,84)
#280740
(40,7,64)
#1E072C
(30,7,44)
#140718
(20,7,24)
#000000
(0,0,0)

Tints of #7807E0

#7807E0
(120,7,224)
#841DE2
(132,29,226)
#9033E4
(144,51,228)
#9C49E6
(156,73,230)
#A85FE8
(168,95,232)
#B475EA
(180,117,234)
#C08BEC
(192,139,236)
#CCA1EE
(204,161,238)
#D8B7F0
(216,183,240)
#E4CDF2
(228,205,242)
#F0E3F4
(240,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7807E0 color. Also use rgb(120,7,224) instead hex code.

Text Font Color

.myTextColor { color: #7807E0; }

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

This text font color is #7807E0.


Background Color

.myBgColor { background-color: #7807E0; }

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

This div background color is #7807E0.


Border color

.myBorderColor { border: 1px solid #7807E0; }

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

This div border color is #7807E0.


Opacity

.myOpacity80 { color: #7807E0; opacity: 0.8; }

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

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

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

This text has shadow with #7807E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7807E0 on black background.


Color preview on white background

This text has color #7807E0 on white background.



Black color preview on #7807E0 background

This text has black color on #7807E0 background.


White color preview on #7807E0 background

This text has white color on #7807E0 background.