COLOR #8C4588

HEX: #8C4588
RGB: (140,69,136)

Color info

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

RGB color model

#8C4588 color RGB value is (140,69,136).

  • red value is 140;
  • green value is 69;
  • blue value is 136.
RGB:
(140,69,136)
(55%,27%,53%)

RGB channels and saturation

R 140 of 255 = 55%
G 69 of 255 = 27%
B 136 of 255 = 53%

140
69
136

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

Portions of RGB colors in percentages

R + G + B =
140 + 69 + 136 = 345 (100%)
R 140 of 345 ~ 40.58%
G 69 of 345 ~ 20%
B 136 of 345 ~ 39.42%

%40.58
%20
%39.42

CMYK color model

#8C4588 color CMYK value is (0,51,3,45).

  • cyan value is 0.00%
  • magenta value is 50.71%
  • yellow value is 2.86%
  • key color value is 45.10%
CMYK:
(0,51,3,45)
C0M51Y3K45 
(0%,51%,3%,45%)
(0.00/0.51/0.03/0.45)	

CMYK percentages

%0
%50.71
%2.86
%45.1

Codes

Color #8C4588 in popluar color models

8C4588
RGB14069136
HSL303°33.97%40.98%
HSB/HSV303°50.71%54.90%
CMYK0.00%50.71%2.86%
45.10%

Color #8C4588 in popluar number systems.

HEX8C4588
Decimal14069136
Binary10001100100010110001000
Octal214105210

Shades and tints

Shades of #8C4588

#8C4588
(140,69,136)
#803F7C
(128,63,124)
#743970
(116,57,112)
#683364
(104,51,100)
#5C2D58
(92,45,88)
#50274C
(80,39,76)
#442140
(68,33,64)
#381B34
(56,27,52)
#2C1528
(44,21,40)
#200F1C
(32,15,28)
#140910
(20,9,16)
#000000
(0,0,0)

Tints of #8C4588

#8C4588
(140,69,136)
#965592
(150,85,146)
#A0659C
(160,101,156)
#AA75A6
(170,117,166)
#B485B0
(180,133,176)
#BE95BA
(190,149,186)
#C8A5C4
(200,165,196)
#D2B5CE
(210,181,206)
#DCC5D8
(220,197,216)
#E6D5E2
(230,213,226)
#F0E5EC
(240,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4588 color. Also use rgb(140,69,136) instead hex code.

Text Font Color

.myTextColor { color: #8C4588; }

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

This text font color is #8C4588.


Background Color

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

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

This div background color is #8C4588.


Border color

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

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

This div border color is #8C4588.


Opacity

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

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

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

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

This text has shadow with #8C4588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4588 on black background.


Color preview on white background

This text has color #8C4588 on white background.



Black color preview on #8C4588 background

This text has black color on #8C4588 background.


White color preview on #8C4588 background

This text has white color on #8C4588 background.