COLOR #5149E2

HEX: #5149E2
RGB: (81,73,226)

Color info

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

RGB color model

#5149E2 color RGB value is (81,73,226).

  • red value is 81;
  • green value is 73;
  • blue value is 226.
RGB:
(81,73,226)
(32%,29%,89%)

RGB channels and saturation

R 81 of 255 = 32%
G 73 of 255 = 29%
B 226 of 255 = 89%

81
73
226

R + G + B ~ 50%. #5149E2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 73 + 226 = 380 (100%)
R 81 of 380 ~ 21.32%
G 73 of 380 ~ 19.21%
B 226 of 380 ~ 59.47%

%21.32
%19.21
%59.47

CMYK color model

#5149E2 color CMYK value is (64,68,0,11).

  • cyan value is 64.16%
  • magenta value is 67.70%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(64,68,0,11)
C64M68Y0K11 
(64%,68%,0%,11%)
(0.64/0.68/0.00/0.11)	

CMYK percentages

%64.16
%67.7
%0
%11.37

Codes

Color #5149E2 in popluar color models

5149E2
RGB8173226
HSL243°72.51%58.63%
HSB/HSV243°67.70%88.63%
CMYK64.16%67.70%0.00%
11.37%

Color #5149E2 in popluar number systems.

HEX5149E2
Decimal8173226
Binary1010001100100111100010
Octal121111342

Shades and tints

Shades of #5149E2

#5149E2
(81,73,226)
#4A43CE
(74,67,206)
#433DBA
(67,61,186)
#3C37A6
(60,55,166)
#353192
(53,49,146)
#2E2B7E
(46,43,126)
#27256A
(39,37,106)
#201F56
(32,31,86)
#191942
(25,25,66)
#12132E
(18,19,46)
#0B0D1A
(11,13,26)
#000000
(0,0,0)

Tints of #5149E2

#5149E2
(81,73,226)
#6059E4
(96,89,228)
#6F69E6
(111,105,230)
#7E79E8
(126,121,232)
#8D89EA
(141,137,234)
#9C99EC
(156,153,236)
#ABA9EE
(171,169,238)
#BAB9F0
(186,185,240)
#C9C9F2
(201,201,242)
#D8D9F4
(216,217,244)
#E7E9F6
(231,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5149E2 color. Also use rgb(81,73,226) instead hex code.

Text Font Color

.myTextColor { color: #5149E2; }

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

This text font color is #5149E2.


Background Color

.myBgColor { background-color: #5149E2; }

<div style="background-color:#5149E2">Inner text</div>

This div background color is #5149E2.


Border color

.myBorderColor { border: 1px solid #5149E2; }

<div style="border:3px solid #5149E2">Div</div>

This div border color is #5149E2.


Opacity

.myOpacity80 { color: #5149E2; opacity: 0.8; }

<p style="color:#5149E2;opacity:0.8;">80%</p>

Text with #5149E2 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 #5149E2;}

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

This text has shadow with #5149E2 color.

.textShadow {text-shadow: 3px 3px 1px #5149E2, 3px 3px 1px red;}

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

This text has shadow with #5149E2 primary color and red secondary color.


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

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

This text has shadow with #5149E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5149E2 on black background.


Color preview on white background

This text has color #5149E2 on white background.



Black color preview on #5149E2 background

This text has black color on #5149E2 background.


White color preview on #5149E2 background

This text has white color on #5149E2 background.