COLOR #B092F8

HEX: #B092F8
RGB: (176,146,248)

Color info

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

RGB color model

#B092F8 color RGB value is (176,146,248).

  • red value is 176;
  • green value is 146;
  • blue value is 248.
RGB:
(176,146,248)
(69%,57%,97%)

RGB channels and saturation

R 176 of 255 = 69%
G 146 of 255 = 57%
B 248 of 255 = 97%

176
146
248

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

Portions of RGB colors in percentages

R + G + B =
176 + 146 + 248 = 570 (100%)
R 176 of 570 ~ 30.88%
G 146 of 570 ~ 25.61%
B 248 of 570 ~ 43.51%

%30.88
%25.61
%43.51

CMYK color model

#B092F8 color CMYK value is (29,41,0,3).

  • cyan value is 29.03%
  • magenta value is 41.13%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(29,41,0,3)
C29M41Y0K3 
(29%,41%,0%,3%)
(0.29/0.41/0.00/0.03)	

CMYK percentages

%29.03
%41.13
%0
%2.75

Codes

Color #B092F8 in popluar color models

B092F8
RGB176146248
HSL258°87.93%77.25%
HSB/HSV258°41.13%97.25%
CMYK29.03%41.13%0.00%
2.75%

Color #B092F8 in popluar number systems.

HEXB092F8
Decimal176146248
Binary101100001001001011111000
Octal260222370

Shades and tints

Shades of #B092F8

#B092F8
(176,146,248)
#A085E2
(160,133,226)
#9078CC
(144,120,204)
#806BB6
(128,107,182)
#705EA0
(112,94,160)
#60518A
(96,81,138)
#504474
(80,68,116)
#40375E
(64,55,94)
#302A48
(48,42,72)
#201D32
(32,29,50)
#10101C
(16,16,28)
#000000
(0,0,0)

Tints of #B092F8

#B092F8
(176,146,248)
#B79BF8
(183,155,248)
#BEA4F8
(190,164,248)
#C5ADF8
(197,173,248)
#CCB6F8
(204,182,248)
#D3BFF8
(211,191,248)
#DAC8F8
(218,200,248)
#E1D1F8
(225,209,248)
#E8DAF8
(232,218,248)
#EFE3F8
(239,227,248)
#F6ECF8
(246,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B092F8; }

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

This text font color is #B092F8.


Background Color

.myBgColor { background-color: #B092F8; }

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

This div background color is #B092F8.


Border color

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

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

This div border color is #B092F8.


Opacity

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

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

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

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

This text has shadow with #B092F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B092F8 on black background.


Color preview on white background

This text has color #B092F8 on white background.



Black color preview on #B092F8 background

This text has black color on #B092F8 background.


White color preview on #B092F8 background

This text has white color on #B092F8 background.