COLOR #8057D4

HEX: #8057D4
RGB: (128,87,212)

Color info

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

RGB color model

#8057D4 color RGB value is (128,87,212).

  • red value is 128;
  • green value is 87;
  • blue value is 212.
RGB:
(128,87,212)
(50%,34%,83%)

RGB channels and saturation

R 128 of 255 = 50%
G 87 of 255 = 34%
B 212 of 255 = 83%

128
87
212

R + G + B ~ 56%. #8057D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 87 + 212 = 427 (100%)
R 128 of 427 ~ 29.98%
G 87 of 427 ~ 20.37%
B 212 of 427 ~ 49.65%

%29.98
%20.37
%49.65

CMYK color model

#8057D4 color CMYK value is (40,59,0,17).

  • cyan value is 39.62%
  • magenta value is 58.96%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(40,59,0,17)
C40M59Y0K17 
(40%,59%,0%,17%)
(0.40/0.59/0.00/0.17)	

CMYK percentages

%39.62
%58.96
%0
%16.86

Codes

Color #8057D4 in popluar color models

8057D4
RGB12887212
HSL260°59.24%58.63%
HSB/HSV260°58.96%83.14%
CMYK39.62%58.96%0.00%
16.86%

Color #8057D4 in popluar number systems.

HEX8057D4
Decimal12887212
Binary10000000101011111010100
Octal200127324

Shades and tints

Shades of #8057D4

#8057D4
(128,87,212)
#7550C1
(117,80,193)
#6A49AE
(106,73,174)
#5F429B
(95,66,155)
#543B88
(84,59,136)
#493475
(73,52,117)
#3E2D62
(62,45,98)
#33264F
(51,38,79)
#281F3C
(40,31,60)
#1D1829
(29,24,41)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #8057D4

#8057D4
(128,87,212)
#8B66D7
(139,102,215)
#9675DA
(150,117,218)
#A184DD
(161,132,221)
#AC93E0
(172,147,224)
#B7A2E3
(183,162,227)
#C2B1E6
(194,177,230)
#CDC0E9
(205,192,233)
#D8CFEC
(216,207,236)
#E3DEEF
(227,222,239)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8057D4 color. Also use rgb(128,87,212) instead hex code.

Text Font Color

.myTextColor { color: #8057D4; }

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

This text font color is #8057D4.


Background Color

.myBgColor { background-color: #8057D4; }

<div style="background-color:#8057D4">Inner text</div>

This div background color is #8057D4.


Border color

.myBorderColor { border: 1px solid #8057D4; }

<div style="border:3px solid #8057D4">Div</div>

This div border color is #8057D4.


Opacity

.myOpacity80 { color: #8057D4; opacity: 0.8; }

<p style="color:#8057D4;opacity:0.8;">80%</p>

Text with #8057D4 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 #8057D4;}

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

This text has shadow with #8057D4 color.

.textShadow {text-shadow: 3px 3px 1px #8057D4, 3px 3px 1px red;}

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

This text has shadow with #8057D4 primary color and red secondary color.


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

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

This text has shadow with #8057D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8057D4 on black background.


Color preview on white background

This text has color #8057D4 on white background.



Black color preview on #8057D4 background

This text has black color on #8057D4 background.


White color preview on #8057D4 background

This text has white color on #8057D4 background.