COLOR #5E41DA

HEX: #5E41DA
RGB: (94,65,218)

Color info

#5E41DA contains mainly blue color. Web safe color of #5E41DA is #6633CC (or #63C).

RGB color model

#5E41DA color RGB value is (94,65,218).

  • red value is 94;
  • green value is 65;
  • blue value is 218.
RGB:
(94,65,218)
(37%,25%,85%)

RGB channels and saturation

R 94 of 255 = 37%
G 65 of 255 = 25%
B 218 of 255 = 85%

94
65
218

R + G + B ~ 49%. #5E41DA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 65 + 218 = 377 (100%)
R 94 of 377 ~ 24.93%
G 65 of 377 ~ 17.24%
B 218 of 377 ~ 57.82%

%24.93
%17.24
%57.82

CMYK color model

#5E41DA color CMYK value is (57,70,0,15).

  • cyan value is 56.88%
  • magenta value is 70.18%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(57,70,0,15)
C57M70Y0K15 
(57%,70%,0%,15%)
(0.57/0.70/0.00/0.15)	

CMYK percentages

%56.88
%70.18
%0
%14.51

Codes

Color #5E41DA in popluar color models

5E41DA
RGB9465218
HSL251°67.40%55.49%
HSB/HSV251°70.18%85.49%
CMYK56.88%70.18%0.00%
14.51%

Color #5E41DA in popluar number systems.

HEX5E41DA
Decimal9465218
Binary1011110100000111011010
Octal136101332

Shades and tints

Shades of #5E41DA

#5E41DA
(94,65,218)
#563CC7
(86,60,199)
#4E37B4
(78,55,180)
#4632A1
(70,50,161)
#3E2D8E
(62,45,142)
#36287B
(54,40,123)
#2E2368
(46,35,104)
#261E55
(38,30,85)
#1E1942
(30,25,66)
#16142F
(22,20,47)
#0E0F1C
(14,15,28)
#000000
(0,0,0)

Tints of #5E41DA

#5E41DA
(94,65,218)
#6C52DD
(108,82,221)
#7A63E0
(122,99,224)
#8874E3
(136,116,227)
#9685E6
(150,133,230)
#A496E9
(164,150,233)
#B2A7EC
(178,167,236)
#C0B8EF
(192,184,239)
#CEC9F2
(206,201,242)
#DCDAF5
(220,218,245)
#EAEBF8
(234,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E41DA color. Also use rgb(94,65,218) instead hex code.

Text Font Color

.myTextColor { color: #5E41DA; }

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

This text font color is #5E41DA.


Background Color

.myBgColor { background-color: #5E41DA; }

<div style="background-color:#5E41DA">Inner text</div>

This div background color is #5E41DA.


Border color

.myBorderColor { border: 1px solid #5E41DA; }

<div style="border:3px solid #5E41DA">Div</div>

This div border color is #5E41DA.


Opacity

.myOpacity80 { color: #5E41DA; opacity: 0.8; }

<p style="color:#5E41DA;opacity:0.8;">80%</p>

Text with #5E41DA 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 #5E41DA;}

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

This text has shadow with #5E41DA color.

.textShadow {text-shadow: 3px 3px 1px #5E41DA, 3px 3px 1px red;}

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

This text has shadow with #5E41DA primary color and red secondary color.


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

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

This text has shadow with #5E41DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E41DA on black background.


Color preview on white background

This text has color #5E41DA on white background.



Black color preview on #5E41DA background

This text has black color on #5E41DA background.


White color preview on #5E41DA background

This text has white color on #5E41DA background.