COLOR #82487E

HEX: #82487E
RGB: (130,72,126)

Color info

#82487E contains red, green and blue colors in about the same proportion. Web safe color of #82487E is #993366 (or #936).

RGB color model

#82487E color RGB value is (130,72,126).

  • red value is 130;
  • green value is 72;
  • blue value is 126.
RGB:
(130,72,126)
(51%,28%,49%)

RGB channels and saturation

R 130 of 255 = 51%
G 72 of 255 = 28%
B 126 of 255 = 49%

130
72
126

R + G + B ~ 43%. #82487E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 72 + 126 = 328 (100%)
R 130 of 328 ~ 39.63%
G 72 of 328 ~ 21.95%
B 126 of 328 ~ 38.41%

%39.63
%21.95
%38.41

CMYK color model

#82487E color CMYK value is (0,45,3,49).

  • cyan value is 0.00%
  • magenta value is 44.62%
  • yellow value is 3.08%
  • key color value is 49.02%
CMYK:
(0,45,3,49)
C0M45Y3K49 
(0%,45%,3%,49%)
(0.00/0.45/0.03/0.49)	

CMYK percentages

%0
%44.62
%3.08
%49.02

Codes

Color #82487E in popluar color models

82487E
RGB13072126
HSL304°28.71%39.61%
HSB/HSV304°44.62%50.98%
CMYK0.00%44.62%3.08%
49.02%

Color #82487E in popluar number systems.

HEX82487E
Decimal13072126
Binary1000001010010001111110
Octal202110176

Shades and tints

Shades of #82487E

#82487E
(130,72,126)
#774273
(119,66,115)
#6C3C68
(108,60,104)
#61365D
(97,54,93)
#563052
(86,48,82)
#4B2A47
(75,42,71)
#40243C
(64,36,60)
#351E31
(53,30,49)
#2A1826
(42,24,38)
#1F121B
(31,18,27)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #82487E

#82487E
(130,72,126)
#8D5889
(141,88,137)
#986894
(152,104,148)
#A3789F
(163,120,159)
#AE88AA
(174,136,170)
#B998B5
(185,152,181)
#C4A8C0
(196,168,192)
#CFB8CB
(207,184,203)
#DAC8D6
(218,200,214)
#E5D8E1
(229,216,225)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82487E color. Also use rgb(130,72,126) instead hex code.

Text Font Color

.myTextColor { color: #82487E; }

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

This text font color is #82487E.


Background Color

.myBgColor { background-color: #82487E; }

<div style="background-color:#82487E">Inner text</div>

This div background color is #82487E.


Border color

.myBorderColor { border: 1px solid #82487E; }

<div style="border:3px solid #82487E">Div</div>

This div border color is #82487E.


Opacity

.myOpacity80 { color: #82487E; opacity: 0.8; }

<p style="color:#82487E;opacity:0.8;">80%</p>

Text with #82487E 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 #82487E;}

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

This text has shadow with #82487E color.

.textShadow {text-shadow: 3px 3px 1px #82487E, 3px 3px 1px red;}

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

This text has shadow with #82487E primary color and red secondary color.


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

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

This text has shadow with #82487E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82487E on black background.


Color preview on white background

This text has color #82487E on white background.



Black color preview on #82487E background

This text has black color on #82487E background.


White color preview on #82487E background

This text has white color on #82487E background.