COLOR #8C2F5D

HEX: #8C2F5D
RGB: (140,47,93)

Color info

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

RGB color model

#8C2F5D color RGB value is (140,47,93).

  • red value is 140;
  • green value is 47;
  • blue value is 93.
RGB:
(140,47,93)
(55%,18%,36%)

RGB channels and saturation

R 140 of 255 = 55%
G 47 of 255 = 18%
B 93 of 255 = 36%

140
47
93

R + G + B ~ 36%. #8C2F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 47 + 93 = 280 (100%)
R 140 of 280 ~ 50%
G 47 of 280 ~ 16.79%
B 93 of 280 ~ 33.21%

%50
%16.79
%33.21

CMYK color model

#8C2F5D color CMYK value is (0,66,34,45).

  • cyan value is 0.00%
  • magenta value is 66.43%
  • yellow value is 33.57%
  • key color value is 45.10%
CMYK:
(0,66,34,45)
C0M66Y34K45 
(0%,66%,34%,45%)
(0.00/0.66/0.34/0.45)	

CMYK percentages

%0
%66.43
%33.57
%45.1

Codes

Color #8C2F5D in popluar color models

8C2F5D
RGB1404793
HSL330°49.73%36.67%
HSB/HSV330°66.43%54.90%
CMYK0.00%66.43%33.57%
45.10%

Color #8C2F5D in popluar number systems.

HEX8C2F5D
Decimal1404793
Binary100011001011111011101
Octal21457135

Shades and tints

Shades of #8C2F5D

#8C2F5D
(140,47,93)
#802B55
(128,43,85)
#74274D
(116,39,77)
#682345
(104,35,69)
#5C1F3D
(92,31,61)
#501B35
(80,27,53)
#44172D
(68,23,45)
#381325
(56,19,37)
#2C0F1D
(44,15,29)
#200B15
(32,11,21)
#14070D
(20,7,13)
#000000
(0,0,0)

Tints of #8C2F5D

#8C2F5D
(140,47,93)
#96416B
(150,65,107)
#A05379
(160,83,121)
#AA6587
(170,101,135)
#B47795
(180,119,149)
#BE89A3
(190,137,163)
#C89BB1
(200,155,177)
#D2ADBF
(210,173,191)
#DCBFCD
(220,191,205)
#E6D1DB
(230,209,219)
#F0E3E9
(240,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C2F5D; }

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

This text font color is #8C2F5D.


Background Color

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

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

This div background color is #8C2F5D.


Border color

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

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

This div border color is #8C2F5D.


Opacity

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

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

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

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

This text has shadow with #8C2F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C2F5D on black background.


Color preview on white background

This text has color #8C2F5D on white background.



Black color preview on #8C2F5D background

This text has black color on #8C2F5D background.


White color preview on #8C2F5D background

This text has white color on #8C2F5D background.