COLOR #7E1563

HEX: #7E1563
RGB: (126,21,99)

Renk bilgisi

#7E1563 contains mainly red and blue colors. #7E1563 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#7E1563 color RGB value is (126,21,99).

  • kırmız ton 126;
  • yeşil ton 21;
  • mavi ton 99.
RGB:
(126,21,99)
(49%,8%,39%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 21 of 255 = 8%
B 99 of 255 = 39%

126
21
99

R + G + B ~ 32%. #7E1563 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 21 + 99 = 246 (100%)
R 126 of 246 ~ 51.22%
G 21 of 246 ~ 8.54%
B 99 of 246 ~ 40.24%

%51.22
%40.24

CMYK RENK MODELİ

#7E1563 rengi CMYK tonu (0,83,21,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 83.33%
  • sarı tonu 21.43%
  • ana renk tonu 50.59%
CMYK:
(0,83,21,51)
C0M83Y21K51 
(0%,83%,21%,51%)
(0.00/0.83/0.21/0.51)	

CMYK yüzdeleri

%0
%83.33
%21.43
%50.59

Codes

Color #7E1563 in popluar color models

7E1563
RGB1262199
HSL315°71.43%28.82%
HSB/HSV315°83.33%49.41%
CMYK0.00%83.33%21.43%
50.59%

Color #7E1563 in popluar number systems.

HEX7E1563
Decimal1262199
Binary1111110101011100011
Octal17625143

Shades and tints

Shades of #7E1563

#7E1563
(126,21,99)
#73145A
(115,20,90)
#681351
(104,19,81)
#5D1248
(93,18,72)
#52113F
(82,17,63)
#471036
(71,16,54)
#3C0F2D
(60,15,45)
#310E24
(49,14,36)
#260D1B
(38,13,27)
#1B0C12
(27,12,18)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #7E1563

#7E1563
(126,21,99)
#892A71
(137,42,113)
#943F7F
(148,63,127)
#9F548D
(159,84,141)
#AA699B
(170,105,155)
#B57EA9
(181,126,169)
#C093B7
(192,147,183)
#CBA8C5
(203,168,197)
#D6BDD3
(214,189,211)
#E1D2E1
(225,210,225)
#ECE7EF
(236,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E1563 color. Also use rgb(126,21,99) instead hex code.

Text Font Color

.myTextColor { color: #7E1563; }

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

This text font color is #7E1563.


Background Color

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

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

This div background color is #7E1563.


Border color

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

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

This div border color is #7E1563.


Opacity

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

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

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

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

This text has shadow with #7E1563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E1563 on black background.


Color preview on white background

This text has color #7E1563 on white background.



Black color preview on #7E1563 background

This text has black color on #7E1563 background.


White color preview on #7E1563 background

This text has white color on #7E1563 background.