COLOR #8E35CE

HEX: #8E35CE
RGB: (142,53,206)

Renk bilgisi

#8E35CE contains mainly blue color. #8E35CE ‘ nin web güvenlik rengi #9933CC (ya da #93C) dir.

RGB renk modeli

#8E35CE color RGB value is (142,53,206).

  • kırmız ton 142;
  • yeşil ton 53;
  • mavi ton 206.
RGB:
(142,53,206)
(56%,21%,81%)

RGB bağlantıları ve doygunluk

R 142 of 255 = 56%
G 53 of 255 = 21%
B 206 of 255 = 81%

142
53
206

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

Yüzdelerle RGB renk parçaları

R + G + B =
142 + 53 + 206 = 401 (100%)
R 142 of 401 ~ 35.41%
G 53 of 401 ~ 13.22%
B 206 of 401 ~ 51.37%

%35.41
%13.22
%51.37

CMYK RENK MODELİ

#8E35CE rengi CMYK tonu (31,74,0,19).

  • camgöbeği tonu 31.07%
  • eflatun tonu 74.27%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(31,74,0,19)
C31M74Y0K19 
(31%,74%,0%,19%)
(0.31/0.74/0.00/0.19)	

CMYK yüzdeleri

%31.07
%74.27
%0
%19.22

Codes

Color #8E35CE in popluar color models

8E35CE
RGB14253206
HSL275°60.96%50.78%
HSB/HSV275°74.27%80.78%
CMYK31.07%74.27%0.00%
19.22%

Color #8E35CE in popluar number systems.

HEX8E35CE
Decimal14253206
Binary1000111011010111001110
Octal21665316

Shades and tints

Shades of #8E35CE

#8E35CE
(142,53,206)
#8231BC
(130,49,188)
#762DAA
(118,45,170)
#6A2998
(106,41,152)
#5E2586
(94,37,134)
#522174
(82,33,116)
#461D62
(70,29,98)
#3A1950
(58,25,80)
#2E153E
(46,21,62)
#22112C
(34,17,44)
#160D1A
(22,13,26)
#000000
(0,0,0)

Tints of #8E35CE

#8E35CE
(142,53,206)
#9847D2
(152,71,210)
#A259D6
(162,89,214)
#AC6BDA
(172,107,218)
#B67DDE
(182,125,222)
#C08FE2
(192,143,226)
#CAA1E6
(202,161,230)
#D4B3EA
(212,179,234)
#DEC5EE
(222,197,238)
#E8D7F2
(232,215,242)
#F2E9F6
(242,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E35CE color. Also use rgb(142,53,206) instead hex code.

Text Font Color

.myTextColor { color: #8E35CE; }

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

This text font color is #8E35CE.


Background Color

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

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

This div background color is #8E35CE.


Border color

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

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

This div border color is #8E35CE.


Opacity

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

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

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

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

This text has shadow with #8E35CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E35CE on black background.


Color preview on white background

This text has color #8E35CE on white background.



Black color preview on #8E35CE background

This text has black color on #8E35CE background.


White color preview on #8E35CE background

This text has white color on #8E35CE background.