COLOR #7E2F5B

HEX: #7E2F5B
RGB: (126,47,91)

Color info

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

RGB color model

#7E2F5B color RGB value is (126,47,91).

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

RGB channels and saturation

R 126 of 255 = 49%
G 47 of 255 = 18%
B 91 of 255 = 36%

126
47
91

R + G + B ~ 34%. #7E2F5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
126 + 47 + 91 = 264 (100%)
R 126 of 264 ~ 47.73%
G 47 of 264 ~ 17.8%
B 91 of 264 ~ 34.47%

%47.73
%17.8
%34.47

CMYK color model

#7E2F5B color CMYK value is (0,63,28,51).

  • cyan value is 0.00%
  • magenta value is 62.70%
  • yellow value is 27.78%
  • key color value is 50.59%
CMYK:
(0,63,28,51)
C0M63Y28K51 
(0%,63%,28%,51%)
(0.00/0.63/0.28/0.51)	

CMYK percentages

%0
%62.7
%27.78
%50.59

Codes

Color #7E2F5B in popluar color models

7E2F5B
RGB1264791
HSL327°45.66%33.92%
HSB/HSV327°62.70%49.41%
CMYK0.00%62.70%27.78%
50.59%

Color #7E2F5B in popluar number systems.

HEX7E2F5B
Decimal1264791
Binary11111101011111011011
Octal17657133

Shades and tints

Shades of #7E2F5B

#7E2F5B
(126,47,91)
#732B53
(115,43,83)
#68274B
(104,39,75)
#5D2343
(93,35,67)
#521F3B
(82,31,59)
#471B33
(71,27,51)
#3C172B
(60,23,43)
#311323
(49,19,35)
#260F1B
(38,15,27)
#1B0B13
(27,11,19)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #7E2F5B

#7E2F5B
(126,47,91)
#894169
(137,65,105)
#945377
(148,83,119)
#9F6585
(159,101,133)
#AA7793
(170,119,147)
#B589A1
(181,137,161)
#C09BAF
(192,155,175)
#CBADBD
(203,173,189)
#D6BFCB
(214,191,203)
#E1D1D9
(225,209,217)
#ECE3E7
(236,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E2F5B; }

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

This text font color is #7E2F5B.


Background Color

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

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

This div background color is #7E2F5B.


Border color

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

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

This div border color is #7E2F5B.


Opacity

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

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

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

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

This text has shadow with #7E2F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E2F5B on black background.


Color preview on white background

This text has color #7E2F5B on white background.



Black color preview on #7E2F5B background

This text has black color on #7E2F5B background.


White color preview on #7E2F5B background

This text has white color on #7E2F5B background.