COLOR #7E53BC

HEX: #7E53BC
RGB: (126,83,188)

Renk bilgisi

#7E53BC contains mainly blue color. #7E53BC ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7E53BC color RGB value is (126,83,188).

  • kırmız ton 126;
  • yeşil ton 83;
  • mavi ton 188.
RGB:
(126,83,188)
(49%,33%,74%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 83 of 255 = 33%
B 188 of 255 = 74%

126
83
188

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 83 + 188 = 397 (100%)
R 126 of 397 ~ 31.74%
G 83 of 397 ~ 20.91%
B 188 of 397 ~ 47.36%

%31.74
%20.91
%47.36

CMYK RENK MODELİ

#7E53BC rengi CMYK tonu (33,56,0,26).

  • camgöbeği tonu 32.98%
  • eflatun tonu 55.85%
  • sarı tonu 0.00%
  • ana renk tonu 26.27%
CMYK:
(33,56,0,26)
C33M56Y0K26 
(33%,56%,0%,26%)
(0.33/0.56/0.00/0.26)	

CMYK yüzdeleri

%32.98
%55.85
%0
%26.27

Codes

Color #7E53BC in popluar color models

7E53BC
RGB12683188
HSL265°43.93%53.14%
HSB/HSV265°55.85%73.73%
CMYK32.98%55.85%0.00%
26.27%

Color #7E53BC in popluar number systems.

HEX7E53BC
Decimal12683188
Binary1111110101001110111100
Octal176123274

Shades and tints

Shades of #7E53BC

#7E53BC
(126,83,188)
#734CAB
(115,76,171)
#68459A
(104,69,154)
#5D3E89
(93,62,137)
#523778
(82,55,120)
#473067
(71,48,103)
#3C2956
(60,41,86)
#312245
(49,34,69)
#261B34
(38,27,52)
#1B1423
(27,20,35)
#100D12
(16,13,18)
#000000
(0,0,0)

Tints of #7E53BC

#7E53BC
(126,83,188)
#8962C2
(137,98,194)
#9471C8
(148,113,200)
#9F80CE
(159,128,206)
#AA8FD4
(170,143,212)
#B59EDA
(181,158,218)
#C0ADE0
(192,173,224)
#CBBCE6
(203,188,230)
#D6CBEC
(214,203,236)
#E1DAF2
(225,218,242)
#ECE9F8
(236,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E53BC color. Also use rgb(126,83,188) instead hex code.

Text Font Color

.myTextColor { color: #7E53BC; }

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

This text font color is #7E53BC.


Background Color

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

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

This div background color is #7E53BC.


Border color

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

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

This div border color is #7E53BC.


Opacity

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

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

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

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

This text has shadow with #7E53BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E53BC on black background.


Color preview on white background

This text has color #7E53BC on white background.



Black color preview on #7E53BC background

This text has black color on #7E53BC background.


White color preview on #7E53BC background

This text has white color on #7E53BC background.