COLOR #B83089

HEX: #B83089
RGB: (184,48,137)

Color info

#B83089 contains mainly red and blue colors. Web safe color of #B83089 is #CC3399 (or #C39).

RGB color model

#B83089 color RGB value is (184,48,137).

  • red value is 184;
  • green value is 48;
  • blue value is 137.
RGB:
(184,48,137)
(72%,19%,54%)

RGB channels and saturation

R 184 of 255 = 72%
G 48 of 255 = 19%
B 137 of 255 = 54%

184
48
137

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

Portions of RGB colors in percentages

R + G + B =
184 + 48 + 137 = 369 (100%)
R 184 of 369 ~ 49.86%
G 48 of 369 ~ 13.01%
B 137 of 369 ~ 37.13%

%49.86
%13.01
%37.13

CMYK color model

#B83089 color CMYK value is (0,74,26,28).

  • cyan value is 0.00%
  • magenta value is 73.91%
  • yellow value is 25.54%
  • key color value is 27.84%
CMYK:
(0,74,26,28)
C0M74Y26K28 
(0%,74%,26%,28%)
(0.00/0.74/0.26/0.28)	

CMYK percentages

%0
%73.91
%25.54
%27.84

Codes

Color #B83089 in popluar color models

B83089
RGB18448137
HSL321°58.62%45.49%
HSB/HSV321°73.91%72.16%
CMYK0.00%73.91%25.54%
27.84%

Color #B83089 in popluar number systems.

HEXB83089
Decimal18448137
Binary1011100011000010001001
Octal27060211

Shades and tints

Shades of #B83089

#B83089
(184,48,137)
#A82C7D
(168,44,125)
#982871
(152,40,113)
#882465
(136,36,101)
#782059
(120,32,89)
#681C4D
(104,28,77)
#581841
(88,24,65)
#481435
(72,20,53)
#381029
(56,16,41)
#280C1D
(40,12,29)
#180811
(24,8,17)
#000000
(0,0,0)

Tints of #B83089

#B83089
(184,48,137)
#BE4293
(190,66,147)
#C4549D
(196,84,157)
#CA66A7
(202,102,167)
#D078B1
(208,120,177)
#D68ABB
(214,138,187)
#DC9CC5
(220,156,197)
#E2AECF
(226,174,207)
#E8C0D9
(232,192,217)
#EED2E3
(238,210,227)
#F4E4ED
(244,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B83089 color. Also use rgb(184,48,137) instead hex code.

Text Font Color

.myTextColor { color: #B83089; }

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

This text font color is #B83089.


Background Color

.myBgColor { background-color: #B83089; }

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

This div background color is #B83089.


Border color

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

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

This div border color is #B83089.


Opacity

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

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

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

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

This text has shadow with #B83089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B83089 on black background.


Color preview on white background

This text has color #B83089 on white background.



Black color preview on #B83089 background

This text has black color on #B83089 background.


White color preview on #B83089 background

This text has white color on #B83089 background.