COLOR #7E2F6D

HEX: #7E2F6D
RGB: (126,47,109)

Color info

#7E2F6D contains mainly red and blue colors. Web safe color of #7E2F6D is #663366 (or #636).

RGB color model

#7E2F6D color RGB value is (126,47,109).

  • red value is 126;
  • green value is 47;
  • blue value is 109.
RGB:
(126,47,109)
(49%,18%,43%)

RGB channels and saturation

R 126 of 255 = 49%
G 47 of 255 = 18%
B 109 of 255 = 43%

126
47
109

R + G + B ~ 37%. #7E2F6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 47 + 109 = 282 (100%)
R 126 of 282 ~ 44.68%
G 47 of 282 ~ 16.67%
B 109 of 282 ~ 38.65%

%44.68
%16.67
%38.65

CMYK color model

#7E2F6D color CMYK value is (0,63,13,51).

  • cyan value is 0.00%
  • magenta value is 62.70%
  • yellow value is 13.49%
  • key color value is 50.59%
CMYK:
(0,63,13,51)
C0M63Y13K51 
(0%,63%,13%,51%)
(0.00/0.63/0.13/0.51)	

CMYK percentages

%0
%62.7
%13.49
%50.59

Codes

Color #7E2F6D in popluar color models

7E2F6D
RGB12647109
HSL313°45.66%33.92%
HSB/HSV313°62.70%49.41%
CMYK0.00%62.70%13.49%
50.59%

Color #7E2F6D in popluar number systems.

HEX7E2F6D
Decimal12647109
Binary11111101011111101101
Octal17657155

Shades and tints

Shades of #7E2F6D

#7E2F6D
(126,47,109)
#732B64
(115,43,100)
#68275B
(104,39,91)
#5D2352
(93,35,82)
#521F49
(82,31,73)
#471B40
(71,27,64)
#3C1737
(60,23,55)
#31132E
(49,19,46)
#260F25
(38,15,37)
#1B0B1C
(27,11,28)
#100713
(16,7,19)
#000000
(0,0,0)

Tints of #7E2F6D

#7E2F6D
(126,47,109)
#89417A
(137,65,122)
#945387
(148,83,135)
#9F6594
(159,101,148)
#AA77A1
(170,119,161)
#B589AE
(181,137,174)
#C09BBB
(192,155,187)
#CBADC8
(203,173,200)
#D6BFD5
(214,191,213)
#E1D1E2
(225,209,226)
#ECE3EF
(236,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E2F6D color. Also use rgb(126,47,109) instead hex code.

Text Font Color

.myTextColor { color: #7E2F6D; }

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

This text font color is #7E2F6D.


Background Color

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

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

This div background color is #7E2F6D.


Border color

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

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

This div border color is #7E2F6D.


Opacity

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

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

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

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

This text has shadow with #7E2F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2F6D on black background.


Color preview on white background

This text has color #7E2F6D on white background.



Black color preview on #7E2F6D background

This text has black color on #7E2F6D background.


White color preview on #7E2F6D background

This text has white color on #7E2F6D background.