COLOR #514EC8

HEX: #514EC8
RGB: (81,78,200)

Color info

#514EC8 contains mainly blue color. Web safe color of #514EC8 is #6666CC (or #66C).

RGB color model

#514EC8 color RGB value is (81,78,200).

  • red value is 81;
  • green value is 78;
  • blue value is 200.
RGB:
(81,78,200)
(32%,31%,78%)

RGB channels and saturation

R 81 of 255 = 32%
G 78 of 255 = 31%
B 200 of 255 = 78%

81
78
200

R + G + B ~ 47%. #514EC8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
81 + 78 + 200 = 359 (100%)
R 81 of 359 ~ 22.56%
G 78 of 359 ~ 21.73%
B 200 of 359 ~ 55.71%

%22.56
%21.73
%55.71

CMYK color model

#514EC8 color CMYK value is (60,61,0,22).

  • cyan value is 59.50%
  • magenta value is 61.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(60,61,0,22)
C60M61Y0K22 
(60%,61%,0%,22%)
(0.60/0.61/0.00/0.22)	

CMYK percentages

%59.5
%61
%0
%21.57

Codes

Color #514EC8 in popluar color models

514EC8
RGB8178200
HSL241°52.59%54.51%
HSB/HSV241°61.00%78.43%
CMYK59.50%61.00%0.00%
21.57%

Color #514EC8 in popluar number systems.

HEX514EC8
Decimal8178200
Binary1010001100111011001000
Octal121116310

Shades and tints

Shades of #514EC8

#514EC8
(81,78,200)
#4A47B6
(74,71,182)
#4340A4
(67,64,164)
#3C3992
(60,57,146)
#353280
(53,50,128)
#2E2B6E
(46,43,110)
#27245C
(39,36,92)
#201D4A
(32,29,74)
#191638
(25,22,56)
#120F26
(18,15,38)
#0B0814
(11,8,20)
#000000
(0,0,0)

Tints of #514EC8

#514EC8
(81,78,200)
#605ECD
(96,94,205)
#6F6ED2
(111,110,210)
#7E7ED7
(126,126,215)
#8D8EDC
(141,142,220)
#9C9EE1
(156,158,225)
#ABAEE6
(171,174,230)
#BABEEB
(186,190,235)
#C9CEF0
(201,206,240)
#D8DEF5
(216,222,245)
#E7EEFA
(231,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514EC8 color. Also use rgb(81,78,200) instead hex code.

Text Font Color

.myTextColor { color: #514EC8; }

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

This text font color is #514EC8.


Background Color

.myBgColor { background-color: #514EC8; }

<div style="background-color:#514EC8">Inner text</div>

This div background color is #514EC8.


Border color

.myBorderColor { border: 1px solid #514EC8; }

<div style="border:3px solid #514EC8">Div</div>

This div border color is #514EC8.


Opacity

.myOpacity80 { color: #514EC8; opacity: 0.8; }

<p style="color:#514EC8;opacity:0.8;">80%</p>

Text with #514EC8 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 #514EC8;}

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

This text has shadow with #514EC8 color.

.textShadow {text-shadow: 3px 3px 1px #514EC8, 3px 3px 1px red;}

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

This text has shadow with #514EC8 primary color and red secondary color.


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

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

This text has shadow with #514EC8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514EC8 on black background.


Color preview on white background

This text has color #514EC8 on white background.



Black color preview on #514EC8 background

This text has black color on #514EC8 background.


White color preview on #514EC8 background

This text has white color on #514EC8 background.