COLOR #7E5AE8

HEX: #7E5AE8
RGB: (126,90,232)

Renk bilgisi

#7E5AE8 contains mainly blue color. #7E5AE8 ‘ nin web güvenlik rengi #6666FF (ya da #66F) dir.

RGB renk modeli

#7E5AE8 color RGB value is (126,90,232).

  • kırmız ton 126;
  • yeşil ton 90;
  • mavi ton 232.
RGB:
(126,90,232)
(49%,35%,91%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 90 of 255 = 35%
B 232 of 255 = 91%

126
90
232

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 90 + 232 = 448 (100%)
R 126 of 448 ~ 28.13%
G 90 of 448 ~ 20.09%
B 232 of 448 ~ 51.79%

%28.13
%20.09
%51.79

CMYK RENK MODELİ

#7E5AE8 rengi CMYK tonu (46,61,0,9).

  • camgöbeği tonu 45.69%
  • eflatun tonu 61.21%
  • sarı tonu 0.00%
  • ana renk tonu 9.02%
CMYK:
(46,61,0,9)
C46M61Y0K9 
(46%,61%,0%,9%)
(0.46/0.61/0.00/0.09)	

CMYK yüzdeleri

%45.69
%61.21
%0
%9.02

Codes

Color #7E5AE8 in popluar color models

7E5AE8
RGB12690232
HSL255°75.53%63.14%
HSB/HSV255°61.21%90.98%
CMYK45.69%61.21%0.00%
9.02%

Color #7E5AE8 in popluar number systems.

HEX7E5AE8
Decimal12690232
Binary1111110101101011101000
Octal176132350

Shades and tints

Shades of #7E5AE8

#7E5AE8
(126,90,232)
#7352D3
(115,82,211)
#684ABE
(104,74,190)
#5D42A9
(93,66,169)
#523A94
(82,58,148)
#47327F
(71,50,127)
#3C2A6A
(60,42,106)
#312255
(49,34,85)
#261A40
(38,26,64)
#1B122B
(27,18,43)
#100A16
(16,10,22)
#000000
(0,0,0)

Tints of #7E5AE8

#7E5AE8
(126,90,232)
#8969EA
(137,105,234)
#9478EC
(148,120,236)
#9F87EE
(159,135,238)
#AA96F0
(170,150,240)
#B5A5F2
(181,165,242)
#C0B4F4
(192,180,244)
#CBC3F6
(203,195,246)
#D6D2F8
(214,210,248)
#E1E1FA
(225,225,250)
#ECF0FC
(236,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5AE8 color. Also use rgb(126,90,232) instead hex code.

Text Font Color

.myTextColor { color: #7E5AE8; }

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

This text font color is #7E5AE8.


Background Color

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

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

This div background color is #7E5AE8.


Border color

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

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

This div border color is #7E5AE8.


Opacity

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

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

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

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

This text has shadow with #7E5AE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5AE8 on black background.


Color preview on white background

This text has color #7E5AE8 on white background.



Black color preview on #7E5AE8 background

This text has black color on #7E5AE8 background.


White color preview on #7E5AE8 background

This text has white color on #7E5AE8 background.