COLOR #8C348C

HEX: #8C348C
RGB: (140,52,140)

Color info

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

RGB color model

#8C348C color RGB value is (140,52,140).

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

RGB channels and saturation

R 140 of 255 = 55%
G 52 of 255 = 20%
B 140 of 255 = 55%

140
52
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 52 + 140 = 332 (100%)
R 140 of 332 ~ 42.17%
G 52 of 332 ~ 15.66%
B 140 of 332 ~ 42.17%

%42.17
%15.66
%42.17

CMYK color model

#8C348C color CMYK value is (0,63,0,45).

  • cyan value is 0.00%
  • magenta value is 62.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(0,63,0,45)
C0M63Y0K45 
(0%,63%,0%,45%)
(0.00/0.63/0.00/0.45)	

CMYK percentages

%0
%62.86
%0
%45.1

Codes

Color #8C348C in popluar color models

8C348C
RGB14052140
HSL300°45.83%37.65%
HSB/HSV300°62.86%54.90%
CMYK0.00%62.86%0.00%
45.10%

Color #8C348C in popluar number systems.

HEX8C348C
Decimal14052140
Binary1000110011010010001100
Octal21464214

Shades and tints

Shades of #8C348C

#8C348C
(140,52,140)
#803080
(128,48,128)
#742C74
(116,44,116)
#682868
(104,40,104)
#5C245C
(92,36,92)
#502050
(80,32,80)
#441C44
(68,28,68)
#381838
(56,24,56)
#2C142C
(44,20,44)
#201020
(32,16,32)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #8C348C

#8C348C
(140,52,140)
#964696
(150,70,150)
#A058A0
(160,88,160)
#AA6AAA
(170,106,170)
#B47CB4
(180,124,180)
#BE8EBE
(190,142,190)
#C8A0C8
(200,160,200)
#D2B2D2
(210,178,210)
#DCC4DC
(220,196,220)
#E6D6E6
(230,214,230)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C348C; }

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

This text font color is #8C348C.


Background Color

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

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

This div background color is #8C348C.


Border color

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

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

This div border color is #8C348C.


Opacity

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

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

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

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

This text has shadow with #8C348C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C348C on black background.


Color preview on white background

This text has color #8C348C on white background.



Black color preview on #8C348C background

This text has black color on #8C348C background.


White color preview on #8C348C background

This text has white color on #8C348C background.