COLOR #8C0A52

HEX: #8C0A52
RGB: (140,10,82)

Color info

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

RGB color model

#8C0A52 color RGB value is (140,10,82).

  • red value is 140;
  • green value is 10;
  • blue value is 82.
RGB:
(140,10,82)
(55%,4%,32%)

RGB channels and saturation

R 140 of 255 = 55%
G 10 of 255 = 4%
B 82 of 255 = 32%

140
10
82

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

Portions of RGB colors in percentages

R + G + B =
140 + 10 + 82 = 232 (100%)
R 140 of 232 ~ 60.34%
G 10 of 232 ~ 4.31%
B 82 of 232 ~ 35.34%

%60.34
%35.34

CMYK color model

#8C0A52 color CMYK value is (0,93,41,45).

  • cyan value is 0.00%
  • magenta value is 92.86%
  • yellow value is 41.43%
  • key color value is 45.10%
CMYK:
(0,93,41,45)
C0M93Y41K45 
(0%,93%,41%,45%)
(0.00/0.93/0.41/0.45)	

CMYK percentages

%0
%92.86
%41.43
%45.1

Codes

Color #8C0A52 in popluar color models

8C0A52
RGB1401082
HSL327°86.67%29.41%
HSB/HSV327°92.86%54.90%
CMYK0.00%92.86%41.43%
45.10%

Color #8C0A52 in popluar number systems.

HEX8C0A52
Decimal1401082
Binary1000110010101010010
Octal21412122

Shades and tints

Shades of #8C0A52

#8C0A52
(140,10,82)
#800A4B
(128,10,75)
#740A44
(116,10,68)
#680A3D
(104,10,61)
#5C0A36
(92,10,54)
#500A2F
(80,10,47)
#440A28
(68,10,40)
#380A21
(56,10,33)
#2C0A1A
(44,10,26)
#200A13
(32,10,19)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #8C0A52

#8C0A52
(140,10,82)
#962061
(150,32,97)
#A03670
(160,54,112)
#AA4C7F
(170,76,127)
#B4628E
(180,98,142)
#BE789D
(190,120,157)
#C88EAC
(200,142,172)
#D2A4BB
(210,164,187)
#DCBACA
(220,186,202)
#E6D0D9
(230,208,217)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C0A52 color. Also use rgb(140,10,82) instead hex code.

Text Font Color

.myTextColor { color: #8C0A52; }

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

This text font color is #8C0A52.


Background Color

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

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

This div background color is #8C0A52.


Border color

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

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

This div border color is #8C0A52.


Opacity

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

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

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

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

This text has shadow with #8C0A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C0A52 on black background.


Color preview on white background

This text has color #8C0A52 on white background.



Black color preview on #8C0A52 background

This text has black color on #8C0A52 background.


White color preview on #8C0A52 background

This text has white color on #8C0A52 background.