COLOR #8F4070

HEX: #8F4070
RGB: (143,64,112)

Color info

#8F4070 contains mainly red and blue colors. Web safe color of #8F4070 is #993366 (or #936).

RGB color model

#8F4070 color RGB value is (143,64,112).

  • red value is 143;
  • green value is 64;
  • blue value is 112.
RGB:
(143,64,112)
(56%,25%,44%)

RGB channels and saturation

R 143 of 255 = 56%
G 64 of 255 = 25%
B 112 of 255 = 44%

143
64
112

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

Portions of RGB colors in percentages

R + G + B =
143 + 64 + 112 = 319 (100%)
R 143 of 319 ~ 44.83%
G 64 of 319 ~ 20.06%
B 112 of 319 ~ 35.11%

%44.83
%20.06
%35.11

CMYK color model

#8F4070 color CMYK value is (0,55,22,44).

  • cyan value is 0.00%
  • magenta value is 55.24%
  • yellow value is 21.68%
  • key color value is 43.92%
CMYK:
(0,55,22,44)
C0M55Y22K44 
(0%,55%,22%,44%)
(0.00/0.55/0.22/0.44)	

CMYK percentages

%0
%55.24
%21.68
%43.92

Codes

Color #8F4070 in popluar color models

8F4070
RGB14364112
HSL324°38.16%40.59%
HSB/HSV324°55.24%56.08%
CMYK0.00%55.24%21.68%
43.92%

Color #8F4070 in popluar number systems.

HEX8F4070
Decimal14364112
Binary1000111110000001110000
Octal217100160

Shades and tints

Shades of #8F4070

#8F4070
(143,64,112)
#823B66
(130,59,102)
#75365C
(117,54,92)
#683152
(104,49,82)
#5B2C48
(91,44,72)
#4E273E
(78,39,62)
#412234
(65,34,52)
#341D2A
(52,29,42)
#271820
(39,24,32)
#1A1316
(26,19,22)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #8F4070

#8F4070
(143,64,112)
#99517D
(153,81,125)
#A3628A
(163,98,138)
#AD7397
(173,115,151)
#B784A4
(183,132,164)
#C195B1
(193,149,177)
#CBA6BE
(203,166,190)
#D5B7CB
(213,183,203)
#DFC8D8
(223,200,216)
#E9D9E5
(233,217,229)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4070 color. Also use rgb(143,64,112) instead hex code.

Text Font Color

.myTextColor { color: #8F4070; }

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

This text font color is #8F4070.


Background Color

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

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

This div background color is #8F4070.


Border color

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

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

This div border color is #8F4070.


Opacity

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

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

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

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

This text has shadow with #8F4070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F4070 on black background.


Color preview on white background

This text has color #8F4070 on white background.



Black color preview on #8F4070 background

This text has black color on #8F4070 background.


White color preview on #8F4070 background

This text has white color on #8F4070 background.