COLOR #8057FF

HEX: #8057FF
RGB: (128,87,255)

Color info

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

RGB color model

#8057FF color RGB value is (128,87,255).

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

RGB channels and saturation

R 128 of 255 = 50%
G 87 of 255 = 34%
B 255 of 255 = 100%

128
87
255

R + G + B ~ 61%. #8057FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 87 + 255 = 470 (100%)
R 128 of 470 ~ 27.23%
G 87 of 470 ~ 18.51%
B 255 of 470 ~ 54.26%

%27.23
%18.51
%54.26

CMYK color model

#8057FF color CMYK value is (50,66,0,0).

  • cyan value is 49.80%
  • magenta value is 65.88%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(50,66,0,0)
C50M66Y0K0 
(50%,66%,0%,0%)
(0.50/0.66/0.00/0.00)	

CMYK percentages

%49.8
%65.88
%0
%0

Codes

Color #8057FF in popluar color models

8057FF
RGB12887255
HSL255°100.00%67.06%
HSB/HSV255°65.88%100.00%
CMYK49.80%65.88%0.00%
0.00%

Color #8057FF in popluar number systems.

HEX8057FF
Decimal12887255
Binary10000000101011111111111
Octal200127377

Shades and tints

Shades of #8057FF

#8057FF
(128,87,255)
#7550E8
(117,80,232)
#6A49D1
(106,73,209)
#5F42BA
(95,66,186)
#543BA3
(84,59,163)
#49348C
(73,52,140)
#3E2D75
(62,45,117)
#33265E
(51,38,94)
#281F47
(40,31,71)
#1D1830
(29,24,48)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #8057FF

#8057FF
(128,87,255)
#8B66FF
(139,102,255)
#9675FF
(150,117,255)
#A184FF
(161,132,255)
#AC93FF
(172,147,255)
#B7A2FF
(183,162,255)
#C2B1FF
(194,177,255)
#CDC0FF
(205,192,255)
#D8CFFF
(216,207,255)
#E3DEFF
(227,222,255)
#EEEDFF
(238,237,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8057FF; }

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

This text font color is #8057FF.


Background Color

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

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

This div background color is #8057FF.


Border color

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

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

This div border color is #8057FF.


Opacity

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

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

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

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

This text has shadow with #8057FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8057FF on black background.


Color preview on white background

This text has color #8057FF on white background.



Black color preview on #8057FF background

This text has black color on #8057FF background.


White color preview on #8057FF background

This text has white color on #8057FF background.