COLOR #BA8CE8

HEX: #BA8CE8
RGB: (186,140,232)

Color info

#BA8CE8 contains mainly red and blue colors. Web safe color of #BA8CE8 is #CC99FF (or #C9F).

RGB color model

#BA8CE8 color RGB value is (186,140,232).

  • red value is 186;
  • green value is 140;
  • blue value is 232.
RGB:
(186,140,232)
(73%,55%,91%)

RGB channels and saturation

R 186 of 255 = 73%
G 140 of 255 = 55%
B 232 of 255 = 91%

186
140
232

R + G + B ~ 73%. #BA8CE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 140 + 232 = 558 (100%)
R 186 of 558 ~ 33.33%
G 140 of 558 ~ 25.09%
B 232 of 558 ~ 41.58%

%33.33
%25.09
%41.58

CMYK color model

#BA8CE8 color CMYK value is (20,40,0,9).

  • cyan value is 19.83%
  • magenta value is 39.66%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(20,40,0,9)
C20M40Y0K9 
(20%,40%,0%,9%)
(0.20/0.40/0.00/0.09)	

CMYK percentages

%19.83
%39.66
%0
%9.02

Codes

Color #BA8CE8 in popluar color models

BA8CE8
RGB186140232
HSL270°66.67%72.94%
HSB/HSV270°39.66%90.98%
CMYK19.83%39.66%0.00%
9.02%

Color #BA8CE8 in popluar number systems.

HEXBA8CE8
Decimal186140232
Binary101110101000110011101000
Octal272214350

Shades and tints

Shades of #BA8CE8

#BA8CE8
(186,140,232)
#AA80D3
(170,128,211)
#9A74BE
(154,116,190)
#8A68A9
(138,104,169)
#7A5C94
(122,92,148)
#6A507F
(106,80,127)
#5A446A
(90,68,106)
#4A3855
(74,56,85)
#3A2C40
(58,44,64)
#2A202B
(42,32,43)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #BA8CE8

#BA8CE8
(186,140,232)
#C096EA
(192,150,234)
#C6A0EC
(198,160,236)
#CCAAEE
(204,170,238)
#D2B4F0
(210,180,240)
#D8BEF2
(216,190,242)
#DEC8F4
(222,200,244)
#E4D2F6
(228,210,246)
#EADCF8
(234,220,248)
#F0E6FA
(240,230,250)
#F6F0FC
(246,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA8CE8 color. Also use rgb(186,140,232) instead hex code.

Text Font Color

.myTextColor { color: #BA8CE8; }

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

This text font color is #BA8CE8.


Background Color

.myBgColor { background-color: #BA8CE8; }

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

This div background color is #BA8CE8.


Border color

.myBorderColor { border: 1px solid #BA8CE8; }

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

This div border color is #BA8CE8.


Opacity

.myOpacity80 { color: #BA8CE8; opacity: 0.8; }

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

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

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

This text has shadow with #BA8CE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA8CE8 on black background.


Color preview on white background

This text has color #BA8CE8 on white background.



Black color preview on #BA8CE8 background

This text has black color on #BA8CE8 background.


White color preview on #BA8CE8 background

This text has white color on #BA8CE8 background.