COLOR #8C0058

HEX: #8C0058
RGB: (140,0,88)

Color info

#8C0058 contains only red and blue colors. Web safe color of #8C0058 is #990066 (or #906).

RGB color model

#8C0058 color RGB value is (140,0,88).

  • red value is 140;
  • green value is 0;
  • blue value is 88.
RGB:
(140,0,88)
(55%,0%,35%)

RGB channels and saturation

R 140 of 255 = 55%
G 0 of 255 = 0%
B 88 of 255 = 35%

140
0
88

R + G + B ~ 30%. #8C0058 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 0 + 88 = 228 (100%)
R 140 of 228 ~ 61.4%
G 0 of 228 ~ 0%
B 88 of 228 ~ 38.6%

%61.4
%38.6

CMYK color model

#8C0058 color CMYK value is (0,100,37,45).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 37.14%
  • key color value is 45.10%
CMYK:
(0,100,37,45)
C0M100Y37K45 
(0%,100%,37%,45%)
(0.00/1.00/0.37/0.45)	

CMYK percentages

%0
%100
%37.14
%45.1

Codes

Color #8C0058 in popluar color models

8C0058
RGB140088
HSL322°100.00%27.45%
HSB/HSV322°100.00%54.90%
CMYK0.00%100.00%37.14%
45.10%

Color #8C0058 in popluar number systems.

HEX8C0058
Decimal140088
Binary1000110001011000
Octal2140130

Shades and tints

Shades of #8C0058

#8C0058
(140,0,88)
#800050
(128,0,80)
#740048
(116,0,72)
#680040
(104,0,64)
#5C0038
(92,0,56)
#500030
(80,0,48)
#440028
(68,0,40)
#380020
(56,0,32)
#2C0018
(44,0,24)
#200010
(32,0,16)
#140008
(20,0,8)
#000000
(0,0,0)

Tints of #8C0058

#8C0058
(140,0,88)
#961767
(150,23,103)
#A02E76
(160,46,118)
#AA4585
(170,69,133)
#B45C94
(180,92,148)
#BE73A3
(190,115,163)
#C88AB2
(200,138,178)
#D2A1C1
(210,161,193)
#DCB8D0
(220,184,208)
#E6CFDF
(230,207,223)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C0058; }

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

This text font color is #8C0058.


Background Color

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

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

This div background color is #8C0058.


Border color

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

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

This div border color is #8C0058.


Opacity

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

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

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

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

This text has shadow with #8C0058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C0058 on black background.


Color preview on white background

This text has color #8C0058 on white background.



Black color preview on #8C0058 background

This text has black color on #8C0058 background.


White color preview on #8C0058 background

This text has white color on #8C0058 background.