COLOR #5048E7

HEX: #5048E7
RGB: (80,72,231)

Color info

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

RGB color model

#5048E7 color RGB value is (80,72,231).

  • red value is 80;
  • green value is 72;
  • blue value is 231.
RGB:
(80,72,231)
(31%,28%,91%)

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 231 of 255 = 91%

80
72
231

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

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 231 = 383 (100%)
R 80 of 383 ~ 20.89%
G 72 of 383 ~ 18.8%
B 231 of 383 ~ 60.31%

%20.89
%18.8
%60.31

CMYK color model

#5048E7 color CMYK value is (65,69,0,9).

  • cyan value is 65.37%
  • magenta value is 68.83%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(65,69,0,9)
C65M69Y0K9 
(65%,69%,0%,9%)
(0.65/0.69/0.00/0.09)	

CMYK percentages

%65.37
%68.83
%0
%9.41

Codes

Color #5048E7 in popluar color models

5048E7
RGB8072231
HSL243°76.81%59.41%
HSB/HSV243°68.83%90.59%
CMYK65.37%68.83%0.00%
9.41%

Color #5048E7 in popluar number systems.

HEX5048E7
Decimal8072231
Binary1010000100100011100111
Octal120110347

Shades and tints

Shades of #5048E7

#5048E7
(80,72,231)
#4942D2
(73,66,210)
#423CBD
(66,60,189)
#3B36A8
(59,54,168)
#343093
(52,48,147)
#2D2A7E
(45,42,126)
#262469
(38,36,105)
#1F1E54
(31,30,84)
#18183F
(24,24,63)
#11122A
(17,18,42)
#0A0C15
(10,12,21)
#000000
(0,0,0)

Tints of #5048E7

#5048E7
(80,72,231)
#5F58E9
(95,88,233)
#6E68EB
(110,104,235)
#7D78ED
(125,120,237)
#8C88EF
(140,136,239)
#9B98F1
(155,152,241)
#AAA8F3
(170,168,243)
#B9B8F5
(185,184,245)
#C8C8F7
(200,200,247)
#D7D8F9
(215,216,249)
#E6E8FB
(230,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5048E7 color. Also use rgb(80,72,231) instead hex code.

Text Font Color

.myTextColor { color: #5048E7; }

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

This text font color is #5048E7.


Background Color

.myBgColor { background-color: #5048E7; }

<div style="background-color:#5048E7">Inner text</div>

This div background color is #5048E7.


Border color

.myBorderColor { border: 1px solid #5048E7; }

<div style="border:3px solid #5048E7">Div</div>

This div border color is #5048E7.


Opacity

.myOpacity80 { color: #5048E7; opacity: 0.8; }

<p style="color:#5048E7;opacity:0.8;">80%</p>

Text with #5048E7 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 #5048E7;}

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

This text has shadow with #5048E7 color.

.textShadow {text-shadow: 3px 3px 1px #5048E7, 3px 3px 1px red;}

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

This text has shadow with #5048E7 primary color and red secondary color.


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

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

This text has shadow with #5048E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5048E7 on black background.


Color preview on white background

This text has color #5048E7 on white background.



Black color preview on #5048E7 background

This text has black color on #5048E7 background.


White color preview on #5048E7 background

This text has white color on #5048E7 background.