COLOR #985EF8

HEX: #985EF8
RGB: (152,94,248)

Color info

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

RGB color model

#985EF8 color RGB value is (152,94,248).

  • red value is 152;
  • green value is 94;
  • blue value is 248.
RGB:
(152,94,248)
(60%,37%,97%)

RGB channels and saturation

R 152 of 255 = 60%
G 94 of 255 = 37%
B 248 of 255 = 97%

152
94
248

R + G + B ~ 65%. #985EF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 94 + 248 = 494 (100%)
R 152 of 494 ~ 30.77%
G 94 of 494 ~ 19.03%
B 248 of 494 ~ 50.2%

%30.77
%19.03
%50.2

CMYK color model

#985EF8 color CMYK value is (39,62,0,3).

  • cyan value is 38.71%
  • magenta value is 62.10%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(39,62,0,3)
C39M62Y0K3 
(39%,62%,0%,3%)
(0.39/0.62/0.00/0.03)	

CMYK percentages

%38.71
%62.1
%0
%2.75

Codes

Color #985EF8 in popluar color models

985EF8
RGB15294248
HSL263°91.67%67.06%
HSB/HSV263°62.10%97.25%
CMYK38.71%62.10%0.00%
2.75%

Color #985EF8 in popluar number systems.

HEX985EF8
Decimal15294248
Binary10011000101111011111000
Octal230136370

Shades and tints

Shades of #985EF8

#985EF8
(152,94,248)
#8B56E2
(139,86,226)
#7E4ECC
(126,78,204)
#7146B6
(113,70,182)
#643EA0
(100,62,160)
#57368A
(87,54,138)
#4A2E74
(74,46,116)
#3D265E
(61,38,94)
#301E48
(48,30,72)
#231632
(35,22,50)
#160E1C
(22,14,28)
#000000
(0,0,0)

Tints of #985EF8

#985EF8
(152,94,248)
#A16CF8
(161,108,248)
#AA7AF8
(170,122,248)
#B388F8
(179,136,248)
#BC96F8
(188,150,248)
#C5A4F8
(197,164,248)
#CEB2F8
(206,178,248)
#D7C0F8
(215,192,248)
#E0CEF8
(224,206,248)
#E9DCF8
(233,220,248)
#F2EAF8
(242,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985EF8 color. Also use rgb(152,94,248) instead hex code.

Text Font Color

.myTextColor { color: #985EF8; }

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

This text font color is #985EF8.


Background Color

.myBgColor { background-color: #985EF8; }

<div style="background-color:#985EF8">Inner text</div>

This div background color is #985EF8.


Border color

.myBorderColor { border: 1px solid #985EF8; }

<div style="border:3px solid #985EF8">Div</div>

This div border color is #985EF8.


Opacity

.myOpacity80 { color: #985EF8; opacity: 0.8; }

<p style="color:#985EF8;opacity:0.8;">80%</p>

Text with #985EF8 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 #985EF8;}

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

This text has shadow with #985EF8 color.

.textShadow {text-shadow: 3px 3px 1px #985EF8, 3px 3px 1px red;}

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

This text has shadow with #985EF8 primary color and red secondary color.


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

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

This text has shadow with #985EF8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985EF8 on black background.


Color preview on white background

This text has color #985EF8 on white background.



Black color preview on #985EF8 background

This text has black color on #985EF8 background.


White color preview on #985EF8 background

This text has white color on #985EF8 background.