COLOR #88387B

HEX: #88387B
RGB: (136,56,123)

Color info

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

RGB color model

#88387B color RGB value is (136,56,123).

  • red value is 136;
  • green value is 56;
  • blue value is 123.
RGB:
(136,56,123)
(53%,22%,48%)

RGB channels and saturation

R 136 of 255 = 53%
G 56 of 255 = 22%
B 123 of 255 = 48%

136
56
123

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

Portions of RGB colors in percentages

R + G + B =
136 + 56 + 123 = 315 (100%)
R 136 of 315 ~ 43.17%
G 56 of 315 ~ 17.78%
B 123 of 315 ~ 39.05%

%43.17
%17.78
%39.05

CMYK color model

#88387B color CMYK value is (0,59,10,47).

  • cyan value is 0.00%
  • magenta value is 58.82%
  • yellow value is 9.56%
  • key color value is 46.67%
CMYK:
(0,59,10,47)
C0M59Y10K47 
(0%,59%,10%,47%)
(0.00/0.59/0.10/0.47)	

CMYK percentages

%0
%58.82
%9.56
%46.67

Codes

Color #88387B in popluar color models

88387B
RGB13656123
HSL310°41.67%37.65%
HSB/HSV310°58.82%53.33%
CMYK0.00%58.82%9.56%
46.67%

Color #88387B in popluar number systems.

HEX88387B
Decimal13656123
Binary100010001110001111011
Octal21070173

Shades and tints

Shades of #88387B

#88387B
(136,56,123)
#7C3370
(124,51,112)
#702E65
(112,46,101)
#64295A
(100,41,90)
#58244F
(88,36,79)
#4C1F44
(76,31,68)
#401A39
(64,26,57)
#34152E
(52,21,46)
#281023
(40,16,35)
#1C0B18
(28,11,24)
#10060D
(16,6,13)
#000000
(0,0,0)

Tints of #88387B

#88387B
(136,56,123)
#924A87
(146,74,135)
#9C5C93
(156,92,147)
#A66E9F
(166,110,159)
#B080AB
(176,128,171)
#BA92B7
(186,146,183)
#C4A4C3
(196,164,195)
#CEB6CF
(206,182,207)
#D8C8DB
(216,200,219)
#E2DAE7
(226,218,231)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88387B color. Also use rgb(136,56,123) instead hex code.

Text Font Color

.myTextColor { color: #88387B; }

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

This text font color is #88387B.


Background Color

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

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

This div background color is #88387B.


Border color

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

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

This div border color is #88387B.


Opacity

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

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

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

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

This text has shadow with #88387B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88387B on black background.


Color preview on white background

This text has color #88387B on white background.



Black color preview on #88387B background

This text has black color on #88387B background.


White color preview on #88387B background

This text has white color on #88387B background.