COLOR #8059E7

HEX: #8059E7 RGB: (128,89,231)

Color info

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

RGB color model

#8059E7 color RGB value is (128,89,231).

RGB: (128,89,231) (50%, 35%, 91%)

RGB channels and saturation

R 128 of 255 = 50%
G 89 of 255 = 35%
B 231 of 255 = 91%

128
89
231

R + G + B ~ 59%. #8059E7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 89 + 231 = 448 (100%)
R 128 of 448 ~ 28.57%
G 89 of 448 ~ 19.87%
B 231 of 448 ~ 51.56'%

%28.57
%19.87
%51.56

CMYK color model

#8059E7 color CMYK value is (45,61,0,9).

  • cyan value is 44.59%
  • magenta value is 61.47%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (45,61,0,9)
C45M61Y0K9 (45%, 61%, 0%, 9%)
(0.45 / 0.61 / 0.00 / 0.09)

CMYK percentages

%44.59
%61.47
%0
%9.41

Codes

Color #8059E7 in popluar color models

80 59 E7
RGB 128 89 231
HSL 256° 74.74% 62.75%
HSB/HSV 256° 61.47% 90.59%
CMYK 44.59% 61.47% 0.00%
9.41%

Color #8059E7 in popluar number systems.

HEX 80 59 E7
Decimal 128 89 231
Binary 10000000 1011001 11100111
Octal 200 131 347

Shades and tints

Shades of #8059E7

#8059E7
(128,89,231)
#7551D2
(117,81,210)
#6A49BD
(106,73,189)
#5F41A8
(95,65,168)
#543993
(84,57,147)
#49317E
(73,49,126)
#3E2969
(62,41,105)
#332154
(51,33,84)
#28193F
(40,25,63)
#1D112A
(29,17,42)
#120915
(18,9,21)
#000000
(0,0,0)

Tints of #8059E7

#8059E7
(128,89,231)
#8B68E9
(139,104,233)
#9677EB
(150,119,235)
#A186ED
(161,134,237)
#AC95EF
(172,149,239)
#B7A4F1
(183,164,241)
#C2B3F3
(194,179,243)
#CDC2F5
(205,194,245)
#D8D1F7
(216,209,247)
#E3E0F9
(227,224,249)
#EEEFFB
(238,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8059E7 color. Also use rgb(128,89,231) instead hex code.

Text Font Color

.myTextColor { color: #8059E7; }

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

This text font color is #8059E7.

Background Color

.myBgColor { background-color: #8059E7; }

<div style="background-color:#8059E7">Inner text</div>

This div background color is #8059E7.

Border color

.myBorderColor { border: 1px solid #8059E7; }

<div style="border:3px solid #8059E7">Div</div>

This div border color is #8059E7.

Opacity

.myOpacity80 { color: #8059E7; opacity: 0.8; }

<p style="color:#8059E7;opacity:0.8;">80%</p>

Text with #8059E7 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 #8059E7;}

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

This text has shadow with #8059E7 color.


.textShadow {text-shadow: 3px 3px 1px #8059E7', 3px 3px 1px red;}

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

This text has shadow with #8059E7 primary color and red secondary color.


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

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

This text has shadow with #8059E7 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8059E7; -webkit-box-shadow: 1px 1px 3px 2px #8059E7; box-shadow:1px 1px 3px 2px #8059E7;">
Div content here
</div>

This div box has shadow with color #8059E7.

Preview

Color preview on black background

This text has color #8059E7 on black background.


Color preview on white background

This text has color #8059E7 on white background.


Black color preview on #8059E7 background

This text has black color on #8059E7 background.


White color preview on #8059E7 background

This text has white color on #8059E7 background.


Related colors

Complementary color

Complementary color for #hex is #7FA618.


I love getcolorcode.com

Triadic colors

1 #E78059 and #59E780 with #8059E7 are triadic colors.

2 #E75980 and #5980E7 with #8059E7 are triadic colors.