COLOR #7E1984

HEX: #7E1984
RGB: (126,25,132)

Color info

#7E1984 contains mainly red and blue colors. Web safe color of #7E1984 is #660099 (or #609).

RGB color model

#7E1984 color RGB value is (126,25,132).

  • red value is 126;
  • green value is 25;
  • blue value is 132.
RGB:
(126,25,132)
(49%,10%,52%)

RGB channels and saturation

R 126 of 255 = 49%
G 25 of 255 = 10%
B 132 of 255 = 52%

126
25
132

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

Portions of RGB colors in percentages

R + G + B =
126 + 25 + 132 = 283 (100%)
R 126 of 283 ~ 44.52%
G 25 of 283 ~ 8.83%
B 132 of 283 ~ 46.64%

%44.52
%46.64

CMYK color model

#7E1984 color CMYK value is (5,81,0,48).

  • cyan value is 4.55%
  • magenta value is 81.06%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(5,81,0,48)
C5M81Y0K48 
(5%,81%,0%,48%)
(0.05/0.81/0.00/0.48)	

CMYK percentages

%4.55
%81.06
%0
%48.24

Codes

Color #7E1984 in popluar color models

7E1984
RGB12625132
HSL297°68.15%30.78%
HSB/HSV297°81.06%51.76%
CMYK4.55%81.06%0.00%
48.24%

Color #7E1984 in popluar number systems.

HEX7E1984
Decimal12625132
Binary11111101100110000100
Octal17631204

Shades and tints

Shades of #7E1984

#7E1984
(126,25,132)
#731778
(115,23,120)
#68156C
(104,21,108)
#5D1360
(93,19,96)
#521154
(82,17,84)
#470F48
(71,15,72)
#3C0D3C
(60,13,60)
#310B30
(49,11,48)
#260924
(38,9,36)
#1B0718
(27,7,24)
#10050C
(16,5,12)
#000000
(0,0,0)

Tints of #7E1984

#7E1984
(126,25,132)
#892D8F
(137,45,143)
#94419A
(148,65,154)
#9F55A5
(159,85,165)
#AA69B0
(170,105,176)
#B57DBB
(181,125,187)
#C091C6
(192,145,198)
#CBA5D1
(203,165,209)
#D6B9DC
(214,185,220)
#E1CDE7
(225,205,231)
#ECE1F2
(236,225,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1984 color. Also use rgb(126,25,132) instead hex code.

Text Font Color

.myTextColor { color: #7E1984; }

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

This text font color is #7E1984.


Background Color

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

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

This div background color is #7E1984.


Border color

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

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

This div border color is #7E1984.


Opacity

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

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

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

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

This text has shadow with #7E1984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E1984 on black background.


Color preview on white background

This text has color #7E1984 on white background.



Black color preview on #7E1984 background

This text has black color on #7E1984 background.


White color preview on #7E1984 background

This text has white color on #7E1984 background.