COLOR #8C448C

HEX: #8C448C
RGB: (140,68,140)

Color info

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

RGB color model

#8C448C color RGB value is (140,68,140).

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

RGB channels and saturation

R 140 of 255 = 55%
G 68 of 255 = 27%
B 140 of 255 = 55%

140
68
140

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

Portions of RGB colors in percentages

R + G + B =
140 + 68 + 140 = 348 (100%)
R 140 of 348 ~ 40.23%
G 68 of 348 ~ 19.54%
B 140 of 348 ~ 40.23%

%40.23
%19.54
%40.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 51.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(0,51,0,45)
C0M51Y0K45 
(0%,51%,0%,45%)
(0.00/0.51/0.00/0.45)	

CMYK percentages

%0
%51.43
%0
%45.1

Codes

Color #8C448C in popluar color models

8C448C
RGB14068140
HSL300°34.62%40.78%
HSB/HSV300°51.43%54.90%
CMYK0.00%51.43%0.00%
45.10%

Color #8C448C in popluar number systems.

HEX8C448C
Decimal14068140
Binary10001100100010010001100
Octal214104214

Shades and tints

Shades of #8C448C

#8C448C
(140,68,140)
#803E80
(128,62,128)
#743874
(116,56,116)
#683268
(104,50,104)
#5C2C5C
(92,44,92)
#502650
(80,38,80)
#442044
(68,32,68)
#381A38
(56,26,56)
#2C142C
(44,20,44)
#200E20
(32,14,32)
#140814
(20,8,20)
#000000
(0,0,0)

Tints of #8C448C

#8C448C
(140,68,140)
#965596
(150,85,150)
#A066A0
(160,102,160)
#AA77AA
(170,119,170)
#B488B4
(180,136,180)
#BE99BE
(190,153,190)
#C8AAC8
(200,170,200)
#D2BBD2
(210,187,210)
#DCCCDC
(220,204,220)
#E6DDE6
(230,221,230)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C448C; }

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

This text font color is #8C448C.


Background Color

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

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

This div background color is #8C448C.


Border color

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

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

This div border color is #8C448C.


Opacity

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

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

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

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

This text has shadow with #8C448C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C448C on black background.


Color preview on white background

This text has color #8C448C on white background.



Black color preview on #8C448C background

This text has black color on #8C448C background.


White color preview on #8C448C background

This text has white color on #8C448C background.