COLOR #8252FB

HEX: #8252FB
RGB: (130,82,251)

Color info

#8252FB contains mainly blue color. Web safe color of #8252FB is #9966FF (or #96F).

RGB color model

#8252FB color RGB value is (130,82,251).

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

RGB channels and saturation

R 130 of 255 = 51%
G 82 of 255 = 32%
B 251 of 255 = 98%

130
82
251

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

Portions of RGB colors in percentages

R + G + B =
130 + 82 + 251 = 463 (100%)
R 130 of 463 ~ 28.08%
G 82 of 463 ~ 17.71%
B 251 of 463 ~ 54.21%

%28.08
%17.71
%54.21

CMYK color model

#8252FB color CMYK value is (48,67,0,2).

  • cyan value is 48.21%
  • magenta value is 67.33%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(48,67,0,2)
C48M67Y0K2 
(48%,67%,0%,2%)
(0.48/0.67/0.00/0.02)	

CMYK percentages

%48.21
%67.33
%0
%1.57

Codes

Color #8252FB in popluar color models

8252FB
RGB13082251
HSL257°95.48%65.29%
HSB/HSV257°67.33%98.43%
CMYK48.21%67.33%0.00%
1.57%

Color #8252FB in popluar number systems.

HEX8252FB
Decimal13082251
Binary10000010101001011111011
Octal202122373

Shades and tints

Shades of #8252FB

#8252FB
(130,82,251)
#774BE5
(119,75,229)
#6C44CF
(108,68,207)
#613DB9
(97,61,185)
#5636A3
(86,54,163)
#4B2F8D
(75,47,141)
#402877
(64,40,119)
#352161
(53,33,97)
#2A1A4B
(42,26,75)
#1F1335
(31,19,53)
#140C1F
(20,12,31)
#000000
(0,0,0)

Tints of #8252FB

#8252FB
(130,82,251)
#8D61FB
(141,97,251)
#9870FB
(152,112,251)
#A37FFB
(163,127,251)
#AE8EFB
(174,142,251)
#B99DFB
(185,157,251)
#C4ACFB
(196,172,251)
#CFBBFB
(207,187,251)
#DACAFB
(218,202,251)
#E5D9FB
(229,217,251)
#F0E8FB
(240,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8252FB; }

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

This text font color is #8252FB.


Background Color

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

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

This div background color is #8252FB.


Border color

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

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

This div border color is #8252FB.


Opacity

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

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

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

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

This text has shadow with #8252FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8252FB on black background.


Color preview on white background

This text has color #8252FB on white background.



Black color preview on #8252FB background

This text has black color on #8252FB background.


White color preview on #8252FB background

This text has white color on #8252FB background.