COLOR #803DD4

HEX: #803DD4 RGB: (128,61,212)

Color info

#803DD4 contains mainly blue color. Web safe color of #803DD4 is #6633CC (or #63C).

RGB color model

#803DD4 color RGB value is (128,61,212).

RGB: (128,61,212) (50%, 24%, 83%)

RGB channels and saturation

R 128 of 255 = 50%
G 61 of 255 = 24%
B 212 of 255 = 83%

128
61
212

R + G + B ~ 52%. #803DD4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 61 + 212 = 401 (100%)
R 128 of 401 ~ 31.92%
G 61 of 401 ~ 15.21%
B 212 of 401 ~ 52.87'%

%31.92
%15.21
%52.87

CMYK color model

#803DD4 color CMYK value is (40,71,0,17).

  • cyan value is 39.62%
  • magenta value is 71.23%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (40,71,0,17)
C40M71Y0K17 (40%, 71%, 0%, 17%)
(0.40 / 0.71 / 0.00 / 0.17)

CMYK percentages

%39.62
%71.23
%0
%16.86

Codes

Color #803DD4 in popluar color models

80 3D D4
RGB 128 61 212
HSL 267° 63.71% 53.53%
HSB/HSV 267° 71.23% 83.14%
CMYK 39.62% 71.23% 0.00%
16.86%

Color #803DD4 in popluar number systems.

HEX 80 3D D4
Decimal 128 61 212
Binary 10000000 111101 11010100
Octal 200 75 324

Shades and tints

Shades of #803DD4

#803DD4
(128,61,212)
#7538C1
(117,56,193)
#6A33AE
(106,51,174)
#5F2E9B
(95,46,155)
#542988
(84,41,136)
#492475
(73,36,117)
#3E1F62
(62,31,98)
#331A4F
(51,26,79)
#28153C
(40,21,60)
#1D1029
(29,16,41)
#120B16
(18,11,22)
#000000
(0,0,0)

Tints of #803DD4

#803DD4
(128,61,212)
#8B4ED7
(139,78,215)
#965FDA
(150,95,218)
#A170DD
(161,112,221)
#AC81E0
(172,129,224)
#B792E3
(183,146,227)
#C2A3E6
(194,163,230)
#CDB4E9
(205,180,233)
#D8C5EC
(216,197,236)
#E3D6EF
(227,214,239)
#EEE7F2
(238,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803DD4 color. Also use rgb(128,61,212) instead hex code.

Text Font Color

.myTextColor { color: #803DD4; }

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

This text font color is #803DD4.

Background Color

.myBgColor { background-color: #803DD4; }

<div style="background-color:#803DD4">Inner text</div>

This div background color is #803DD4.

Border color

.myBorderColor { border: 1px solid #803DD4; }

<div style="border:3px solid #803DD4">Div</div>

This div border color is #803DD4.

Opacity

.myOpacity80 { color: #803DD4; opacity: 0.8; }

<p style="color:#803DD4;opacity:0.8;">80%</p>

Text with #803DD4 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 #803DD4;}

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

This text has shadow with #803DD4 color.


.textShadow {text-shadow: 3px 3px 1px #803DD4', 3px 3px 1px red;}

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

This text has shadow with #803DD4 primary color and red secondary color.


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

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

This text has shadow with #803DD4 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #803DD4; -webkit-box-shadow: 1px 1px 3px 2px #803DD4; box-shadow:1px 1px 3px 2px #803DD4;">
Div content here
</div>

This div box has shadow with color #803DD4.

Preview

Color preview on black background

This text has color #803DD4 on black background.


Color preview on white background

This text has color #803DD4 on white background.


Black color preview on #803DD4 background

This text has black color on #803DD4 background.


White color preview on #803DD4 background

This text has white color on #803DD4 background.


Related colors

Complementary color

Complementary color for #hex is #7FC22B.


I love getcolorcode.com

Triadic colors

1 #D4803D and #3DD480 with #803DD4 are triadic colors.

2 #D43D80 and #3D80D4 with #803DD4 are triadic colors.