COLOR #8E63EB

HEX: #8E63EB
RGB: (142,99,235)

Renk bilgisi

#8E63EB contains mainly blue color. #8E63EB ‘ nin web güvenlik rengi #9966FF (ya da #96F) dir.

RGB renk modeli

#8E63EB color RGB value is (142,99,235).

  • kırmız ton 142;
  • yeşil ton 99;
  • mavi ton 235.
RGB:
(142,99,235)
(56%,39%,92%)

RGB bağlantıları ve doygunluk

R 142 of 255 = 56%
G 99 of 255 = 39%
B 235 of 255 = 92%

142
99
235

R + G + B ~ 62%. #8E63EB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
142 + 99 + 235 = 476 (100%)
R 142 of 476 ~ 29.83%
G 99 of 476 ~ 20.8%
B 235 of 476 ~ 49.37%

%29.83
%20.8
%49.37

CMYK RENK MODELİ

#8E63EB rengi CMYK tonu (40,58,0,8).

  • camgöbeği tonu 39.57%
  • eflatun tonu 57.87%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(40,58,0,8)
C40M58Y0K8 
(40%,58%,0%,8%)
(0.40/0.58/0.00/0.08)	

CMYK yüzdeleri

%39.57
%57.87
%0
%7.84

Codes

Color #8E63EB in popluar color models

8E63EB
RGB14299235
HSL259°77.27%65.49%
HSB/HSV259°57.87%92.16%
CMYK39.57%57.87%0.00%
7.84%

Color #8E63EB in popluar number systems.

HEX8E63EB
Decimal14299235
Binary10001110110001111101011
Octal216143353

Shades and tints

Shades of #8E63EB

#8E63EB
(142,99,235)
#825AD6
(130,90,214)
#7651C1
(118,81,193)
#6A48AC
(106,72,172)
#5E3F97
(94,63,151)
#523682
(82,54,130)
#462D6D
(70,45,109)
#3A2458
(58,36,88)
#2E1B43
(46,27,67)
#22122E
(34,18,46)
#160919
(22,9,25)
#000000
(0,0,0)

Tints of #8E63EB

#8E63EB
(142,99,235)
#9871EC
(152,113,236)
#A27FED
(162,127,237)
#AC8DEE
(172,141,238)
#B69BEF
(182,155,239)
#C0A9F0
(192,169,240)
#CAB7F1
(202,183,241)
#D4C5F2
(212,197,242)
#DED3F3
(222,211,243)
#E8E1F4
(232,225,244)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E63EB color. Also use rgb(142,99,235) instead hex code.

Text Font Color

.myTextColor { color: #8E63EB; }

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

This text font color is #8E63EB.


Background Color

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

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

This div background color is #8E63EB.


Border color

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

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

This div border color is #8E63EB.


Opacity

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

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

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

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

This text has shadow with #8E63EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E63EB on black background.


Color preview on white background

This text has color #8E63EB on white background.



Black color preview on #8E63EB background

This text has black color on #8E63EB background.


White color preview on #8E63EB background

This text has white color on #8E63EB background.