COLOR #8053D3

HEX: #8053D3
RGB: (128,83,211)

Color info

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

RGB color model

#8053D3 color RGB value is (128,83,211).

  • red value is 128;
  • green value is 83;
  • blue value is 211.
RGB:
(128,83,211)
(50%,33%,83%)

RGB channels and saturation

R 128 of 255 = 50%
G 83 of 255 = 33%
B 211 of 255 = 83%

128
83
211

R + G + B ~ 55%. #8053D3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 83 + 211 = 422 (100%)
R 128 of 422 ~ 30.33%
G 83 of 422 ~ 19.67%
B 211 of 422 ~ 50%

%30.33
%19.67
%50

CMYK color model

#8053D3 color CMYK value is (39,61,0,17).

  • cyan value is 39.34%
  • magenta value is 60.66%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(39,61,0,17)
C39M61Y0K17 
(39%,61%,0%,17%)
(0.39/0.61/0.00/0.17)	

CMYK percentages

%39.34
%60.66
%0
%17.25

Codes

Color #8053D3 in popluar color models

8053D3
RGB12883211
HSL261°59.26%57.65%
HSB/HSV261°60.66%82.75%
CMYK39.34%60.66%0.00%
17.25%

Color #8053D3 in popluar number systems.

HEX8053D3
Decimal12883211
Binary10000000101001111010011
Octal200123323

Shades and tints

Shades of #8053D3

#8053D3
(128,83,211)
#754CC0
(117,76,192)
#6A45AD
(106,69,173)
#5F3E9A
(95,62,154)
#543787
(84,55,135)
#493074
(73,48,116)
#3E2961
(62,41,97)
#33224E
(51,34,78)
#281B3B
(40,27,59)
#1D1428
(29,20,40)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #8053D3

#8053D3
(128,83,211)
#8B62D7
(139,98,215)
#9671DB
(150,113,219)
#A180DF
(161,128,223)
#AC8FE3
(172,143,227)
#B79EE7
(183,158,231)
#C2ADEB
(194,173,235)
#CDBCEF
(205,188,239)
#D8CBF3
(216,203,243)
#E3DAF7
(227,218,247)
#EEE9FB
(238,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8053D3 color. Also use rgb(128,83,211) instead hex code.

Text Font Color

.myTextColor { color: #8053D3; }

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

This text font color is #8053D3.


Background Color

.myBgColor { background-color: #8053D3; }

<div style="background-color:#8053D3">Inner text</div>

This div background color is #8053D3.


Border color

.myBorderColor { border: 1px solid #8053D3; }

<div style="border:3px solid #8053D3">Div</div>

This div border color is #8053D3.


Opacity

.myOpacity80 { color: #8053D3; opacity: 0.8; }

<p style="color:#8053D3;opacity:0.8;">80%</p>

Text with #8053D3 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 #8053D3;}

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

This text has shadow with #8053D3 color.

.textShadow {text-shadow: 3px 3px 1px #8053D3, 3px 3px 1px red;}

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

This text has shadow with #8053D3 primary color and red secondary color.


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

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

This text has shadow with #8053D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8053D3 on black background.


Color preview on white background

This text has color #8053D3 on white background.



Black color preview on #8053D3 background

This text has black color on #8053D3 background.


White color preview on #8053D3 background

This text has white color on #8053D3 background.