COLOR #5849F7

HEX: #5849F7
RGB: (88,73,247)

Color info

#5849F7 contains mainly blue color. Web safe color of #5849F7 is #6633FF (or #63F).

RGB color model

#5849F7 color RGB value is (88,73,247).

  • red value is 88;
  • green value is 73;
  • blue value is 247.
RGB:
(88,73,247)
(35%,29%,97%)

RGB channels and saturation

R 88 of 255 = 35%
G 73 of 255 = 29%
B 247 of 255 = 97%

88
73
247

R + G + B ~ 54%. #5849F7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 73 + 247 = 408 (100%)
R 88 of 408 ~ 21.57%
G 73 of 408 ~ 17.89%
B 247 of 408 ~ 60.54%

%21.57
%17.89
%60.54

CMYK color model

#5849F7 color CMYK value is (64,70,0,3).

  • cyan value is 64.37%
  • magenta value is 70.45%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(64,70,0,3)
C64M70Y0K3 
(64%,70%,0%,3%)
(0.64/0.70/0.00/0.03)	

CMYK percentages

%64.37
%70.45
%0
%3.14

Codes

Color #5849F7 in popluar color models

5849F7
RGB8873247
HSL245°91.58%62.75%
HSB/HSV245°70.45%96.86%
CMYK64.37%70.45%0.00%
3.14%

Color #5849F7 in popluar number systems.

HEX5849F7
Decimal8873247
Binary1011000100100111110111
Octal130111367

Shades and tints

Shades of #5849F7

#5849F7
(88,73,247)
#5043E1
(80,67,225)
#483DCB
(72,61,203)
#4037B5
(64,55,181)
#38319F
(56,49,159)
#302B89
(48,43,137)
#282573
(40,37,115)
#201F5D
(32,31,93)
#181947
(24,25,71)
#101331
(16,19,49)
#080D1B
(8,13,27)
#000000
(0,0,0)

Tints of #5849F7

#5849F7
(88,73,247)
#6759F7
(103,89,247)
#7669F7
(118,105,247)
#8579F7
(133,121,247)
#9489F7
(148,137,247)
#A399F7
(163,153,247)
#B2A9F7
(178,169,247)
#C1B9F7
(193,185,247)
#D0C9F7
(208,201,247)
#DFD9F7
(223,217,247)
#EEE9F7
(238,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5849F7 color. Also use rgb(88,73,247) instead hex code.

Text Font Color

.myTextColor { color: #5849F7; }

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

This text font color is #5849F7.


Background Color

.myBgColor { background-color: #5849F7; }

<div style="background-color:#5849F7">Inner text</div>

This div background color is #5849F7.


Border color

.myBorderColor { border: 1px solid #5849F7; }

<div style="border:3px solid #5849F7">Div</div>

This div border color is #5849F7.


Opacity

.myOpacity80 { color: #5849F7; opacity: 0.8; }

<p style="color:#5849F7;opacity:0.8;">80%</p>

Text with #5849F7 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 #5849F7;}

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

This text has shadow with #5849F7 color.

.textShadow {text-shadow: 3px 3px 1px #5849F7, 3px 3px 1px red;}

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

This text has shadow with #5849F7 primary color and red secondary color.


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

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

This text has shadow with #5849F7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5849F7 on black background.


Color preview on white background

This text has color #5849F7 on white background.



Black color preview on #5849F7 background

This text has black color on #5849F7 background.


White color preview on #5849F7 background

This text has white color on #5849F7 background.