COLOR #8051C8

HEX: #8051C8
RGB: (128,81,200)

Color info

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

RGB color model

#8051C8 color RGB value is (128,81,200).

  • red value is 128;
  • green value is 81;
  • blue value is 200.
RGB:
(128,81,200)
(50%,32%,78%)

RGB channels and saturation

R 128 of 255 = 50%
G 81 of 255 = 32%
B 200 of 255 = 78%

128
81
200

R + G + B ~ 53%. #8051C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 81 + 200 = 409 (100%)
R 128 of 409 ~ 31.3%
G 81 of 409 ~ 19.8%
B 200 of 409 ~ 48.9%

%31.3
%19.8
%48.9

CMYK color model

#8051C8 color CMYK value is (36,60,0,22).

  • cyan value is 36.00%
  • magenta value is 59.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(36,60,0,22)
C36M60Y0K22 
(36%,60%,0%,22%)
(0.36/0.60/0.00/0.22)	

CMYK percentages

%36
%59.5
%0
%21.57

Codes

Color #8051C8 in popluar color models

8051C8
RGB12881200
HSL264°51.97%55.10%
HSB/HSV264°59.50%78.43%
CMYK36.00%59.50%0.00%
21.57%

Color #8051C8 in popluar number systems.

HEX8051C8
Decimal12881200
Binary10000000101000111001000
Octal200121310

Shades and tints

Shades of #8051C8

#8051C8
(128,81,200)
#754AB6
(117,74,182)
#6A43A4
(106,67,164)
#5F3C92
(95,60,146)
#543580
(84,53,128)
#492E6E
(73,46,110)
#3E275C
(62,39,92)
#33204A
(51,32,74)
#281938
(40,25,56)
#1D1226
(29,18,38)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #8051C8

#8051C8
(128,81,200)
#8B60CD
(139,96,205)
#966FD2
(150,111,210)
#A17ED7
(161,126,215)
#AC8DDC
(172,141,220)
#B79CE1
(183,156,225)
#C2ABE6
(194,171,230)
#CDBAEB
(205,186,235)
#D8C9F0
(216,201,240)
#E3D8F5
(227,216,245)
#EEE7FA
(238,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8051C8 color. Also use rgb(128,81,200) instead hex code.

Text Font Color

.myTextColor { color: #8051C8; }

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

This text font color is #8051C8.


Background Color

.myBgColor { background-color: #8051C8; }

<div style="background-color:#8051C8">Inner text</div>

This div background color is #8051C8.


Border color

.myBorderColor { border: 1px solid #8051C8; }

<div style="border:3px solid #8051C8">Div</div>

This div border color is #8051C8.


Opacity

.myOpacity80 { color: #8051C8; opacity: 0.8; }

<p style="color:#8051C8;opacity:0.8;">80%</p>

Text with #8051C8 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 #8051C8;}

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

This text has shadow with #8051C8 color.

.textShadow {text-shadow: 3px 3px 1px #8051C8, 3px 3px 1px red;}

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

This text has shadow with #8051C8 primary color and red secondary color.


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

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

This text has shadow with #8051C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8051C8 on black background.


Color preview on white background

This text has color #8051C8 on white background.



Black color preview on #8051C8 background

This text has black color on #8051C8 background.


White color preview on #8051C8 background

This text has white color on #8051C8 background.