COLOR #BA008C

HEX: #BA008C
RGB: (186,0,140)

Color info

#BA008C contains only red and blue colors. Web safe color of #BA008C is #CC0099 (or #C09).

RGB color model

#BA008C color RGB value is (186,0,140).

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

RGB channels and saturation

R 186 of 255 = 73%
G 0 of 255 = 0%
B 140 of 255 = 55%

186
0
140

R + G + B ~ 43%. #BA008C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
186 + 0 + 140 = 326 (100%)
R 186 of 326 ~ 57.06%
G 0 of 326 ~ 0%
B 140 of 326 ~ 42.94%

%57.06
%42.94

CMYK color model

#BA008C color CMYK value is (0,100,25,27).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 24.73%
  • key color value is 27.06%
CMYK:
(0,100,25,27)
C0M100Y25K27 
(0%,100%,25%,27%)
(0.00/1.00/0.25/0.27)	

CMYK percentages

%0
%100
%24.73
%27.06

Codes

Color #BA008C in popluar color models

BA008C
RGB1860140
HSL315°100.00%36.47%
HSB/HSV315°100.00%72.94%
CMYK0.00%100.00%24.73%
27.06%

Color #BA008C in popluar number systems.

HEXBA008C
Decimal1860140
Binary10111010010001100
Octal2720214

Shades and tints

Shades of #BA008C

#BA008C
(186,0,140)
#AA0080
(170,0,128)
#9A0074
(154,0,116)
#8A0068
(138,0,104)
#7A005C
(122,0,92)
#6A0050
(106,0,80)
#5A0044
(90,0,68)
#4A0038
(74,0,56)
#3A002C
(58,0,44)
#2A0020
(42,0,32)
#1A0014
(26,0,20)
#000000
(0,0,0)

Tints of #BA008C

#BA008C
(186,0,140)
#C01796
(192,23,150)
#C62EA0
(198,46,160)
#CC45AA
(204,69,170)
#D25CB4
(210,92,180)
#D873BE
(216,115,190)
#DE8AC8
(222,138,200)
#E4A1D2
(228,161,210)
#EAB8DC
(234,184,220)
#F0CFE6
(240,207,230)
#F6E6F0
(246,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BA008C; }

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

This text font color is #BA008C.


Background Color

.myBgColor { background-color: #BA008C; }

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

This div background color is #BA008C.


Border color

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

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

This div border color is #BA008C.


Opacity

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

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

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

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

This text has shadow with #BA008C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA008C on black background.


Color preview on white background

This text has color #BA008C on white background.



Black color preview on #BA008C background

This text has black color on #BA008C background.


White color preview on #BA008C background

This text has white color on #BA008C background.