COLOR #5100E1

HEX: #5100E1
RGB: (81,0,225)

Color info

#5100E1 contains mainly blue color. Web safe color of #5100E1 is #6600CC (or #60C).

RGB color model

#5100E1 color RGB value is (81,0,225).

  • red value is 81;
  • green value is 0;
  • blue value is 225.
RGB:
(81,0,225)
(32%,0%,88%)

RGB channels and saturation

R 81 of 255 = 32%
G 0 of 255 = 0%
B 225 of 255 = 88%

81
0
225

R + G + B ~ 40%. #5100E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 0 + 225 = 306 (100%)
R 81 of 306 ~ 26.47%
G 0 of 306 ~ 0%
B 225 of 306 ~ 73.53%

%26.47
%73.53

CMYK color model

#5100E1 color CMYK value is (64,100,0,12).

  • cyan value is 64.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(64,100,0,12)
C64M100Y0K12 
(64%,100%,0%,12%)
(0.64/1.00/0.00/0.12)	

CMYK percentages

%64
%100
%0
%11.76

Codes

Color #5100E1 in popluar color models

5100E1
RGB810225
HSL262°100.00%44.12%
HSB/HSV262°100.00%88.24%
CMYK64.00%100.00%0.00%
11.76%

Color #5100E1 in popluar number systems.

HEX5100E1
Decimal810225
Binary1010001011100001
Octal1210341

Shades and tints

Shades of #5100E1

#5100E1
(81,0,225)
#4A00CD
(74,0,205)
#4300B9
(67,0,185)
#3C00A5
(60,0,165)
#350091
(53,0,145)
#2E007D
(46,0,125)
#270069
(39,0,105)
#200055
(32,0,85)
#190041
(25,0,65)
#12002D
(18,0,45)
#0B0019
(11,0,25)
#000000
(0,0,0)

Tints of #5100E1

#5100E1
(81,0,225)
#6017E3
(96,23,227)
#6F2EE5
(111,46,229)
#7E45E7
(126,69,231)
#8D5CE9
(141,92,233)
#9C73EB
(156,115,235)
#AB8AED
(171,138,237)
#BAA1EF
(186,161,239)
#C9B8F1
(201,184,241)
#D8CFF3
(216,207,243)
#E7E6F5
(231,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5100E1 color. Also use rgb(81,0,225) instead hex code.

Text Font Color

.myTextColor { color: #5100E1; }

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

This text font color is #5100E1.


Background Color

.myBgColor { background-color: #5100E1; }

<div style="background-color:#5100E1">Inner text</div>

This div background color is #5100E1.


Border color

.myBorderColor { border: 1px solid #5100E1; }

<div style="border:3px solid #5100E1">Div</div>

This div border color is #5100E1.


Opacity

.myOpacity80 { color: #5100E1; opacity: 0.8; }

<p style="color:#5100E1;opacity:0.8;">80%</p>

Text with #5100E1 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 #5100E1;}

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

This text has shadow with #5100E1 color.

.textShadow {text-shadow: 3px 3px 1px #5100E1, 3px 3px 1px red;}

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

This text has shadow with #5100E1 primary color and red secondary color.


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

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

This text has shadow with #5100E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5100E1 on black background.


Color preview on white background

This text has color #5100E1 on white background.



Black color preview on #5100E1 background

This text has black color on #5100E1 background.


White color preview on #5100E1 background

This text has white color on #5100E1 background.