COLOR #BA5E98

HEX: #BA5E98
RGB: (186,94,152)

Color info

#BA5E98 contains mainly red and blue colors. Web safe color of #BA5E98 is #CC6699 (or #C69).

RGB color model

#BA5E98 color RGB value is (186,94,152).

  • red value is 186;
  • green value is 94;
  • blue value is 152.
RGB:
(186,94,152)
(73%,37%,60%)

RGB channels and saturation

R 186 of 255 = 73%
G 94 of 255 = 37%
B 152 of 255 = 60%

186
94
152

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

Portions of RGB colors in percentages

R + G + B =
186 + 94 + 152 = 432 (100%)
R 186 of 432 ~ 43.06%
G 94 of 432 ~ 21.76%
B 152 of 432 ~ 35.19%

%43.06
%21.76
%35.19

CMYK color model

#BA5E98 color CMYK value is (0,49,18,27).

  • cyan value is 0.00%
  • magenta value is 49.46%
  • yellow value is 18.28%
  • key color value is 27.06%
CMYK:
(0,49,18,27)
C0M49Y18K27 
(0%,49%,18%,27%)
(0.00/0.49/0.18/0.27)	

CMYK percentages

%0
%49.46
%18.28
%27.06

Codes

Color #BA5E98 in popluar color models

BA5E98
RGB18694152
HSL322°40.00%54.90%
HSB/HSV322°49.46%72.94%
CMYK0.00%49.46%18.28%
27.06%

Color #BA5E98 in popluar number systems.

HEXBA5E98
Decimal18694152
Binary10111010101111010011000
Octal272136230

Shades and tints

Shades of #BA5E98

#BA5E98
(186,94,152)
#AA568B
(170,86,139)
#9A4E7E
(154,78,126)
#8A4671
(138,70,113)
#7A3E64
(122,62,100)
#6A3657
(106,54,87)
#5A2E4A
(90,46,74)
#4A263D
(74,38,61)
#3A1E30
(58,30,48)
#2A1623
(42,22,35)
#1A0E16
(26,14,22)
#000000
(0,0,0)

Tints of #BA5E98

#BA5E98
(186,94,152)
#C06CA1
(192,108,161)
#C67AAA
(198,122,170)
#CC88B3
(204,136,179)
#D296BC
(210,150,188)
#D8A4C5
(216,164,197)
#DEB2CE
(222,178,206)
#E4C0D7
(228,192,215)
#EACEE0
(234,206,224)
#F0DCE9
(240,220,233)
#F6EAF2
(246,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BA5E98 color. Also use rgb(186,94,152) instead hex code.

Text Font Color

.myTextColor { color: #BA5E98; }

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

This text font color is #BA5E98.


Background Color

.myBgColor { background-color: #BA5E98; }

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

This div background color is #BA5E98.


Border color

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

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

This div border color is #BA5E98.


Opacity

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

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

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

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

This text has shadow with #BA5E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BA5E98 on black background.


Color preview on white background

This text has color #BA5E98 on white background.



Black color preview on #BA5E98 background

This text has black color on #BA5E98 background.


White color preview on #BA5E98 background

This text has white color on #BA5E98 background.