COLOR #7E50AE

HEX: #7E50AE
RGB: (126,80,174)

Renk bilgisi

#7E50AE contains mainly red and blue colors. #7E50AE ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7E50AE color RGB value is (126,80,174).

  • kırmız ton 126;
  • yeşil ton 80;
  • mavi ton 174.
RGB:
(126,80,174)
(49%,31%,68%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 80 of 255 = 31%
B 174 of 255 = 68%

126
80
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 80 + 174 = 380 (100%)
R 126 of 380 ~ 33.16%
G 80 of 380 ~ 21.05%
B 174 of 380 ~ 45.79%

%33.16
%21.05
%45.79

CMYK RENK MODELİ

#7E50AE rengi CMYK tonu (28,54,0,32).

  • camgöbeği tonu 27.59%
  • eflatun tonu 54.02%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(28,54,0,32)
C28M54Y0K32 
(28%,54%,0%,32%)
(0.28/0.54/0.00/0.32)	

CMYK yüzdeleri

%27.59
%54.02
%0
%31.76

Codes

Color #7E50AE in popluar color models

7E50AE
RGB12680174
HSL269°37.01%49.80%
HSB/HSV269°54.02%68.24%
CMYK27.59%54.02%0.00%
31.76%

Color #7E50AE in popluar number systems.

HEX7E50AE
Decimal12680174
Binary1111110101000010101110
Octal176120256

Shades and tints

Shades of #7E50AE

#7E50AE
(126,80,174)
#73499F
(115,73,159)
#684290
(104,66,144)
#5D3B81
(93,59,129)
#523472
(82,52,114)
#472D63
(71,45,99)
#3C2654
(60,38,84)
#311F45
(49,31,69)
#261836
(38,24,54)
#1B1127
(27,17,39)
#100A18
(16,10,24)
#000000
(0,0,0)

Tints of #7E50AE

#7E50AE
(126,80,174)
#895FB5
(137,95,181)
#946EBC
(148,110,188)
#9F7DC3
(159,125,195)
#AA8CCA
(170,140,202)
#B59BD1
(181,155,209)
#C0AAD8
(192,170,216)
#CBB9DF
(203,185,223)
#D6C8E6
(214,200,230)
#E1D7ED
(225,215,237)
#ECE6F4
(236,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E50AE color. Also use rgb(126,80,174) instead hex code.

Text Font Color

.myTextColor { color: #7E50AE; }

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

This text font color is #7E50AE.


Background Color

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

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

This div background color is #7E50AE.


Border color

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

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

This div border color is #7E50AE.


Opacity

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

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

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

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

This text has shadow with #7E50AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E50AE on black background.


Color preview on white background

This text has color #7E50AE on white background.



Black color preview on #7E50AE background

This text has black color on #7E50AE background.


White color preview on #7E50AE background

This text has white color on #7E50AE background.