COLOR #B094DA

HEX: #B094DA
RGB: (176,148,218)

Color info

#B094DA contains mainly red and blue colors. Web safe color of #B094DA is #9999CC (or #99C).

RGB color model

#B094DA color RGB value is (176,148,218).

  • red value is 176;
  • green value is 148;
  • blue value is 218.
RGB:
(176,148,218)
(69%,58%,85%)

RGB channels and saturation

R 176 of 255 = 69%
G 148 of 255 = 58%
B 218 of 255 = 85%

176
148
218

R + G + B ~ 71%. #B094DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 148 + 218 = 542 (100%)
R 176 of 542 ~ 32.47%
G 148 of 542 ~ 27.31%
B 218 of 542 ~ 40.22%

%32.47
%27.31
%40.22

CMYK color model

#B094DA color CMYK value is (19,32,0,15).

  • cyan value is 19.27%
  • magenta value is 32.11%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(19,32,0,15)
C19M32Y0K15 
(19%,32%,0%,15%)
(0.19/0.32/0.00/0.15)	

CMYK percentages

%19.27
%32.11
%0
%14.51

Codes

Color #B094DA in popluar color models

B094DA
RGB176148218
HSL264°48.61%71.76%
HSB/HSV264°32.11%85.49%
CMYK19.27%32.11%0.00%
14.51%

Color #B094DA in popluar number systems.

HEXB094DA
Decimal176148218
Binary101100001001010011011010
Octal260224332

Shades and tints

Shades of #B094DA

#B094DA
(176,148,218)
#A087C7
(160,135,199)
#907AB4
(144,122,180)
#806DA1
(128,109,161)
#70608E
(112,96,142)
#60537B
(96,83,123)
#504668
(80,70,104)
#403955
(64,57,85)
#302C42
(48,44,66)
#201F2F
(32,31,47)
#10121C
(16,18,28)
#000000
(0,0,0)

Tints of #B094DA

#B094DA
(176,148,218)
#B79DDD
(183,157,221)
#BEA6E0
(190,166,224)
#C5AFE3
(197,175,227)
#CCB8E6
(204,184,230)
#D3C1E9
(211,193,233)
#DACAEC
(218,202,236)
#E1D3EF
(225,211,239)
#E8DCF2
(232,220,242)
#EFE5F5
(239,229,245)
#F6EEF8
(246,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B094DA color. Also use rgb(176,148,218) instead hex code.

Text Font Color

.myTextColor { color: #B094DA; }

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

This text font color is #B094DA.


Background Color

.myBgColor { background-color: #B094DA; }

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

This div background color is #B094DA.


Border color

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

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

This div border color is #B094DA.


Opacity

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

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

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

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

This text has shadow with #B094DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B094DA on black background.


Color preview on white background

This text has color #B094DA on white background.



Black color preview on #B094DA background

This text has black color on #B094DA background.


White color preview on #B094DA background

This text has white color on #B094DA background.