COLOR #8F5288

HEX: #8F5288
RGB: (143,82,136)

Color info

#8F5288 contains mainly red and blue colors. Web safe color of #8F5288 is #996699 (or #969).

RGB color model

#8F5288 color RGB value is (143,82,136).

  • red value is 143;
  • green value is 82;
  • blue value is 136.
RGB:
(143,82,136)
(56%,32%,53%)

RGB channels and saturation

R 143 of 255 = 56%
G 82 of 255 = 32%
B 136 of 255 = 53%

143
82
136

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

Portions of RGB colors in percentages

R + G + B =
143 + 82 + 136 = 361 (100%)
R 143 of 361 ~ 39.61%
G 82 of 361 ~ 22.71%
B 136 of 361 ~ 37.67%

%39.61
%22.71
%37.67

CMYK color model

#8F5288 color CMYK value is (0,43,5,44).

  • cyan value is 0.00%
  • magenta value is 42.66%
  • yellow value is 4.90%
  • key color value is 43.92%
CMYK:
(0,43,5,44)
C0M43Y5K44 
(0%,43%,5%,44%)
(0.00/0.43/0.05/0.44)	

CMYK percentages

%0
%42.66
%4.9
%43.92

Codes

Color #8F5288 in popluar color models

8F5288
RGB14382136
HSL307°27.11%44.12%
HSB/HSV307°42.66%56.08%
CMYK0.00%42.66%4.90%
43.92%

Color #8F5288 in popluar number systems.

HEX8F5288
Decimal14382136
Binary10001111101001010001000
Octal217122210

Shades and tints

Shades of #8F5288

#8F5288
(143,82,136)
#824B7C
(130,75,124)
#754470
(117,68,112)
#683D64
(104,61,100)
#5B3658
(91,54,88)
#4E2F4C
(78,47,76)
#412840
(65,40,64)
#342134
(52,33,52)
#271A28
(39,26,40)
#1A131C
(26,19,28)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #8F5288

#8F5288
(143,82,136)
#996192
(153,97,146)
#A3709C
(163,112,156)
#AD7FA6
(173,127,166)
#B78EB0
(183,142,176)
#C19DBA
(193,157,186)
#CBACC4
(203,172,196)
#D5BBCE
(213,187,206)
#DFCAD8
(223,202,216)
#E9D9E2
(233,217,226)
#F3E8EC
(243,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F5288 color. Also use rgb(143,82,136) instead hex code.

Text Font Color

.myTextColor { color: #8F5288; }

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

This text font color is #8F5288.


Background Color

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

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

This div background color is #8F5288.


Border color

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

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

This div border color is #8F5288.


Opacity

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

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

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

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

This text has shadow with #8F5288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F5288 on black background.


Color preview on white background

This text has color #8F5288 on white background.



Black color preview on #8F5288 background

This text has black color on #8F5288 background.


White color preview on #8F5288 background

This text has white color on #8F5288 background.