COLOR #7E34DD

HEX: #7E34DD
RGB: (126,52,221)

Color info

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

RGB color model

#7E34DD color RGB value is (126,52,221).

  • red value is 126;
  • green value is 52;
  • blue value is 221.
RGB:
(126,52,221)
(49%,20%,87%)

RGB channels and saturation

R 126 of 255 = 49%
G 52 of 255 = 20%
B 221 of 255 = 87%

126
52
221

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

Portions of RGB colors in percentages

R + G + B =
126 + 52 + 221 = 399 (100%)
R 126 of 399 ~ 31.58%
G 52 of 399 ~ 13.03%
B 221 of 399 ~ 55.39%

%31.58
%13.03
%55.39

CMYK color model

#7E34DD color CMYK value is (43,76,0,13).

  • cyan value is 42.99%
  • magenta value is 76.47%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(43,76,0,13)
C43M76Y0K13 
(43%,76%,0%,13%)
(0.43/0.76/0.00/0.13)	

CMYK percentages

%42.99
%76.47
%0
%13.33

Codes

Color #7E34DD in popluar color models

7E34DD
RGB12652221
HSL266°71.31%53.53%
HSB/HSV266°76.47%86.67%
CMYK42.99%76.47%0.00%
13.33%

Color #7E34DD in popluar number systems.

HEX7E34DD
Decimal12652221
Binary111111011010011011101
Octal17664335

Shades and tints

Shades of #7E34DD

#7E34DD
(126,52,221)
#7330C9
(115,48,201)
#682CB5
(104,44,181)
#5D28A1
(93,40,161)
#52248D
(82,36,141)
#472079
(71,32,121)
#3C1C65
(60,28,101)
#311851
(49,24,81)
#26143D
(38,20,61)
#1B1029
(27,16,41)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #7E34DD

#7E34DD
(126,52,221)
#8946E0
(137,70,224)
#9458E3
(148,88,227)
#9F6AE6
(159,106,230)
#AA7CE9
(170,124,233)
#B58EEC
(181,142,236)
#C0A0EF
(192,160,239)
#CBB2F2
(203,178,242)
#D6C4F5
(214,196,245)
#E1D6F8
(225,214,248)
#ECE8FB
(236,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E34DD color. Also use rgb(126,52,221) instead hex code.

Text Font Color

.myTextColor { color: #7E34DD; }

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

This text font color is #7E34DD.


Background Color

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

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

This div background color is #7E34DD.


Border color

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

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

This div border color is #7E34DD.


Opacity

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

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

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

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

This text has shadow with #7E34DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E34DD on black background.


Color preview on white background

This text has color #7E34DD on white background.



Black color preview on #7E34DD background

This text has black color on #7E34DD background.


White color preview on #7E34DD background

This text has white color on #7E34DD background.