COLOR #8D5588

HEX: #8D5588
RGB: (141,85,136)

Color info

#8D5588 contains red, green and blue colors in about the same proportion. Web safe color of #8D5588 is #996699 (or #969).

RGB color model

#8D5588 color RGB value is (141,85,136).

  • red value is 141;
  • green value is 85;
  • blue value is 136.
RGB:
(141,85,136)
(55%,33%,53%)

RGB channels and saturation

R 141 of 255 = 55%
G 85 of 255 = 33%
B 136 of 255 = 53%

141
85
136

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

Portions of RGB colors in percentages

R + G + B =
141 + 85 + 136 = 362 (100%)
R 141 of 362 ~ 38.95%
G 85 of 362 ~ 23.48%
B 136 of 362 ~ 37.57%

%38.95
%23.48
%37.57

CMYK color model

#8D5588 color CMYK value is (0,40,4,45).

  • cyan value is 0.00%
  • magenta value is 39.72%
  • yellow value is 3.55%
  • key color value is 44.71%
CMYK:
(0,40,4,45)
C0M40Y4K45 
(0%,40%,4%,45%)
(0.00/0.40/0.04/0.45)	

CMYK percentages

%0
%39.72
%3.55
%44.71

Codes

Color #8D5588 in popluar color models

8D5588
RGB14185136
HSL305°24.78%44.31%
HSB/HSV305°39.72%55.29%
CMYK0.00%39.72%3.55%
44.71%

Color #8D5588 in popluar number systems.

HEX8D5588
Decimal14185136
Binary10001101101010110001000
Octal215125210

Shades and tints

Shades of #8D5588

#8D5588
(141,85,136)
#814E7C
(129,78,124)
#754770
(117,71,112)
#694064
(105,64,100)
#5D3958
(93,57,88)
#51324C
(81,50,76)
#452B40
(69,43,64)
#392434
(57,36,52)
#2D1D28
(45,29,40)
#21161C
(33,22,28)
#150F10
(21,15,16)
#000000
(0,0,0)

Tints of #8D5588

#8D5588
(141,85,136)
#976492
(151,100,146)
#A1739C
(161,115,156)
#AB82A6
(171,130,166)
#B591B0
(181,145,176)
#BFA0BA
(191,160,186)
#C9AFC4
(201,175,196)
#D3BECE
(211,190,206)
#DDCDD8
(221,205,216)
#E7DCE2
(231,220,226)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D5588 color. Also use rgb(141,85,136) instead hex code.

Text Font Color

.myTextColor { color: #8D5588; }

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

This text font color is #8D5588.


Background Color

.myBgColor { background-color: #8D5588; }

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

This div background color is #8D5588.


Border color

.myBorderColor { border: 1px solid #8D5588; }

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

This div border color is #8D5588.


Opacity

.myOpacity80 { color: #8D5588; opacity: 0.8; }

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

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

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

This text has shadow with #8D5588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D5588 on black background.


Color preview on white background

This text has color #8D5588 on white background.



Black color preview on #8D5588 background

This text has black color on #8D5588 background.


White color preview on #8D5588 background

This text has white color on #8D5588 background.