COLOR #7D3EBC

HEX: #7D3EBC
RGB: (125,62,188)

Color info

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

RGB color model

#7D3EBC color RGB value is (125,62,188).

  • red value is 125;
  • green value is 62;
  • blue value is 188.
RGB:
(125,62,188)
(49%,24%,74%)

RGB channels and saturation

R 125 of 255 = 49%
G 62 of 255 = 24%
B 188 of 255 = 74%

125
62
188

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

Portions of RGB colors in percentages

R + G + B =
125 + 62 + 188 = 375 (100%)
R 125 of 375 ~ 33.33%
G 62 of 375 ~ 16.53%
B 188 of 375 ~ 50.13%

%33.33
%16.53
%50.13

CMYK color model

#7D3EBC color CMYK value is (34,67,0,26).

  • cyan value is 33.51%
  • magenta value is 67.02%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(34,67,0,26)
C34M67Y0K26 
(34%,67%,0%,26%)
(0.34/0.67/0.00/0.26)	

CMYK percentages

%33.51
%67.02
%0
%26.27

Codes

Color #7D3EBC in popluar color models

7D3EBC
RGB12562188
HSL270°50.40%49.02%
HSB/HSV270°67.02%73.73%
CMYK33.51%67.02%0.00%
26.27%

Color #7D3EBC in popluar number systems.

HEX7D3EBC
Decimal12562188
Binary111110111111010111100
Octal17576274

Shades and tints

Shades of #7D3EBC

#7D3EBC
(125,62,188)
#7239AB
(114,57,171)
#67349A
(103,52,154)
#5C2F89
(92,47,137)
#512A78
(81,42,120)
#462567
(70,37,103)
#3B2056
(59,32,86)
#301B45
(48,27,69)
#251634
(37,22,52)
#1A1123
(26,17,35)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #7D3EBC

#7D3EBC
(125,62,188)
#884FC2
(136,79,194)
#9360C8
(147,96,200)
#9E71CE
(158,113,206)
#A982D4
(169,130,212)
#B493DA
(180,147,218)
#BFA4E0
(191,164,224)
#CAB5E6
(202,181,230)
#D5C6EC
(213,198,236)
#E0D7F2
(224,215,242)
#EBE8F8
(235,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D3EBC color. Also use rgb(125,62,188) instead hex code.

Text Font Color

.myTextColor { color: #7D3EBC; }

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

This text font color is #7D3EBC.


Background Color

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

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

This div background color is #7D3EBC.


Border color

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

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

This div border color is #7D3EBC.


Opacity

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

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

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

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

This text has shadow with #7D3EBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3EBC on black background.


Color preview on white background

This text has color #7D3EBC on white background.



Black color preview on #7D3EBC background

This text has black color on #7D3EBC background.


White color preview on #7D3EBC background

This text has white color on #7D3EBC background.