COLOR #7E34DE

HEX: #7E34DE
RGB: (126,52,222)

Color info

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

RGB color model

#7E34DE color RGB value is (126,52,222).

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

RGB channels and saturation

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

126
52
222

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

Portions of RGB colors in percentages

R + G + B =
126 + 52 + 222 = 400 (100%)
R 126 of 400 ~ 31.5%
G 52 of 400 ~ 13%
B 222 of 400 ~ 55.5%

%31.5
%13
%55.5

CMYK color model

#7E34DE color CMYK value is (43,77,0,13).

  • cyan value is 43.24%
  • magenta value is 76.58%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(43,77,0,13)
C43M77Y0K13 
(43%,77%,0%,13%)
(0.43/0.77/0.00/0.13)	

CMYK percentages

%43.24
%76.58
%0
%12.94

Codes

Color #7E34DE in popluar color models

7E34DE
RGB12652222
HSL266°72.03%53.73%
HSB/HSV266°76.58%87.06%
CMYK43.24%76.58%0.00%
12.94%

Color #7E34DE in popluar number systems.

HEX7E34DE
Decimal12652222
Binary111111011010011011110
Octal17664336

Shades and tints

Shades of #7E34DE

#7E34DE
(126,52,222)
#7330CA
(115,48,202)
#682CB6
(104,44,182)
#5D28A2
(93,40,162)
#52248E
(82,36,142)
#47207A
(71,32,122)
#3C1C66
(60,28,102)
#311852
(49,24,82)
#26143E
(38,20,62)
#1B102A
(27,16,42)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #7E34DE

#7E34DE
(126,52,222)
#8946E1
(137,70,225)
#9458E4
(148,88,228)
#9F6AE7
(159,106,231)
#AA7CEA
(170,124,234)
#B58EED
(181,142,237)
#C0A0F0
(192,160,240)
#CBB2F3
(203,178,243)
#D6C4F6
(214,196,246)
#E1D6F9
(225,214,249)
#ECE8FC
(236,232,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E34DE; }

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

This text font color is #7E34DE.


Background Color

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

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

This div background color is #7E34DE.


Border color

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

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

This div border color is #7E34DE.


Opacity

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

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

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

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

This text has shadow with #7E34DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E34DE on black background.


Color preview on white background

This text has color #7E34DE on white background.



Black color preview on #7E34DE background

This text has black color on #7E34DE background.


White color preview on #7E34DE background

This text has white color on #7E34DE background.