COLOR #8E47A7

HEX: #8E47A7
RGB: (142,71,167)

Renk bilgisi

#8E47A7 contains mainly red and blue colors. #8E47A7 ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#8E47A7 color RGB value is (142,71,167).

  • kırmız ton 142;
  • yeşil ton 71;
  • mavi ton 167.
RGB:
(142,71,167)
(56%,28%,65%)

RGB bağlantıları ve doygunluk

R 142 of 255 = 56%
G 71 of 255 = 28%
B 167 of 255 = 65%

142
71
167

R + G + B ~ 50%. #8E47A7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
142 + 71 + 167 = 380 (100%)
R 142 of 380 ~ 37.37%
G 71 of 380 ~ 18.68%
B 167 of 380 ~ 43.95%

%37.37
%18.68
%43.95

CMYK RENK MODELİ

#8E47A7 rengi CMYK tonu (15,57,0,35).

  • camgöbeği tonu 14.97%
  • eflatun tonu 57.49%
  • sarı tonu 0.00%
  • ana renk tonu 34.51%
CMYK:
(15,57,0,35)
C15M57Y0K35 
(15%,57%,0%,35%)
(0.15/0.57/0.00/0.35)	

CMYK yüzdeleri

%14.97
%57.49
%0
%34.51

Codes

Color #8E47A7 in popluar color models

8E47A7
RGB14271167
HSL284°40.34%46.67%
HSB/HSV284°57.49%65.49%
CMYK14.97%57.49%0.00%
34.51%

Color #8E47A7 in popluar number systems.

HEX8E47A7
Decimal14271167
Binary10001110100011110100111
Octal216107247

Shades and tints

Shades of #8E47A7

#8E47A7
(142,71,167)
#824198
(130,65,152)
#763B89
(118,59,137)
#6A357A
(106,53,122)
#5E2F6B
(94,47,107)
#52295C
(82,41,92)
#46234D
(70,35,77)
#3A1D3E
(58,29,62)
#2E172F
(46,23,47)
#221120
(34,17,32)
#160B11
(22,11,17)
#000000
(0,0,0)

Tints of #8E47A7

#8E47A7
(142,71,167)
#9857AF
(152,87,175)
#A267B7
(162,103,183)
#AC77BF
(172,119,191)
#B687C7
(182,135,199)
#C097CF
(192,151,207)
#CAA7D7
(202,167,215)
#D4B7DF
(212,183,223)
#DEC7E7
(222,199,231)
#E8D7EF
(232,215,239)
#F2E7F7
(242,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E47A7 color. Also use rgb(142,71,167) instead hex code.

Text Font Color

.myTextColor { color: #8E47A7; }

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

This text font color is #8E47A7.


Background Color

.myBgColor { background-color: #8E47A7; }

<div style="background-color:#8E47A7">Inner text</div>

This div background color is #8E47A7.


Border color

.myBorderColor { border: 1px solid #8E47A7; }

<div style="border:3px solid #8E47A7">Div</div>

This div border color is #8E47A7.


Opacity

.myOpacity80 { color: #8E47A7; opacity: 0.8; }

<p style="color:#8E47A7;opacity:0.8;">80%</p>

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

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

This text has shadow with #8E47A7 color.

.textShadow {text-shadow: 3px 3px 1px #8E47A7, 3px 3px 1px red;}

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

This text has shadow with #8E47A7 primary color and red secondary color.


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

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

This text has shadow with #8E47A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E47A7 on black background.


Color preview on white background

This text has color #8E47A7 on white background.



Black color preview on #8E47A7 background

This text has black color on #8E47A7 background.


White color preview on #8E47A7 background

This text has white color on #8E47A7 background.