COLOR #82588A

HEX: #82588A
RGB: (130,88,138)

Color info

#82588A contains red, green and blue colors in about the same proportion. Web safe color of #82588A is #996699 (or #969).

RGB color model

#82588A color RGB value is (130,88,138).

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

RGB channels and saturation

R 130 of 255 = 51%
G 88 of 255 = 35%
B 138 of 255 = 54%

130
88
138

R + G + B ~ 47%. #82588A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 88 + 138 = 356 (100%)
R 130 of 356 ~ 36.52%
G 88 of 356 ~ 24.72%
B 138 of 356 ~ 38.76%

%36.52
%24.72
%38.76

CMYK color model

#82588A color CMYK value is (6,36,0,46).

  • cyan value is 5.80%
  • magenta value is 36.23%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(6,36,0,46)
C6M36Y0K46 
(6%,36%,0%,46%)
(0.06/0.36/0.00/0.46)	

CMYK percentages

%5.8
%36.23
%0
%45.88

Codes

Color #82588A in popluar color models

82588A
RGB13088138
HSL290°22.12%44.31%
HSB/HSV290°36.23%54.12%
CMYK5.80%36.23%0.00%
45.88%

Color #82588A in popluar number systems.

HEX82588A
Decimal13088138
Binary10000010101100010001010
Octal202130212

Shades and tints

Shades of #82588A

#82588A
(130,88,138)
#77507E
(119,80,126)
#6C4872
(108,72,114)
#614066
(97,64,102)
#56385A
(86,56,90)
#4B304E
(75,48,78)
#402842
(64,40,66)
#352036
(53,32,54)
#2A182A
(42,24,42)
#1F101E
(31,16,30)
#140812
(20,8,18)
#000000
(0,0,0)

Tints of #82588A

#82588A
(130,88,138)
#8D6794
(141,103,148)
#98769E
(152,118,158)
#A385A8
(163,133,168)
#AE94B2
(174,148,178)
#B9A3BC
(185,163,188)
#C4B2C6
(196,178,198)
#CFC1D0
(207,193,208)
#DAD0DA
(218,208,218)
#E5DFE4
(229,223,228)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82588A color. Also use rgb(130,88,138) instead hex code.

Text Font Color

.myTextColor { color: #82588A; }

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

This text font color is #82588A.


Background Color

.myBgColor { background-color: #82588A; }

<div style="background-color:#82588A">Inner text</div>

This div background color is #82588A.


Border color

.myBorderColor { border: 1px solid #82588A; }

<div style="border:3px solid #82588A">Div</div>

This div border color is #82588A.


Opacity

.myOpacity80 { color: #82588A; opacity: 0.8; }

<p style="color:#82588A;opacity:0.8;">80%</p>

Text with #82588A 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 #82588A;}

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

This text has shadow with #82588A color.

.textShadow {text-shadow: 3px 3px 1px #82588A, 3px 3px 1px red;}

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

This text has shadow with #82588A primary color and red secondary color.


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

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

This text has shadow with #82588A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82588A on black background.


Color preview on white background

This text has color #82588A on white background.



Black color preview on #82588A background

This text has black color on #82588A background.


White color preview on #82588A background

This text has white color on #82588A background.