COLOR #5E138D

HEX: #5E138D
RGB: (94,19,141)

Color info

#5E138D contains mainly red and blue colors. Web safe color of #5E138D is #660099 (or #609).

RGB color model

#5E138D color RGB value is (94,19,141).

  • red value is 94;
  • green value is 19;
  • blue value is 141.
RGB:
(94,19,141)
(37%,7%,55%)

RGB channels and saturation

R 94 of 255 = 37%
G 19 of 255 = 7%
B 141 of 255 = 55%

94
19
141

R + G + B ~ 33%. #5E138D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 19 + 141 = 254 (100%)
R 94 of 254 ~ 37.01%
G 19 of 254 ~ 7.48%
B 141 of 254 ~ 55.51%

%37.01
%55.51

CMYK color model

#5E138D color CMYK value is (33,87,0,45).

  • cyan value is 33.33%
  • magenta value is 86.52%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(33,87,0,45)
C33M87Y0K45 
(33%,87%,0%,45%)
(0.33/0.87/0.00/0.45)	

CMYK percentages

%33.33
%86.52
%0
%44.71

Codes

Color #5E138D in popluar color models

5E138D
RGB9419141
HSL277°76.25%31.37%
HSB/HSV277°86.52%55.29%
CMYK33.33%86.52%0.00%
44.71%

Color #5E138D in popluar number systems.

HEX5E138D
Decimal9419141
Binary10111101001110001101
Octal13623215

Shades and tints

Shades of #5E138D

#5E138D
(94,19,141)
#561281
(86,18,129)
#4E1175
(78,17,117)
#461069
(70,16,105)
#3E0F5D
(62,15,93)
#360E51
(54,14,81)
#2E0D45
(46,13,69)
#260C39
(38,12,57)
#1E0B2D
(30,11,45)
#160A21
(22,10,33)
#0E0915
(14,9,21)
#000000
(0,0,0)

Tints of #5E138D

#5E138D
(94,19,141)
#6C2897
(108,40,151)
#7A3DA1
(122,61,161)
#8852AB
(136,82,171)
#9667B5
(150,103,181)
#A47CBF
(164,124,191)
#B291C9
(178,145,201)
#C0A6D3
(192,166,211)
#CEBBDD
(206,187,221)
#DCD0E7
(220,208,231)
#EAE5F1
(234,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E138D color. Also use rgb(94,19,141) instead hex code.

Text Font Color

.myTextColor { color: #5E138D; }

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

This text font color is #5E138D.


Background Color

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

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

This div background color is #5E138D.


Border color

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

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

This div border color is #5E138D.


Opacity

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

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

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

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

This text has shadow with #5E138D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E138D on black background.


Color preview on white background

This text has color #5E138D on white background.



Black color preview on #5E138D background

This text has black color on #5E138D background.


White color preview on #5E138D background

This text has white color on #5E138D background.