COLOR #87487B

HEX: #87487B
RGB: (135,72,123)

Color info

#87487B contains mainly red and blue colors. Web safe color of #87487B is #993366 (or #936).

RGB color model

#87487B color RGB value is (135,72,123).

  • red value is 135;
  • green value is 72;
  • blue value is 123.
RGB:
(135,72,123)
(53%,28%,48%)

RGB channels and saturation

R 135 of 255 = 53%
G 72 of 255 = 28%
B 123 of 255 = 48%

135
72
123

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

Portions of RGB colors in percentages

R + G + B =
135 + 72 + 123 = 330 (100%)
R 135 of 330 ~ 40.91%
G 72 of 330 ~ 21.82%
B 123 of 330 ~ 37.27%

%40.91
%21.82
%37.27

CMYK color model

#87487B color CMYK value is (0,47,9,47).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 8.89%
  • key color value is 47.06%
CMYK:
(0,47,9,47)
C0M47Y9K47 
(0%,47%,9%,47%)
(0.00/0.47/0.09/0.47)	

CMYK percentages

%0
%46.67
%8.89
%47.06

Codes

Color #87487B in popluar color models

87487B
RGB13572123
HSL311°30.43%40.59%
HSB/HSV311°46.67%52.94%
CMYK0.00%46.67%8.89%
47.06%

Color #87487B in popluar number systems.

HEX87487B
Decimal13572123
Binary1000011110010001111011
Octal207110173

Shades and tints

Shades of #87487B

#87487B
(135,72,123)
#7B4270
(123,66,112)
#6F3C65
(111,60,101)
#63365A
(99,54,90)
#57304F
(87,48,79)
#4B2A44
(75,42,68)
#3F2439
(63,36,57)
#331E2E
(51,30,46)
#271823
(39,24,35)
#1B1218
(27,18,24)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #87487B

#87487B
(135,72,123)
#915887
(145,88,135)
#9B6893
(155,104,147)
#A5789F
(165,120,159)
#AF88AB
(175,136,171)
#B998B7
(185,152,183)
#C3A8C3
(195,168,195)
#CDB8CF
(205,184,207)
#D7C8DB
(215,200,219)
#E1D8E7
(225,216,231)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87487B color. Also use rgb(135,72,123) instead hex code.

Text Font Color

.myTextColor { color: #87487B; }

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

This text font color is #87487B.


Background Color

.myBgColor { background-color: #87487B; }

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

This div background color is #87487B.


Border color

.myBorderColor { border: 1px solid #87487B; }

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

This div border color is #87487B.


Opacity

.myOpacity80 { color: #87487B; opacity: 0.8; }

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

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

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

This text has shadow with #87487B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87487B on black background.


Color preview on white background

This text has color #87487B on white background.



Black color preview on #87487B background

This text has black color on #87487B background.


White color preview on #87487B background

This text has white color on #87487B background.