COLOR #B14884

HEX: #B14884
RGB: (177,72,132)

Color info

#B14884 contains mainly red and blue colors. Web safe color of #B14884 is #993399 (or #939).

RGB color model

#B14884 color RGB value is (177,72,132).

  • red value is 177;
  • green value is 72;
  • blue value is 132.
RGB:
(177,72,132)
(69%,28%,52%)

RGB channels and saturation

R 177 of 255 = 69%
G 72 of 255 = 28%
B 132 of 255 = 52%

177
72
132

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

Portions of RGB colors in percentages

R + G + B =
177 + 72 + 132 = 381 (100%)
R 177 of 381 ~ 46.46%
G 72 of 381 ~ 18.9%
B 132 of 381 ~ 34.65%

%46.46
%18.9
%34.65

CMYK color model

#B14884 color CMYK value is (0,59,25,31).

  • cyan value is 0.00%
  • magenta value is 59.32%
  • yellow value is 25.42%
  • key color value is 30.59%
CMYK:
(0,59,25,31)
C0M59Y25K31 
(0%,59%,25%,31%)
(0.00/0.59/0.25/0.31)	

CMYK percentages

%0
%59.32
%25.42
%30.59

Codes

Color #B14884 in popluar color models

B14884
RGB17772132
HSL326°42.17%48.82%
HSB/HSV326°59.32%69.41%
CMYK0.00%59.32%25.42%
30.59%

Color #B14884 in popluar number systems.

HEXB14884
Decimal17772132
Binary10110001100100010000100
Octal261110204

Shades and tints

Shades of #B14884

#B14884
(177,72,132)
#A14278
(161,66,120)
#913C6C
(145,60,108)
#813660
(129,54,96)
#713054
(113,48,84)
#612A48
(97,42,72)
#51243C
(81,36,60)
#411E30
(65,30,48)
#311824
(49,24,36)
#211218
(33,18,24)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #B14884

#B14884
(177,72,132)
#B8588F
(184,88,143)
#BF689A
(191,104,154)
#C678A5
(198,120,165)
#CD88B0
(205,136,176)
#D498BB
(212,152,187)
#DBA8C6
(219,168,198)
#E2B8D1
(226,184,209)
#E9C8DC
(233,200,220)
#F0D8E7
(240,216,231)
#F7E8F2
(247,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B14884 color. Also use rgb(177,72,132) instead hex code.

Text Font Color

.myTextColor { color: #B14884; }

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

This text font color is #B14884.


Background Color

.myBgColor { background-color: #B14884; }

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

This div background color is #B14884.


Border color

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

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

This div border color is #B14884.


Opacity

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

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

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

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

This text has shadow with #B14884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B14884 on black background.


Color preview on white background

This text has color #B14884 on white background.



Black color preview on #B14884 background

This text has black color on #B14884 background.


White color preview on #B14884 background

This text has white color on #B14884 background.