COLOR #8072FA

HEX: #8072FA
RGB: (128,114,250)

Color info

#8072FA contains mainly blue color. Web safe color of #8072FA is #6666FF (or #66F).

RGB color model

#8072FA color RGB value is (128,114,250).

  • red value is 128;
  • green value is 114;
  • blue value is 250.
RGB:
(128,114,250)
(50%,45%,98%)

RGB channels and saturation

R 128 of 255 = 50%
G 114 of 255 = 45%
B 250 of 255 = 98%

128
114
250

R + G + B ~ 64%. #8072FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 114 + 250 = 492 (100%)
R 128 of 492 ~ 26.02%
G 114 of 492 ~ 23.17%
B 250 of 492 ~ 50.81%

%26.02
%23.17
%50.81

CMYK color model

#8072FA color CMYK value is (49,54,0,2).

  • cyan value is 48.80%
  • magenta value is 54.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(49,54,0,2)
C49M54Y0K2 
(49%,54%,0%,2%)
(0.49/0.54/0.00/0.02)	

CMYK percentages

%48.8
%54.4
%0
%1.96

Codes

Color #8072FA in popluar color models

8072FA
RGB128114250
HSL246°93.15%71.37%
HSB/HSV246°54.40%98.04%
CMYK48.80%54.40%0.00%
1.96%

Color #8072FA in popluar number systems.

HEX8072FA
Decimal128114250
Binary10000000111001011111010
Octal200162372

Shades and tints

Shades of #8072FA

#8072FA
(128,114,250)
#7568E4
(117,104,228)
#6A5ECE
(106,94,206)
#5F54B8
(95,84,184)
#544AA2
(84,74,162)
#49408C
(73,64,140)
#3E3676
(62,54,118)
#332C60
(51,44,96)
#28224A
(40,34,74)
#1D1834
(29,24,52)
#120E1E
(18,14,30)
#000000
(0,0,0)

Tints of #8072FA

#8072FA
(128,114,250)
#8B7EFA
(139,126,250)
#968AFA
(150,138,250)
#A196FA
(161,150,250)
#ACA2FA
(172,162,250)
#B7AEFA
(183,174,250)
#C2BAFA
(194,186,250)
#CDC6FA
(205,198,250)
#D8D2FA
(216,210,250)
#E3DEFA
(227,222,250)
#EEEAFA
(238,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8072FA color. Also use rgb(128,114,250) instead hex code.

Text Font Color

.myTextColor { color: #8072FA; }

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

This text font color is #8072FA.


Background Color

.myBgColor { background-color: #8072FA; }

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

This div background color is #8072FA.


Border color

.myBorderColor { border: 1px solid #8072FA; }

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

This div border color is #8072FA.


Opacity

.myOpacity80 { color: #8072FA; opacity: 0.8; }

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

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

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

This text has shadow with #8072FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8072FA on black background.


Color preview on white background

This text has color #8072FA on white background.



Black color preview on #8072FA background

This text has black color on #8072FA background.


White color preview on #8072FA background

This text has white color on #8072FA background.