COLOR #8A7CE2

HEX: #8A7CE2
RGB: (138,124,226)

Color info

#8A7CE2 contains mainly blue color. Web safe color of #8A7CE2 is #9966CC (or #96C).

RGB color model

#8A7CE2 color RGB value is (138,124,226).

  • red value is 138;
  • green value is 124;
  • blue value is 226.
RGB:
(138,124,226)
(54%,49%,89%)

RGB channels and saturation

R 138 of 255 = 54%
G 124 of 255 = 49%
B 226 of 255 = 89%

138
124
226

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

Portions of RGB colors in percentages

R + G + B =
138 + 124 + 226 = 488 (100%)
R 138 of 488 ~ 28.28%
G 124 of 488 ~ 25.41%
B 226 of 488 ~ 46.31%

%28.28
%25.41
%46.31

CMYK color model

#8A7CE2 color CMYK value is (39,45,0,11).

  • cyan value is 38.94%
  • magenta value is 45.13%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(39,45,0,11)
C39M45Y0K11 
(39%,45%,0%,11%)
(0.39/0.45/0.00/0.11)	

CMYK percentages

%38.94
%45.13
%0
%11.37

Codes

Color #8A7CE2 in popluar color models

8A7CE2
RGB138124226
HSL248°63.75%68.63%
HSB/HSV248°45.13%88.63%
CMYK38.94%45.13%0.00%
11.37%

Color #8A7CE2 in popluar number systems.

HEX8A7CE2
Decimal138124226
Binary10001010111110011100010
Octal212174342

Shades and tints

Shades of #8A7CE2

#8A7CE2
(138,124,226)
#7E71CE
(126,113,206)
#7266BA
(114,102,186)
#665BA6
(102,91,166)
#5A5092
(90,80,146)
#4E457E
(78,69,126)
#423A6A
(66,58,106)
#362F56
(54,47,86)
#2A2442
(42,36,66)
#1E192E
(30,25,46)
#120E1A
(18,14,26)
#000000
(0,0,0)

Tints of #8A7CE2

#8A7CE2
(138,124,226)
#9487E4
(148,135,228)
#9E92E6
(158,146,230)
#A89DE8
(168,157,232)
#B2A8EA
(178,168,234)
#BCB3EC
(188,179,236)
#C6BEEE
(198,190,238)
#D0C9F0
(208,201,240)
#DAD4F2
(218,212,242)
#E4DFF4
(228,223,244)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7CE2 color. Also use rgb(138,124,226) instead hex code.

Text Font Color

.myTextColor { color: #8A7CE2; }

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

This text font color is #8A7CE2.


Background Color

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

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

This div background color is #8A7CE2.


Border color

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

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

This div border color is #8A7CE2.


Opacity

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

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

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

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

This text has shadow with #8A7CE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7CE2 on black background.


Color preview on white background

This text has color #8A7CE2 on white background.



Black color preview on #8A7CE2 background

This text has black color on #8A7CE2 background.


White color preview on #8A7CE2 background

This text has white color on #8A7CE2 background.