COLOR #8073D5

HEX: #8073D5
RGB: (128,115,213)

Color info

#8073D5 contains mainly blue color. Web safe color of #8073D5 is #6666CC (or #66C).

RGB color model

#8073D5 color RGB value is (128,115,213).

  • red value is 128;
  • green value is 115;
  • blue value is 213.
RGB:
(128,115,213)
(50%,45%,84%)

RGB channels and saturation

R 128 of 255 = 50%
G 115 of 255 = 45%
B 213 of 255 = 84%

128
115
213

R + G + B ~ 60%. #8073D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 115 + 213 = 456 (100%)
R 128 of 456 ~ 28.07%
G 115 of 456 ~ 25.22%
B 213 of 456 ~ 46.71%

%28.07
%25.22
%46.71

CMYK color model

#8073D5 color CMYK value is (40,46,0,16).

  • cyan value is 39.91%
  • magenta value is 46.01%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(40,46,0,16)
C40M46Y0K16 
(40%,46%,0%,16%)
(0.40/0.46/0.00/0.16)	

CMYK percentages

%39.91
%46.01
%0
%16.47

Codes

Color #8073D5 in popluar color models

8073D5
RGB128115213
HSL248°53.85%64.31%
HSB/HSV248°46.01%83.53%
CMYK39.91%46.01%0.00%
16.47%

Color #8073D5 in popluar number systems.

HEX8073D5
Decimal128115213
Binary10000000111001111010101
Octal200163325

Shades and tints

Shades of #8073D5

#8073D5
(128,115,213)
#7569C2
(117,105,194)
#6A5FAF
(106,95,175)
#5F559C
(95,85,156)
#544B89
(84,75,137)
#494176
(73,65,118)
#3E3763
(62,55,99)
#332D50
(51,45,80)
#28233D
(40,35,61)
#1D192A
(29,25,42)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #8073D5

#8073D5
(128,115,213)
#8B7FD8
(139,127,216)
#968BDB
(150,139,219)
#A197DE
(161,151,222)
#ACA3E1
(172,163,225)
#B7AFE4
(183,175,228)
#C2BBE7
(194,187,231)
#CDC7EA
(205,199,234)
#D8D3ED
(216,211,237)
#E3DFF0
(227,223,240)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8073D5 color. Also use rgb(128,115,213) instead hex code.

Text Font Color

.myTextColor { color: #8073D5; }

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

This text font color is #8073D5.


Background Color

.myBgColor { background-color: #8073D5; }

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

This div background color is #8073D5.


Border color

.myBorderColor { border: 1px solid #8073D5; }

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

This div border color is #8073D5.


Opacity

.myOpacity80 { color: #8073D5; opacity: 0.8; }

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

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

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

This text has shadow with #8073D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8073D5 on black background.


Color preview on white background

This text has color #8073D5 on white background.



Black color preview on #8073D5 background

This text has black color on #8073D5 background.


White color preview on #8073D5 background

This text has white color on #8073D5 background.