COLOR #8358E8

HEX: #8358E8
RGB: (131,88,232)

Color info

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

RGB color model

#8358E8 color RGB value is (131,88,232).

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

RGB channels and saturation

R 131 of 255 = 51%
G 88 of 255 = 35%
B 232 of 255 = 91%

131
88
232

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

Portions of RGB colors in percentages

R + G + B =
131 + 88 + 232 = 451 (100%)
R 131 of 451 ~ 29.05%
G 88 of 451 ~ 19.51%
B 232 of 451 ~ 51.44%

%29.05
%19.51
%51.44

CMYK color model

#8358E8 color CMYK value is (44,62,0,9).

  • cyan value is 43.53%
  • magenta value is 62.07%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(44,62,0,9)
C44M62Y0K9 
(44%,62%,0%,9%)
(0.44/0.62/0.00/0.09)	

CMYK percentages

%43.53
%62.07
%0
%9.02

Codes

Color #8358E8 in popluar color models

8358E8
RGB13188232
HSL258°75.79%62.75%
HSB/HSV258°62.07%90.98%
CMYK43.53%62.07%0.00%
9.02%

Color #8358E8 in popluar number systems.

HEX8358E8
Decimal13188232
Binary10000011101100011101000
Octal203130350

Shades and tints

Shades of #8358E8

#8358E8
(131,88,232)
#7850D3
(120,80,211)
#6D48BE
(109,72,190)
#6240A9
(98,64,169)
#573894
(87,56,148)
#4C307F
(76,48,127)
#41286A
(65,40,106)
#362055
(54,32,85)
#2B1840
(43,24,64)
#20102B
(32,16,43)
#150816
(21,8,22)
#000000
(0,0,0)

Tints of #8358E8

#8358E8
(131,88,232)
#8E67EA
(142,103,234)
#9976EC
(153,118,236)
#A485EE
(164,133,238)
#AF94F0
(175,148,240)
#BAA3F2
(186,163,242)
#C5B2F4
(197,178,244)
#D0C1F6
(208,193,246)
#DBD0F8
(219,208,248)
#E6DFFA
(230,223,250)
#F1EEFC
(241,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8358E8; }

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

This text font color is #8358E8.


Background Color

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

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

This div background color is #8358E8.


Border color

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

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

This div border color is #8358E8.


Opacity

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

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

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

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

This text has shadow with #8358E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8358E8 on black background.


Color preview on white background

This text has color #8358E8 on white background.



Black color preview on #8358E8 background

This text has black color on #8358E8 background.


White color preview on #8358E8 background

This text has white color on #8358E8 background.