COLOR #8252B5

HEX: #8252B5
RGB: (130,82,181)

Color info

#8252B5 contains mainly red and blue colors. Web safe color of #8252B5 is #9966CC (or #96C).

RGB color model

#8252B5 color RGB value is (130,82,181).

  • red value is 130;
  • green value is 82;
  • blue value is 181.
RGB:
(130,82,181)
(51%,32%,71%)

RGB channels and saturation

R 130 of 255 = 51%
G 82 of 255 = 32%
B 181 of 255 = 71%

130
82
181

R + G + B ~ 51%. #8252B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 82 + 181 = 393 (100%)
R 130 of 393 ~ 33.08%
G 82 of 393 ~ 20.87%
B 181 of 393 ~ 46.06%

%33.08
%20.87
%46.06

CMYK color model

#8252B5 color CMYK value is (28,55,0,29).

  • cyan value is 28.18%
  • magenta value is 54.70%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(28,55,0,29)
C28M55Y0K29 
(28%,55%,0%,29%)
(0.28/0.55/0.00/0.29)	

CMYK percentages

%28.18
%54.7
%0
%29.02

Codes

Color #8252B5 in popluar color models

8252B5
RGB13082181
HSL269°40.08%51.57%
HSB/HSV269°54.70%70.98%
CMYK28.18%54.70%0.00%
29.02%

Color #8252B5 in popluar number systems.

HEX8252B5
Decimal13082181
Binary10000010101001010110101
Octal202122265

Shades and tints

Shades of #8252B5

#8252B5
(130,82,181)
#774BA5
(119,75,165)
#6C4495
(108,68,149)
#613D85
(97,61,133)
#563675
(86,54,117)
#4B2F65
(75,47,101)
#402855
(64,40,85)
#352145
(53,33,69)
#2A1A35
(42,26,53)
#1F1325
(31,19,37)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #8252B5

#8252B5
(130,82,181)
#8D61BB
(141,97,187)
#9870C1
(152,112,193)
#A37FC7
(163,127,199)
#AE8ECD
(174,142,205)
#B99DD3
(185,157,211)
#C4ACD9
(196,172,217)
#CFBBDF
(207,187,223)
#DACAE5
(218,202,229)
#E5D9EB
(229,217,235)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8252B5 color. Also use rgb(130,82,181) instead hex code.

Text Font Color

.myTextColor { color: #8252B5; }

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

This text font color is #8252B5.


Background Color

.myBgColor { background-color: #8252B5; }

<div style="background-color:#8252B5">Inner text</div>

This div background color is #8252B5.


Border color

.myBorderColor { border: 1px solid #8252B5; }

<div style="border:3px solid #8252B5">Div</div>

This div border color is #8252B5.


Opacity

.myOpacity80 { color: #8252B5; opacity: 0.8; }

<p style="color:#8252B5;opacity:0.8;">80%</p>

Text with #8252B5 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 #8252B5;}

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

This text has shadow with #8252B5 color.

.textShadow {text-shadow: 3px 3px 1px #8252B5, 3px 3px 1px red;}

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

This text has shadow with #8252B5 primary color and red secondary color.


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

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

This text has shadow with #8252B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8252B5 on black background.


Color preview on white background

This text has color #8252B5 on white background.



Black color preview on #8252B5 background

This text has black color on #8252B5 background.


White color preview on #8252B5 background

This text has white color on #8252B5 background.