COLOR #7E5590

HEX: #7E5590
RGB: (126,85,144)

Renk bilgisi

#7E5590 contains red, green and blue colors in about the same proportion. #7E5590 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#7E5590 color RGB value is (126,85,144).

  • kırmız ton 126;
  • yeşil ton 85;
  • mavi ton 144.
RGB:
(126,85,144)
(49%,33%,56%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 85 of 255 = 33%
B 144 of 255 = 56%

126
85
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 85 + 144 = 355 (100%)
R 126 of 355 ~ 35.49%
G 85 of 355 ~ 23.94%
B 144 of 355 ~ 40.56%

%35.49
%23.94
%40.56

CMYK RENK MODELİ

#7E5590 rengi CMYK tonu (13,41,0,44).

  • camgöbeği tonu 12.50%
  • eflatun tonu 40.97%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(13,41,0,44)
C13M41Y0K44 
(13%,41%,0%,44%)
(0.13/0.41/0.00/0.44)	

CMYK yüzdeleri

%12.5
%40.97
%0
%43.53

Codes

Color #7E5590 in popluar color models

7E5590
RGB12685144
HSL282°25.76%44.90%
HSB/HSV282°40.97%56.47%
CMYK12.50%40.97%0.00%
43.53%

Color #7E5590 in popluar number systems.

HEX7E5590
Decimal12685144
Binary1111110101010110010000
Octal176125220

Shades and tints

Shades of #7E5590

#7E5590
(126,85,144)
#734E83
(115,78,131)
#684776
(104,71,118)
#5D4069
(93,64,105)
#52395C
(82,57,92)
#47324F
(71,50,79)
#3C2B42
(60,43,66)
#312435
(49,36,53)
#261D28
(38,29,40)
#1B161B
(27,22,27)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #7E5590

#7E5590
(126,85,144)
#89649A
(137,100,154)
#9473A4
(148,115,164)
#9F82AE
(159,130,174)
#AA91B8
(170,145,184)
#B5A0C2
(181,160,194)
#C0AFCC
(192,175,204)
#CBBED6
(203,190,214)
#D6CDE0
(214,205,224)
#E1DCEA
(225,220,234)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5590 color. Also use rgb(126,85,144) instead hex code.

Text Font Color

.myTextColor { color: #7E5590; }

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

This text font color is #7E5590.


Background Color

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

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

This div background color is #7E5590.


Border color

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

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

This div border color is #7E5590.


Opacity

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

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

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

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

This text has shadow with #7E5590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5590 on black background.


Color preview on white background

This text has color #7E5590 on white background.



Black color preview on #7E5590 background

This text has black color on #7E5590 background.


White color preview on #7E5590 background

This text has white color on #7E5590 background.