COLOR #820E58

HEX: #820E58
RGB: (130,14,88)

Color info

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

RGB color model

#820E58 color RGB value is (130,14,88).

  • red value is 130;
  • green value is 14;
  • blue value is 88.
RGB:
(130,14,88)
(51%,5%,35%)

RGB channels and saturation

R 130 of 255 = 51%
G 14 of 255 = 5%
B 88 of 255 = 35%

130
14
88

R + G + B ~ 30%. #820E58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 14 + 88 = 232 (100%)
R 130 of 232 ~ 56.03%
G 14 of 232 ~ 6.03%
B 88 of 232 ~ 37.93%

%56.03
%37.93

CMYK color model

#820E58 color CMYK value is (0,89,32,49).

  • cyan value is 0.00%
  • magenta value is 89.23%
  • yellow value is 32.31%
  • key color value is 49.02%
CMYK:
(0,89,32,49)
C0M89Y32K49 
(0%,89%,32%,49%)
(0.00/0.89/0.32/0.49)	

CMYK percentages

%0
%89.23
%32.31
%49.02

Codes

Color #820E58 in popluar color models

820E58
RGB1301488
HSL322°80.56%28.24%
HSB/HSV322°89.23%50.98%
CMYK0.00%89.23%32.31%
49.02%

Color #820E58 in popluar number systems.

HEX820E58
Decimal1301488
Binary1000001011101011000
Octal20216130

Shades and tints

Shades of #820E58

#820E58
(130,14,88)
#770D50
(119,13,80)
#6C0C48
(108,12,72)
#610B40
(97,11,64)
#560A38
(86,10,56)
#4B0930
(75,9,48)
#400828
(64,8,40)
#350720
(53,7,32)
#2A0618
(42,6,24)
#1F0510
(31,5,16)
#140408
(20,4,8)
#000000
(0,0,0)

Tints of #820E58

#820E58
(130,14,88)
#8D2367
(141,35,103)
#983876
(152,56,118)
#A34D85
(163,77,133)
#AE6294
(174,98,148)
#B977A3
(185,119,163)
#C48CB2
(196,140,178)
#CFA1C1
(207,161,193)
#DAB6D0
(218,182,208)
#E5CBDF
(229,203,223)
#F0E0EE
(240,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820E58 color. Also use rgb(130,14,88) instead hex code.

Text Font Color

.myTextColor { color: #820E58; }

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

This text font color is #820E58.


Background Color

.myBgColor { background-color: #820E58; }

<div style="background-color:#820E58">Inner text</div>

This div background color is #820E58.


Border color

.myBorderColor { border: 1px solid #820E58; }

<div style="border:3px solid #820E58">Div</div>

This div border color is #820E58.


Opacity

.myOpacity80 { color: #820E58; opacity: 0.8; }

<p style="color:#820E58;opacity:0.8;">80%</p>

Text with #820E58 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 #820E58;}

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

This text has shadow with #820E58 color.

.textShadow {text-shadow: 3px 3px 1px #820E58, 3px 3px 1px red;}

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

This text has shadow with #820E58 primary color and red secondary color.


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

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

This text has shadow with #820E58 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820E58 on black background.


Color preview on white background

This text has color #820E58 on white background.



Black color preview on #820E58 background

This text has black color on #820E58 background.


White color preview on #820E58 background

This text has white color on #820E58 background.