COLOR #7E01DD

HEX: #7E01DD
RGB: (126,1,221)

Color info

#7E01DD contains mainly blue color. Web safe color of #7E01DD is #6600CC (or #60C).

RGB color model

#7E01DD color RGB value is (126,1,221).

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

RGB channels and saturation

R 126 of 255 = 49%
G 1 of 255 = 0%
B 221 of 255 = 87%

126
1
221

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

Portions of RGB colors in percentages

R + G + B =
126 + 1 + 221 = 348 (100%)
R 126 of 348 ~ 36.21%
G 1 of 348 ~ 0.29%
B 221 of 348 ~ 63.51%

%36.21
%63.51

CMYK color model

#7E01DD color CMYK value is (43,100,0,13).

  • cyan value is 42.99%
  • magenta value is 99.55%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(43,100,0,13)
C43M100Y0K13 
(43%,100%,0%,13%)
(0.43/1.00/0.00/0.13)	

CMYK percentages

%42.99
%99.55
%0
%13.33

Codes

Color #7E01DD in popluar color models

7E01DD
RGB1261221
HSL274°99.10%43.53%
HSB/HSV274°99.55%86.67%
CMYK42.99%99.55%0.00%
13.33%

Color #7E01DD in popluar number systems.

HEX7E01DD
Decimal1261221
Binary1111110111011101
Octal1761335

Shades and tints

Shades of #7E01DD

#7E01DD
(126,1,221)
#7301C9
(115,1,201)
#6801B5
(104,1,181)
#5D01A1
(93,1,161)
#52018D
(82,1,141)
#470179
(71,1,121)
#3C0165
(60,1,101)
#310151
(49,1,81)
#26013D
(38,1,61)
#1B0129
(27,1,41)
#100115
(16,1,21)
#000000
(0,0,0)

Tints of #7E01DD

#7E01DD
(126,1,221)
#8918E0
(137,24,224)
#942FE3
(148,47,227)
#9F46E6
(159,70,230)
#AA5DE9
(170,93,233)
#B574EC
(181,116,236)
#C08BEF
(192,139,239)
#CBA2F2
(203,162,242)
#D6B9F5
(214,185,245)
#E1D0F8
(225,208,248)
#ECE7FB
(236,231,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E01DD; }

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

This text font color is #7E01DD.


Background Color

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

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

This div background color is #7E01DD.


Border color

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

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

This div border color is #7E01DD.


Opacity

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

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

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

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

This text has shadow with #7E01DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E01DD on black background.


Color preview on white background

This text has color #7E01DD on white background.



Black color preview on #7E01DD background

This text has black color on #7E01DD background.


White color preview on #7E01DD background

This text has white color on #7E01DD background.