COLOR #7E488A

HEX: #7E488A
RGB: (126,72,138)

Renk bilgisi

#7E488A contains mainly red and blue colors. #7E488A ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#7E488A color RGB value is (126,72,138).

  • kırmız ton 126;
  • yeşil ton 72;
  • mavi ton 138.
RGB:
(126,72,138)
(49%,28%,54%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 72 of 255 = 28%
B 138 of 255 = 54%

126
72
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 72 + 138 = 336 (100%)
R 126 of 336 ~ 37.5%
G 72 of 336 ~ 21.43%
B 138 of 336 ~ 41.07%

%37.5
%21.43
%41.07

CMYK RENK MODELİ

#7E488A rengi CMYK tonu (9,48,0,46).

  • camgöbeği tonu 8.70%
  • eflatun tonu 47.83%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(9,48,0,46)
C9M48Y0K46 
(9%,48%,0%,46%)
(0.09/0.48/0.00/0.46)	

CMYK yüzdeleri

%8.7
%47.83
%0
%45.88

Codes

Color #7E488A in popluar color models

7E488A
RGB12672138
HSL289°31.43%41.18%
HSB/HSV289°47.83%54.12%
CMYK8.70%47.83%0.00%
45.88%

Color #7E488A in popluar number systems.

HEX7E488A
Decimal12672138
Binary1111110100100010001010
Octal176110212

Shades and tints

Shades of #7E488A

#7E488A
(126,72,138)
#73427E
(115,66,126)
#683C72
(104,60,114)
#5D3666
(93,54,102)
#52305A
(82,48,90)
#472A4E
(71,42,78)
#3C2442
(60,36,66)
#311E36
(49,30,54)
#26182A
(38,24,42)
#1B121E
(27,18,30)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #7E488A

#7E488A
(126,72,138)
#895894
(137,88,148)
#94689E
(148,104,158)
#9F78A8
(159,120,168)
#AA88B2
(170,136,178)
#B598BC
(181,152,188)
#C0A8C6
(192,168,198)
#CBB8D0
(203,184,208)
#D6C8DA
(214,200,218)
#E1D8E4
(225,216,228)
#ECE8EE
(236,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E488A color. Also use rgb(126,72,138) instead hex code.

Text Font Color

.myTextColor { color: #7E488A; }

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

This text font color is #7E488A.


Background Color

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

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

This div background color is #7E488A.


Border color

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

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

This div border color is #7E488A.


Opacity

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

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

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

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

This text has shadow with #7E488A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E488A on black background.


Color preview on white background

This text has color #7E488A on white background.



Black color preview on #7E488A background

This text has black color on #7E488A background.


White color preview on #7E488A background

This text has white color on #7E488A background.