COLOR #8C588C

HEX: #8C588C
RGB: (140,88,140)

Color info

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

RGB color model

#8C588C color RGB value is (140,88,140).

  • red value is 140;
  • green value is 88;
  • blue value is 140.
RGB:
(140,88,140)
(55%,35%,55%)

RGB channels and saturation

R 140 of 255 = 55%
G 88 of 255 = 35%
B 140 of 255 = 55%

140
88
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 88 + 140 = 368 (100%)
R 140 of 368 ~ 38.04%
G 88 of 368 ~ 23.91%
B 140 of 368 ~ 38.04%

%38.04
%23.91
%38.04

CMYK color model

#8C588C color CMYK value is (0,37,0,45).

  • cyan value is 0.00%
  • magenta value is 37.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(0,37,0,45)
C0M37Y0K45 
(0%,37%,0%,45%)
(0.00/0.37/0.00/0.45)	

CMYK percentages

%0
%37.14
%0
%45.1

Codes

Color #8C588C in popluar color models

8C588C
RGB14088140
HSL300°22.81%44.71%
HSB/HSV300°37.14%54.90%
CMYK0.00%37.14%0.00%
45.10%

Color #8C588C in popluar number systems.

HEX8C588C
Decimal14088140
Binary10001100101100010001100
Octal214130214

Shades and tints

Shades of #8C588C

#8C588C
(140,88,140)
#805080
(128,80,128)
#744874
(116,72,116)
#684068
(104,64,104)
#5C385C
(92,56,92)
#503050
(80,48,80)
#442844
(68,40,68)
#382038
(56,32,56)
#2C182C
(44,24,44)
#201020
(32,16,32)
#140814
(20,8,20)
#000000
(0,0,0)

Tints of #8C588C

#8C588C
(140,88,140)
#966796
(150,103,150)
#A076A0
(160,118,160)
#AA85AA
(170,133,170)
#B494B4
(180,148,180)
#BEA3BE
(190,163,190)
#C8B2C8
(200,178,200)
#D2C1D2
(210,193,210)
#DCD0DC
(220,208,220)
#E6DFE6
(230,223,230)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C588C; }

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

This text font color is #8C588C.


Background Color

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

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

This div background color is #8C588C.


Border color

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

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

This div border color is #8C588C.


Opacity

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

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

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

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

This text has shadow with #8C588C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C588C on black background.


Color preview on white background

This text has color #8C588C on white background.



Black color preview on #8C588C background

This text has black color on #8C588C background.


White color preview on #8C588C background

This text has white color on #8C588C background.