COLOR #7E21E9

HEX: #7E21E9
RGB: (126,33,233)

Renk bilgisi

#7E21E9 contains mainly blue color. #7E21E9 ‘ nin web güvenlik rengi #6633FF (ya da #63F) dir.

RGB renk modeli

#7E21E9 color RGB value is (126,33,233).

  • kırmız ton 126;
  • yeşil ton 33;
  • mavi ton 233.
RGB:
(126,33,233)
(49%,13%,91%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 33 of 255 = 13%
B 233 of 255 = 91%

126
33
233

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 33 + 233 = 392 (100%)
R 126 of 392 ~ 32.14%
G 33 of 392 ~ 8.42%
B 233 of 392 ~ 59.44%

%32.14
%59.44

CMYK RENK MODELİ

#7E21E9 rengi CMYK tonu (46,86,0,9).

  • camgöbeği tonu 45.92%
  • eflatun tonu 85.84%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(46,86,0,9)
C46M86Y0K9 
(46%,86%,0%,9%)
(0.46/0.86/0.00/0.09)	

CMYK yüzdeleri

%45.92
%85.84
%0
%8.63

Codes

Color #7E21E9 in popluar color models

7E21E9
RGB12633233
HSL268°81.97%52.16%
HSB/HSV268°85.84%91.37%
CMYK45.92%85.84%0.00%
8.63%

Color #7E21E9 in popluar number systems.

HEX7E21E9
Decimal12633233
Binary111111010000111101001
Octal17641351

Shades and tints

Shades of #7E21E9

#7E21E9
(126,33,233)
#731ED4
(115,30,212)
#681BBF
(104,27,191)
#5D18AA
(93,24,170)
#521595
(82,21,149)
#471280
(71,18,128)
#3C0F6B
(60,15,107)
#310C56
(49,12,86)
#260941
(38,9,65)
#1B062C
(27,6,44)
#100317
(16,3,23)
#000000
(0,0,0)

Tints of #7E21E9

#7E21E9
(126,33,233)
#8935EB
(137,53,235)
#9449ED
(148,73,237)
#9F5DEF
(159,93,239)
#AA71F1
(170,113,241)
#B585F3
(181,133,243)
#C099F5
(192,153,245)
#CBADF7
(203,173,247)
#D6C1F9
(214,193,249)
#E1D5FB
(225,213,251)
#ECE9FD
(236,233,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E21E9 color. Also use rgb(126,33,233) instead hex code.

Text Font Color

.myTextColor { color: #7E21E9; }

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

This text font color is #7E21E9.


Background Color

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

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

This div background color is #7E21E9.


Border color

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

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

This div border color is #7E21E9.


Opacity

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

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

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

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

This text has shadow with #7E21E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E21E9 on black background.


Color preview on white background

This text has color #7E21E9 on white background.



Black color preview on #7E21E9 background

This text has black color on #7E21E9 background.


White color preview on #7E21E9 background

This text has white color on #7E21E9 background.