COLOR #7E3DBC

HEX: #7E3DBC RGB: (126,61,188)

Color info

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

RGB color model

#7E3DBC color RGB value is (126,61,188).

RGB: (126,61,188) (49%, 24%, 74%)

RGB channels and saturation

R 126 of 255 = 49%
G 61 of 255 = 24%
B 188 of 255 = 74%

126
61
188

R + G + B ~ 49%. #7E3DBC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 126 + 61 + 188 = 375 (100%)
R 126 of 375 ~ 33.6%
G 61 of 375 ~ 16.27%
B 188 of 375 ~ 50.13'%

%33.6
%16.27
%50.13

CMYK color model

#7E3DBC color CMYK value is (33,68,0,26).

  • cyan value is 32.98%
  • magenta value is 67.55%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (33,68,0,26)
C33M68Y0K26 (33%, 68%, 0%, 26%)
(0.33 / 0.68 / 0.00 / 0.26)

CMYK percentages

%32.98
%67.55
%0
%26.27

Codes

Color #7E3DBC in popluar color models

7E 3D BC
RGB 126 61 188
HSL 271° 51.00% 48.82%
HSB/HSV 271° 67.55% 73.73%
CMYK 32.98% 67.55% 0.00%
26.27%

Color #7E3DBC in popluar number systems.

HEX 7E 3D BC
Decimal 126 61 188
Binary 1111110 111101 10111100
Octal 176 75 274

Shades and tints

Shades of #7E3DBC

#7E3DBC
(126,61,188)
#7338AB
(115,56,171)
#68339A
(104,51,154)
#5D2E89
(93,46,137)
#522978
(82,41,120)
#472467
(71,36,103)
#3C1F56
(60,31,86)
#311A45
(49,26,69)
#261534
(38,21,52)
#1B1023
(27,16,35)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #7E3DBC

#7E3DBC
(126,61,188)
#894EC2
(137,78,194)
#945FC8
(148,95,200)
#9F70CE
(159,112,206)
#AA81D4
(170,129,212)
#B592DA
(181,146,218)
#C0A3E0
(192,163,224)
#CBB4E6
(203,180,230)
#D6C5EC
(214,197,236)
#E1D6F2
(225,214,242)
#ECE7F8
(236,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3DBC color. Also use rgb(126,61,188) instead hex code.

Text Font Color

.myTextColor { color: #7E3DBC; }

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

This text font color is #7E3DBC.

Background Color

.myBgColor { background-color: #7E3DBC; }

<div style="background-color:#7E3DBC">Inner text</div>

This div background color is #7E3DBC.

Border color

.myBorderColor { border: 1px solid #7E3DBC; }

<div style="border:3px solid #7E3DBC">Div</div>

This div border color is #7E3DBC.

Opacity

.myOpacity80 { color: #7E3DBC; opacity: 0.8; }

<p style="color:#7E3DBC;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E3DBC color.


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

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

This text has shadow with #7E3DBC primary color and red secondary color.


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

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

This text has shadow with #7E3DBC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7E3DBC.

Preview

Color preview on black background

This text has color #7E3DBC on black background.


Color preview on white background

This text has color #7E3DBC on white background.


Black color preview on #7E3DBC background

This text has black color on #7E3DBC background.


White color preview on #7E3DBC background

This text has white color on #7E3DBC background.


Related colors

Complementary color

Complementary color for #hex is #81C243.


I love getcolorcode.com

Triadic colors

1 #BC7E3D and #3DBC7E with #7E3DBC are triadic colors.

2 #BC3D7E and #3D7EBC with #7E3DBC are triadic colors.