COLOR #8F5074

HEX: #8F5074
RGB: (143,80,116)

Color info

#8F5074 contains mainly red and blue colors. Web safe color of #8F5074 is #996666 (or #966).

RGB color model

#8F5074 color RGB value is (143,80,116).

  • red value is 143;
  • green value is 80;
  • blue value is 116.
RGB:
(143,80,116)
(56%,31%,45%)

RGB channels and saturation

R 143 of 255 = 56%
G 80 of 255 = 31%
B 116 of 255 = 45%

143
80
116

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

Portions of RGB colors in percentages

R + G + B =
143 + 80 + 116 = 339 (100%)
R 143 of 339 ~ 42.18%
G 80 of 339 ~ 23.6%
B 116 of 339 ~ 34.22%

%42.18
%23.6
%34.22

CMYK color model

#8F5074 color CMYK value is (0,44,19,44).

  • cyan value is 0.00%
  • magenta value is 44.06%
  • yellow value is 18.88%
  • key color value is 43.92%
CMYK:
(0,44,19,44)
C0M44Y19K44 
(0%,44%,19%,44%)
(0.00/0.44/0.19/0.44)	

CMYK percentages

%0
%44.06
%18.88
%43.92

Codes

Color #8F5074 in popluar color models

8F5074
RGB14380116
HSL326°28.25%43.73%
HSB/HSV326°44.06%56.08%
CMYK0.00%44.06%18.88%
43.92%

Color #8F5074 in popluar number systems.

HEX8F5074
Decimal14380116
Binary1000111110100001110100
Octal217120164

Shades and tints

Shades of #8F5074

#8F5074
(143,80,116)
#82496A
(130,73,106)
#754260
(117,66,96)
#683B56
(104,59,86)
#5B344C
(91,52,76)
#4E2D42
(78,45,66)
#412638
(65,38,56)
#341F2E
(52,31,46)
#271824
(39,24,36)
#1A111A
(26,17,26)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #8F5074

#8F5074
(143,80,116)
#995F80
(153,95,128)
#A36E8C
(163,110,140)
#AD7D98
(173,125,152)
#B78CA4
(183,140,164)
#C19BB0
(193,155,176)
#CBAABC
(203,170,188)
#D5B9C8
(213,185,200)
#DFC8D4
(223,200,212)
#E9D7E0
(233,215,224)
#F3E6EC
(243,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5074 color. Also use rgb(143,80,116) instead hex code.

Text Font Color

.myTextColor { color: #8F5074; }

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

This text font color is #8F5074.


Background Color

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

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

This div background color is #8F5074.


Border color

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

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

This div border color is #8F5074.


Opacity

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

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

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

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

This text has shadow with #8F5074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5074 on black background.


Color preview on white background

This text has color #8F5074 on white background.



Black color preview on #8F5074 background

This text has black color on #8F5074 background.


White color preview on #8F5074 background

This text has white color on #8F5074 background.