COLOR #B08DF8

HEX: #B08DF8 RGB: (176,141,248)

Color info

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

RGB color model

#B08DF8 color RGB value is (176,141,248).

RGB: (176,141,248) (69%, 55%, 97%)

RGB channels and saturation

R 176 of 255 = 69%
G 141 of 255 = 55%
B 248 of 255 = 97%

176
141
248

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

Portions of RGB colors in percentages

R + G + B = 176 + 141 + 248 = 565 (100%)
R 176 of 565 ~ 31.15%
G 141 of 565 ~ 24.96%
B 248 of 565 ~ 43.89'%

%31.15
%24.96
%43.89

CMYK color model

#B08DF8 color CMYK value is (29,43,0,3).

  • cyan value is 29.03%
  • magenta value is 43.15%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (29,43,0,3)
C29M43Y0K3 (29%, 43%, 0%, 3%)
(0.29 / 0.43 / 0.00 / 0.03)

CMYK percentages

%29.03
%43.15
%0
%2.75

Codes

Color #B08DF8 in popluar color models

B0 8D F8
RGB 176 141 248
HSL 260° 88.43% 76.27%
HSB/HSV 260° 43.15% 97.25%
CMYK 29.03% 43.15% 0.00%
2.75%

Color #B08DF8 in popluar number systems.

HEX B0 8D F8
Decimal 176 141 248
Binary 10110000 10001101 11111000
Octal 260 215 370

Shades and tints

Shades of #B08DF8

#B08DF8
(176,141,248)
#A081E2
(160,129,226)
#9075CC
(144,117,204)
#8069B6
(128,105,182)
#705DA0
(112,93,160)
#60518A
(96,81,138)
#504574
(80,69,116)
#40395E
(64,57,94)
#302D48
(48,45,72)
#202132
(32,33,50)
#10151C
(16,21,28)
#000000
(0,0,0)

Tints of #B08DF8

#B08DF8
(176,141,248)
#B797F8
(183,151,248)
#BEA1F8
(190,161,248)
#C5ABF8
(197,171,248)
#CCB5F8
(204,181,248)
#D3BFF8
(211,191,248)
#DAC9F8
(218,201,248)
#E1D3F8
(225,211,248)
#E8DDF8
(232,221,248)
#EFE7F8
(239,231,248)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B08DF8 color. Also use rgb(176,141,248) instead hex code.

Text Font Color

.myTextColor { color: #B08DF8; }

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

This text font color is #B08DF8.

Background Color

.myBgColor { background-color: #B08DF8; }

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

This div background color is #B08DF8.

Border color

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

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

This div border color is #B08DF8.

Opacity

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

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

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

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

This text has shadow with #B08DF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B08DF8.

Preview

Color preview on black background

This text has color #B08DF8 on black background.


Color preview on white background

This text has color #B08DF8 on white background.


Black color preview on #B08DF8 background

This text has black color on #B08DF8 background.


White color preview on #B08DF8 background

This text has white color on #B08DF8 background.


Related colors

Complementary color

Complementary color for #hex is #4F7207.


I love getcolorcode.com

Triadic colors

1 #F8B08D and #8DF8B0 with #B08DF8 are triadic colors.

2 #F88DB0 and #8DB0F8 with #B08DF8 are triadic colors.