COLOR #8E53AD

HEX: #8E53AD
RGB: (142,83,173)

Renk bilgisi

#8E53AD contains mainly red and blue colors. #8E53AD ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#8E53AD color RGB value is (142,83,173).

  • kırmız ton 142;
  • yeşil ton 83;
  • mavi ton 173.
RGB:
(142,83,173)
(56%,33%,68%)

RGB bağlantıları ve doygunluk

R 142 of 255 = 56%
G 83 of 255 = 33%
B 173 of 255 = 68%

142
83
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
142 + 83 + 173 = 398 (100%)
R 142 of 398 ~ 35.68%
G 83 of 398 ~ 20.85%
B 173 of 398 ~ 43.47%

%35.68
%20.85
%43.47

CMYK RENK MODELİ

#8E53AD rengi CMYK tonu (18,52,0,32).

  • camgöbeği tonu 17.92%
  • eflatun tonu 52.02%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(18,52,0,32)
C18M52Y0K32 
(18%,52%,0%,32%)
(0.18/0.52/0.00/0.32)	

CMYK yüzdeleri

%17.92
%52.02
%0
%32.16

Codes

Color #8E53AD in popluar color models

8E53AD
RGB14283173
HSL279°35.43%50.20%
HSB/HSV279°52.02%67.84%
CMYK17.92%52.02%0.00%
32.16%

Color #8E53AD in popluar number systems.

HEX8E53AD
Decimal14283173
Binary10001110101001110101101
Octal216123255

Shades and tints

Shades of #8E53AD

#8E53AD
(142,83,173)
#824C9E
(130,76,158)
#76458F
(118,69,143)
#6A3E80
(106,62,128)
#5E3771
(94,55,113)
#523062
(82,48,98)
#462953
(70,41,83)
#3A2244
(58,34,68)
#2E1B35
(46,27,53)
#221426
(34,20,38)
#160D17
(22,13,23)
#000000
(0,0,0)

Tints of #8E53AD

#8E53AD
(142,83,173)
#9862B4
(152,98,180)
#A271BB
(162,113,187)
#AC80C2
(172,128,194)
#B68FC9
(182,143,201)
#C09ED0
(192,158,208)
#CAADD7
(202,173,215)
#D4BCDE
(212,188,222)
#DECBE5
(222,203,229)
#E8DAEC
(232,218,236)
#F2E9F3
(242,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E53AD color. Also use rgb(142,83,173) instead hex code.

Text Font Color

.myTextColor { color: #8E53AD; }

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

This text font color is #8E53AD.


Background Color

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

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

This div background color is #8E53AD.


Border color

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

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

This div border color is #8E53AD.


Opacity

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

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

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

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

This text has shadow with #8E53AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E53AD on black background.


Color preview on white background

This text has color #8E53AD on white background.



Black color preview on #8E53AD background

This text has black color on #8E53AD background.


White color preview on #8E53AD background

This text has white color on #8E53AD background.