COLOR #87458E

HEX: #87458E
RGB: (135,69,142)

Color info

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

RGB color model

#87458E color RGB value is (135,69,142).

  • red value is 135;
  • green value is 69;
  • blue value is 142.
RGB:
(135,69,142)
(53%,27%,56%)

RGB channels and saturation

R 135 of 255 = 53%
G 69 of 255 = 27%
B 142 of 255 = 56%

135
69
142

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

Portions of RGB colors in percentages

R + G + B =
135 + 69 + 142 = 346 (100%)
R 135 of 346 ~ 39.02%
G 69 of 346 ~ 19.94%
B 142 of 346 ~ 41.04%

%39.02
%19.94
%41.04

CMYK color model

#87458E color CMYK value is (5,51,0,44).

  • cyan value is 4.93%
  • magenta value is 51.41%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(5,51,0,44)
C5M51Y0K44 
(5%,51%,0%,44%)
(0.05/0.51/0.00/0.44)	

CMYK percentages

%4.93
%51.41
%0
%44.31

Codes

Color #87458E in popluar color models

87458E
RGB13569142
HSL294°34.60%41.37%
HSB/HSV294°51.41%55.69%
CMYK4.93%51.41%0.00%
44.31%

Color #87458E in popluar number systems.

HEX87458E
Decimal13569142
Binary10000111100010110001110
Octal207105216

Shades and tints

Shades of #87458E

#87458E
(135,69,142)
#7B3F82
(123,63,130)
#6F3976
(111,57,118)
#63336A
(99,51,106)
#572D5E
(87,45,94)
#4B2752
(75,39,82)
#3F2146
(63,33,70)
#331B3A
(51,27,58)
#27152E
(39,21,46)
#1B0F22
(27,15,34)
#0F0916
(15,9,22)
#000000
(0,0,0)

Tints of #87458E

#87458E
(135,69,142)
#915598
(145,85,152)
#9B65A2
(155,101,162)
#A575AC
(165,117,172)
#AF85B6
(175,133,182)
#B995C0
(185,149,192)
#C3A5CA
(195,165,202)
#CDB5D4
(205,181,212)
#D7C5DE
(215,197,222)
#E1D5E8
(225,213,232)
#EBE5F2
(235,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87458E color. Also use rgb(135,69,142) instead hex code.

Text Font Color

.myTextColor { color: #87458E; }

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

This text font color is #87458E.


Background Color

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

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

This div background color is #87458E.


Border color

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

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

This div border color is #87458E.


Opacity

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

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

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

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

This text has shadow with #87458E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87458E on black background.


Color preview on white background

This text has color #87458E on white background.



Black color preview on #87458E background

This text has black color on #87458E background.


White color preview on #87458E background

This text has white color on #87458E background.