COLOR #8057AB

HEX: #8057AB
RGB: (128,87,171)

Color info

#8057AB contains mainly red and blue colors. Web safe color of #8057AB is #666699 (or #669).

RGB color model

#8057AB color RGB value is (128,87,171).

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

RGB channels and saturation

R 128 of 255 = 50%
G 87 of 255 = 34%
B 171 of 255 = 67%

128
87
171

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

Portions of RGB colors in percentages

R + G + B =
128 + 87 + 171 = 386 (100%)
R 128 of 386 ~ 33.16%
G 87 of 386 ~ 22.54%
B 171 of 386 ~ 44.3%

%33.16
%22.54
%44.3

CMYK color model

#8057AB color CMYK value is (25,49,0,33).

  • cyan value is 25.15%
  • magenta value is 49.12%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(25,49,0,33)
C25M49Y0K33 
(25%,49%,0%,33%)
(0.25/0.49/0.00/0.33)	

CMYK percentages

%25.15
%49.12
%0
%32.94

Codes

Color #8057AB in popluar color models

8057AB
RGB12887171
HSL269°33.33%50.59%
HSB/HSV269°49.12%67.06%
CMYK25.15%49.12%0.00%
32.94%

Color #8057AB in popluar number systems.

HEX8057AB
Decimal12887171
Binary10000000101011110101011
Octal200127253

Shades and tints

Shades of #8057AB

#8057AB
(128,87,171)
#75509C
(117,80,156)
#6A498D
(106,73,141)
#5F427E
(95,66,126)
#543B6F
(84,59,111)
#493460
(73,52,96)
#3E2D51
(62,45,81)
#332642
(51,38,66)
#281F33
(40,31,51)
#1D1824
(29,24,36)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #8057AB

#8057AB
(128,87,171)
#8B66B2
(139,102,178)
#9675B9
(150,117,185)
#A184C0
(161,132,192)
#AC93C7
(172,147,199)
#B7A2CE
(183,162,206)
#C2B1D5
(194,177,213)
#CDC0DC
(205,192,220)
#D8CFE3
(216,207,227)
#E3DEEA
(227,222,234)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8057AB; }

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

This text font color is #8057AB.


Background Color

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

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

This div background color is #8057AB.


Border color

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

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

This div border color is #8057AB.


Opacity

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

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

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

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

This text has shadow with #8057AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8057AB on black background.


Color preview on white background

This text has color #8057AB on white background.



Black color preview on #8057AB background

This text has black color on #8057AB background.


White color preview on #8057AB background

This text has white color on #8057AB background.