COLOR #B08EF5

HEX: #B08EF5
RGB: (176,142,245)

Color info

#B08EF5 contains mainly blue color. Web safe color of #B08EF5 is #9999FF (or #99F).

RGB color model

#B08EF5 color RGB value is (176,142,245).

  • red value is 176;
  • green value is 142;
  • blue value is 245.
RGB:
(176,142,245)
(69%,56%,96%)

RGB channels and saturation

R 176 of 255 = 69%
G 142 of 255 = 56%
B 245 of 255 = 96%

176
142
245

R + G + B ~ 74%. #B08EF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 142 + 245 = 563 (100%)
R 176 of 563 ~ 31.26%
G 142 of 563 ~ 25.22%
B 245 of 563 ~ 43.52%

%31.26
%25.22
%43.52

CMYK color model

#B08EF5 color CMYK value is (28,42,0,4).

  • cyan value is 28.16%
  • magenta value is 42.04%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(28,42,0,4)
C28M42Y0K4 
(28%,42%,0%,4%)
(0.28/0.42/0.00/0.04)	

CMYK percentages

%28.16
%42.04
%0
%3.92

Codes

Color #B08EF5 in popluar color models

B08EF5
RGB176142245
HSL260°83.74%75.88%
HSB/HSV260°42.04%96.08%
CMYK28.16%42.04%0.00%
3.92%

Color #B08EF5 in popluar number systems.

HEXB08EF5
Decimal176142245
Binary101100001000111011110101
Octal260216365

Shades and tints

Shades of #B08EF5

#B08EF5
(176,142,245)
#A082DF
(160,130,223)
#9076C9
(144,118,201)
#806AB3
(128,106,179)
#705E9D
(112,94,157)
#605287
(96,82,135)
#504671
(80,70,113)
#403A5B
(64,58,91)
#302E45
(48,46,69)
#20222F
(32,34,47)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #B08EF5

#B08EF5
(176,142,245)
#B798F5
(183,152,245)
#BEA2F5
(190,162,245)
#C5ACF5
(197,172,245)
#CCB6F5
(204,182,245)
#D3C0F5
(211,192,245)
#DACAF5
(218,202,245)
#E1D4F5
(225,212,245)
#E8DEF5
(232,222,245)
#EFE8F5
(239,232,245)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08EF5 color. Also use rgb(176,142,245) instead hex code.

Text Font Color

.myTextColor { color: #B08EF5; }

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

This text font color is #B08EF5.


Background Color

.myBgColor { background-color: #B08EF5; }

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

This div background color is #B08EF5.


Border color

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

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

This div border color is #B08EF5.


Opacity

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

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

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

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

This text has shadow with #B08EF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B08EF5 on black background.


Color preview on white background

This text has color #B08EF5 on white background.



Black color preview on #B08EF5 background

This text has black color on #B08EF5 background.


White color preview on #B08EF5 background

This text has white color on #B08EF5 background.