COLOR #8358DC

HEX: #8358DC
RGB: (131,88,220)

Color info

#8358DC contains mainly blue color. Web safe color of #8358DC is #9966CC (or #96C).

RGB color model

#8358DC color RGB value is (131,88,220).

  • red value is 131;
  • green value is 88;
  • blue value is 220.
RGB:
(131,88,220)
(51%,35%,86%)

RGB channels and saturation

R 131 of 255 = 51%
G 88 of 255 = 35%
B 220 of 255 = 86%

131
88
220

R + G + B ~ 57%. #8358DC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 88 + 220 = 439 (100%)
R 131 of 439 ~ 29.84%
G 88 of 439 ~ 20.05%
B 220 of 439 ~ 50.11%

%29.84
%20.05
%50.11

CMYK color model

#8358DC color CMYK value is (40,60,0,14).

  • cyan value is 40.45%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(40,60,0,14)
C40M60Y0K14 
(40%,60%,0%,14%)
(0.40/0.60/0.00/0.14)	

CMYK percentages

%40.45
%60
%0
%13.73

Codes

Color #8358DC in popluar color models

8358DC
RGB13188220
HSL260°65.35%60.39%
HSB/HSV260°60.00%86.27%
CMYK40.45%60.00%0.00%
13.73%

Color #8358DC in popluar number systems.

HEX8358DC
Decimal13188220
Binary10000011101100011011100
Octal203130334

Shades and tints

Shades of #8358DC

#8358DC
(131,88,220)
#7850C8
(120,80,200)
#6D48B4
(109,72,180)
#6240A0
(98,64,160)
#57388C
(87,56,140)
#4C3078
(76,48,120)
#412864
(65,40,100)
#362050
(54,32,80)
#2B183C
(43,24,60)
#201028
(32,16,40)
#150814
(21,8,20)
#000000
(0,0,0)

Tints of #8358DC

#8358DC
(131,88,220)
#8E67DF
(142,103,223)
#9976E2
(153,118,226)
#A485E5
(164,133,229)
#AF94E8
(175,148,232)
#BAA3EB
(186,163,235)
#C5B2EE
(197,178,238)
#D0C1F1
(208,193,241)
#DBD0F4
(219,208,244)
#E6DFF7
(230,223,247)
#F1EEFA
(241,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8358DC color. Also use rgb(131,88,220) instead hex code.

Text Font Color

.myTextColor { color: #8358DC; }

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

This text font color is #8358DC.


Background Color

.myBgColor { background-color: #8358DC; }

<div style="background-color:#8358DC">Inner text</div>

This div background color is #8358DC.


Border color

.myBorderColor { border: 1px solid #8358DC; }

<div style="border:3px solid #8358DC">Div</div>

This div border color is #8358DC.


Opacity

.myOpacity80 { color: #8358DC; opacity: 0.8; }

<p style="color:#8358DC;opacity:0.8;">80%</p>

Text with #8358DC 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 #8358DC;}

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

This text has shadow with #8358DC color.

.textShadow {text-shadow: 3px 3px 1px #8358DC, 3px 3px 1px red;}

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

This text has shadow with #8358DC primary color and red secondary color.


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

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

This text has shadow with #8358DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8358DC on black background.


Color preview on white background

This text has color #8358DC on white background.



Black color preview on #8358DC background

This text has black color on #8358DC background.


White color preview on #8358DC background

This text has white color on #8358DC background.