COLOR #87357E

HEX: #87357E
RGB: (135,53,126)

Color info

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

RGB color model

#87357E color RGB value is (135,53,126).

  • red value is 135;
  • green value is 53;
  • blue value is 126.
RGB:
(135,53,126)
(53%,21%,49%)

RGB channels and saturation

R 135 of 255 = 53%
G 53 of 255 = 21%
B 126 of 255 = 49%

135
53
126

R + G + B ~ 41%. #87357E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 53 + 126 = 314 (100%)
R 135 of 314 ~ 42.99%
G 53 of 314 ~ 16.88%
B 126 of 314 ~ 40.13%

%42.99
%16.88
%40.13

CMYK color model

#87357E color CMYK value is (0,61,7,47).

  • cyan value is 0.00%
  • magenta value is 60.74%
  • yellow value is 6.67%
  • key color value is 47.06%
CMYK:
(0,61,7,47)
C0M61Y7K47 
(0%,61%,7%,47%)
(0.00/0.61/0.07/0.47)	

CMYK percentages

%0
%60.74
%6.67
%47.06

Codes

Color #87357E in popluar color models

87357E
RGB13553126
HSL307°43.62%36.86%
HSB/HSV307°60.74%52.94%
CMYK0.00%60.74%6.67%
47.06%

Color #87357E in popluar number systems.

HEX87357E
Decimal13553126
Binary100001111101011111110
Octal20765176

Shades and tints

Shades of #87357E

#87357E
(135,53,126)
#7B3173
(123,49,115)
#6F2D68
(111,45,104)
#63295D
(99,41,93)
#572552
(87,37,82)
#4B2147
(75,33,71)
#3F1D3C
(63,29,60)
#331931
(51,25,49)
#271526
(39,21,38)
#1B111B
(27,17,27)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #87357E

#87357E
(135,53,126)
#914789
(145,71,137)
#9B5994
(155,89,148)
#A56B9F
(165,107,159)
#AF7DAA
(175,125,170)
#B98FB5
(185,143,181)
#C3A1C0
(195,161,192)
#CDB3CB
(205,179,203)
#D7C5D6
(215,197,214)
#E1D7E1
(225,215,225)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87357E color. Also use rgb(135,53,126) instead hex code.

Text Font Color

.myTextColor { color: #87357E; }

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

This text font color is #87357E.


Background Color

.myBgColor { background-color: #87357E; }

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

This div background color is #87357E.


Border color

.myBorderColor { border: 1px solid #87357E; }

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

This div border color is #87357E.


Opacity

.myOpacity80 { color: #87357E; opacity: 0.8; }

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

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

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

This text has shadow with #87357E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87357E on black background.


Color preview on white background

This text has color #87357E on white background.



Black color preview on #87357E background

This text has black color on #87357E background.


White color preview on #87357E background

This text has white color on #87357E background.