COLOR #8C6EDC

HEX: #8C6EDC
RGB: (140,110,220)

Renk bilgisi

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

RGB renk modeli

#8C6EDC color RGB value is (140,110,220).

  • kırmız ton 140;
  • yeşil ton 110;
  • mavi ton 220.
RGB:
(140,110,220)
(55%,43%,86%)

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 110 of 255 = 43%
B 220 of 255 = 86%

140
110
220

R + G + B ~ 61%. #8C6EDC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 110 + 220 = 470 (100%)
R 140 of 470 ~ 29.79%
G 110 of 470 ~ 23.4%
B 220 of 470 ~ 46.81%

%29.79
%23.4
%46.81

CMYK RENK MODELİ

#8C6EDC rengi CMYK tonu (36,50,0,14).

  • camgöbeği tonu 36.36%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(36,50,0,14)
C36M50Y0K14 
(36%,50%,0%,14%)
(0.36/0.50/0.00/0.14)	

CMYK yüzdeleri

%36.36
%50
%0
%13.73

Codes

Color #8C6EDC in popluar color models

8C6EDC
RGB140110220
HSL256°61.11%64.71%
HSB/HSV256°50.00%86.27%
CMYK36.36%50.00%0.00%
13.73%

Color #8C6EDC in popluar number systems.

HEX8C6EDC
Decimal140110220
Binary10001100110111011011100
Octal214156334

Shades and tints

Shades of #8C6EDC

#8C6EDC
(140,110,220)
#8064C8
(128,100,200)
#745AB4
(116,90,180)
#6850A0
(104,80,160)
#5C468C
(92,70,140)
#503C78
(80,60,120)
#443264
(68,50,100)
#382850
(56,40,80)
#2C1E3C
(44,30,60)
#201428
(32,20,40)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #8C6EDC

#8C6EDC
(140,110,220)
#967BDF
(150,123,223)
#A088E2
(160,136,226)
#AA95E5
(170,149,229)
#B4A2E8
(180,162,232)
#BEAFEB
(190,175,235)
#C8BCEE
(200,188,238)
#D2C9F1
(210,201,241)
#DCD6F4
(220,214,244)
#E6E3F7
(230,227,247)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6EDC color. Also use rgb(140,110,220) instead hex code.

Text Font Color

.myTextColor { color: #8C6EDC; }

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

This text font color is #8C6EDC.


Background Color

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

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

This div background color is #8C6EDC.


Border color

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

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

This div border color is #8C6EDC.


Opacity

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

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

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

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

This text has shadow with #8C6EDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6EDC on black background.


Color preview on white background

This text has color #8C6EDC on white background.



Black color preview on #8C6EDC background

This text has black color on #8C6EDC background.


White color preview on #8C6EDC background

This text has white color on #8C6EDC background.