COLOR #B52E88

HEX: #B52E88
RGB: (181,46,136)

Color info

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

RGB color model

#B52E88 color RGB value is (181,46,136).

  • red value is 181;
  • green value is 46;
  • blue value is 136.
RGB:
(181,46,136)
(71%,18%,53%)

RGB channels and saturation

R 181 of 255 = 71%
G 46 of 255 = 18%
B 136 of 255 = 53%

181
46
136

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

Portions of RGB colors in percentages

R + G + B =
181 + 46 + 136 = 363 (100%)
R 181 of 363 ~ 49.86%
G 46 of 363 ~ 12.67%
B 136 of 363 ~ 37.47%

%49.86
%12.67
%37.47

CMYK color model

#B52E88 color CMYK value is (0,75,25,29).

  • cyan value is 0.00%
  • magenta value is 74.59%
  • yellow value is 24.86%
  • key color value is 29.02%
CMYK:
(0,75,25,29)
C0M75Y25K29 
(0%,75%,25%,29%)
(0.00/0.75/0.25/0.29)	

CMYK percentages

%0
%74.59
%24.86
%29.02

Codes

Color #B52E88 in popluar color models

B52E88
RGB18146136
HSL320°59.47%44.51%
HSB/HSV320°74.59%70.98%
CMYK0.00%74.59%24.86%
29.02%

Color #B52E88 in popluar number systems.

HEXB52E88
Decimal18146136
Binary1011010110111010001000
Octal26556210

Shades and tints

Shades of #B52E88

#B52E88
(181,46,136)
#A52A7C
(165,42,124)
#952670
(149,38,112)
#852264
(133,34,100)
#751E58
(117,30,88)
#651A4C
(101,26,76)
#551640
(85,22,64)
#451234
(69,18,52)
#350E28
(53,14,40)
#250A1C
(37,10,28)
#150610
(21,6,16)
#000000
(0,0,0)

Tints of #B52E88

#B52E88
(181,46,136)
#BB4192
(187,65,146)
#C1549C
(193,84,156)
#C767A6
(199,103,166)
#CD7AB0
(205,122,176)
#D38DBA
(211,141,186)
#D9A0C4
(217,160,196)
#DFB3CE
(223,179,206)
#E5C6D8
(229,198,216)
#EBD9E2
(235,217,226)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B52E88 color. Also use rgb(181,46,136) instead hex code.

Text Font Color

.myTextColor { color: #B52E88; }

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

This text font color is #B52E88.


Background Color

.myBgColor { background-color: #B52E88; }

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

This div background color is #B52E88.


Border color

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

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

This div border color is #B52E88.


Opacity

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

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

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

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

This text has shadow with #B52E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B52E88 on black background.


Color preview on white background

This text has color #B52E88 on white background.



Black color preview on #B52E88 background

This text has black color on #B52E88 background.


White color preview on #B52E88 background

This text has white color on #B52E88 background.