COLOR #514CDC

HEX: #514CDC
RGB: (81,76,220)

Color info

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

RGB color model

#514CDC color RGB value is (81,76,220).

  • red value is 81;
  • green value is 76;
  • blue value is 220.
RGB:
(81,76,220)
(32%,30%,86%)

RGB channels and saturation

R 81 of 255 = 32%
G 76 of 255 = 30%
B 220 of 255 = 86%

81
76
220

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

Portions of RGB colors in percentages

R + G + B =
81 + 76 + 220 = 377 (100%)
R 81 of 377 ~ 21.49%
G 76 of 377 ~ 20.16%
B 220 of 377 ~ 58.36%

%21.49
%20.16
%58.36

CMYK color model

#514CDC color CMYK value is (63,65,0,14).

  • cyan value is 63.18%
  • magenta value is 65.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(63,65,0,14)
C63M65Y0K14 
(63%,65%,0%,14%)
(0.63/0.65/0.00/0.14)	

CMYK percentages

%63.18
%65.45
%0
%13.73

Codes

Color #514CDC in popluar color models

514CDC
RGB8176220
HSL242°67.29%58.04%
HSB/HSV242°65.45%86.27%
CMYK63.18%65.45%0.00%
13.73%

Color #514CDC in popluar number systems.

HEX514CDC
Decimal8176220
Binary1010001100110011011100
Octal121114334

Shades and tints

Shades of #514CDC

#514CDC
(81,76,220)
#4A46C8
(74,70,200)
#4340B4
(67,64,180)
#3C3AA0
(60,58,160)
#35348C
(53,52,140)
#2E2E78
(46,46,120)
#272864
(39,40,100)
#202250
(32,34,80)
#191C3C
(25,28,60)
#121628
(18,22,40)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #514CDC

#514CDC
(81,76,220)
#605CDF
(96,92,223)
#6F6CE2
(111,108,226)
#7E7CE5
(126,124,229)
#8D8CE8
(141,140,232)
#9C9CEB
(156,156,235)
#ABACEE
(171,172,238)
#BABCF1
(186,188,241)
#C9CCF4
(201,204,244)
#D8DCF7
(216,220,247)
#E7ECFA
(231,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #514CDC color. Also use rgb(81,76,220) instead hex code.

Text Font Color

.myTextColor { color: #514CDC; }

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

This text font color is #514CDC.


Background Color

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

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

This div background color is #514CDC.


Border color

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

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

This div border color is #514CDC.


Opacity

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

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

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

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

This text has shadow with #514CDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #514CDC on black background.


Color preview on white background

This text has color #514CDC on white background.



Black color preview on #514CDC background

This text has black color on #514CDC background.


White color preview on #514CDC background

This text has white color on #514CDC background.