COLOR #824EF3

HEX: #824EF3
RGB: (130,78,243)

Color info

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

RGB color model

#824EF3 color RGB value is (130,78,243).

  • red value is 130;
  • green value is 78;
  • blue value is 243.
RGB:
(130,78,243)
(51%,31%,95%)

RGB channels and saturation

R 130 of 255 = 51%
G 78 of 255 = 31%
B 243 of 255 = 95%

130
78
243

R + G + B ~ 59%. #824EF3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 78 + 243 = 451 (100%)
R 130 of 451 ~ 28.82%
G 78 of 451 ~ 17.29%
B 243 of 451 ~ 53.88%

%28.82
%17.29
%53.88

CMYK color model

#824EF3 color CMYK value is (47,68,0,5).

  • cyan value is 46.50%
  • magenta value is 67.90%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(47,68,0,5)
C47M68Y0K5 
(47%,68%,0%,5%)
(0.47/0.68/0.00/0.05)	

CMYK percentages

%46.5
%67.9
%0
%4.71

Codes

Color #824EF3 in popluar color models

824EF3
RGB13078243
HSL259°87.30%62.94%
HSB/HSV259°67.90%95.29%
CMYK46.50%67.90%0.00%
4.71%

Color #824EF3 in popluar number systems.

HEX824EF3
Decimal13078243
Binary10000010100111011110011
Octal202116363

Shades and tints

Shades of #824EF3

#824EF3
(130,78,243)
#7747DD
(119,71,221)
#6C40C7
(108,64,199)
#6139B1
(97,57,177)
#56329B
(86,50,155)
#4B2B85
(75,43,133)
#40246F
(64,36,111)
#351D59
(53,29,89)
#2A1643
(42,22,67)
#1F0F2D
(31,15,45)
#140817
(20,8,23)
#000000
(0,0,0)

Tints of #824EF3

#824EF3
(130,78,243)
#8D5EF4
(141,94,244)
#986EF5
(152,110,245)
#A37EF6
(163,126,246)
#AE8EF7
(174,142,247)
#B99EF8
(185,158,248)
#C4AEF9
(196,174,249)
#CFBEFA
(207,190,250)
#DACEFB
(218,206,251)
#E5DEFC
(229,222,252)
#F0EEFD
(240,238,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824EF3 color. Also use rgb(130,78,243) instead hex code.

Text Font Color

.myTextColor { color: #824EF3; }

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

This text font color is #824EF3.


Background Color

.myBgColor { background-color: #824EF3; }

<div style="background-color:#824EF3">Inner text</div>

This div background color is #824EF3.


Border color

.myBorderColor { border: 1px solid #824EF3; }

<div style="border:3px solid #824EF3">Div</div>

This div border color is #824EF3.


Opacity

.myOpacity80 { color: #824EF3; opacity: 0.8; }

<p style="color:#824EF3;opacity:0.8;">80%</p>

Text with #824EF3 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 #824EF3;}

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

This text has shadow with #824EF3 color.

.textShadow {text-shadow: 3px 3px 1px #824EF3, 3px 3px 1px red;}

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

This text has shadow with #824EF3 primary color and red secondary color.


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

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

This text has shadow with #824EF3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824EF3 on black background.


Color preview on white background

This text has color #824EF3 on white background.



Black color preview on #824EF3 background

This text has black color on #824EF3 background.


White color preview on #824EF3 background

This text has white color on #824EF3 background.