COLOR #8E76E5

HEX: #8E76E5
RGB: (142,118,229)

Renk bilgisi

#8E76E5 contains mainly blue color. #8E76E5 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#8E76E5 color RGB value is (142,118,229).

  • kırmız ton 142;
  • yeşil ton 118;
  • mavi ton 229.
RGB:
(142,118,229)
(56%,46%,90%)

RGB bağlantıları ve doygunluk

R 142 of 255 = 56%
G 118 of 255 = 46%
B 229 of 255 = 90%

142
118
229

R + G + B ~ 64%. #8E76E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
142 + 118 + 229 = 489 (100%)
R 142 of 489 ~ 29.04%
G 118 of 489 ~ 24.13%
B 229 of 489 ~ 46.83%

%29.04
%24.13
%46.83

CMYK RENK MODELİ

#8E76E5 rengi CMYK tonu (38,48,0,10).

  • camgöbeği tonu 37.99%
  • eflatun tonu 48.47%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(38,48,0,10)
C38M48Y0K10 
(38%,48%,0%,10%)
(0.38/0.48/0.00/0.10)	

CMYK yüzdeleri

%37.99
%48.47
%0
%10.2

Codes

Color #8E76E5 in popluar color models

8E76E5
RGB142118229
HSL253°68.10%68.04%
HSB/HSV253°48.47%89.80%
CMYK37.99%48.47%0.00%
10.20%

Color #8E76E5 in popluar number systems.

HEX8E76E5
Decimal142118229
Binary10001110111011011100101
Octal216166345

Shades and tints

Shades of #8E76E5

#8E76E5
(142,118,229)
#826CD1
(130,108,209)
#7662BD
(118,98,189)
#6A58A9
(106,88,169)
#5E4E95
(94,78,149)
#524481
(82,68,129)
#463A6D
(70,58,109)
#3A3059
(58,48,89)
#2E2645
(46,38,69)
#221C31
(34,28,49)
#16121D
(22,18,29)
#000000
(0,0,0)

Tints of #8E76E5

#8E76E5
(142,118,229)
#9882E7
(152,130,231)
#A28EE9
(162,142,233)
#AC9AEB
(172,154,235)
#B6A6ED
(182,166,237)
#C0B2EF
(192,178,239)
#CABEF1
(202,190,241)
#D4CAF3
(212,202,243)
#DED6F5
(222,214,245)
#E8E2F7
(232,226,247)
#F2EEF9
(242,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E76E5 color. Also use rgb(142,118,229) instead hex code.

Text Font Color

.myTextColor { color: #8E76E5; }

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

This text font color is #8E76E5.


Background Color

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

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

This div background color is #8E76E5.


Border color

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

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

This div border color is #8E76E5.


Opacity

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

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

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

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

This text has shadow with #8E76E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E76E5 on black background.


Color preview on white background

This text has color #8E76E5 on white background.



Black color preview on #8E76E5 background

This text has black color on #8E76E5 background.


White color preview on #8E76E5 background

This text has white color on #8E76E5 background.