COLOR #504ECF

HEX: #504ECF RGB: (80,78,207)

Color info

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

RGB color model

#504ECF color RGB value is (80,78,207).

RGB: (80,78,207) (31%, 31%, 81%)

RGB channels and saturation

R 80 of 255 = 31%
G 78 of 255 = 31%
B 207 of 255 = 81%

80
78
207

R + G + B ~ 48%. #504ECF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 78 + 207 = 365 (100%)
R 80 of 365 ~ 21.92%
G 78 of 365 ~ 21.37%
B 207 of 365 ~ 56.71'%

%21.92
%21.37
%56.71

CMYK color model

#504ECF color CMYK value is (61,62,0,19).

  • cyan value is 61.35%
  • magenta value is 62.32%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (61,62,0,19)
C61M62Y0K19 (61%, 62%, 0%, 19%)
(0.61 / 0.62 / 0.00 / 0.19)

CMYK percentages

%61.35
%62.32
%0
%18.82

Codes

Color #504ECF in popluar color models

50 4E CF
RGB 80 78 207
HSL 241° 57.33% 55.88%
HSB/HSV 241° 62.32% 81.18%
CMYK 61.35% 62.32% 0.00%
18.82%

Color #504ECF in popluar number systems.

HEX 50 4E CF
Decimal 80 78 207
Binary 1010000 1001110 11001111
Octal 120 116 317

Shades and tints

Shades of #504ECF

#504ECF
(80,78,207)
#4947BD
(73,71,189)
#4240AB
(66,64,171)
#3B3999
(59,57,153)
#343287
(52,50,135)
#2D2B75
(45,43,117)
#262463
(38,36,99)
#1F1D51
(31,29,81)
#18163F
(24,22,63)
#110F2D
(17,15,45)
#0A081B
(10,8,27)
#000000
(0,0,0)

Tints of #504ECF

#504ECF
(80,78,207)
#5F5ED3
(95,94,211)
#6E6ED7
(110,110,215)
#7D7EDB
(125,126,219)
#8C8EDF
(140,142,223)
#9B9EE3
(155,158,227)
#AAAEE7
(170,174,231)
#B9BEEB
(185,190,235)
#C8CEEF
(200,206,239)
#D7DEF3
(215,222,243)
#E6EEF7
(230,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504ECF color. Also use rgb(80,78,207) instead hex code.

Text Font Color

.myTextColor { color: #504ECF; }

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

This text font color is #504ECF.

Background Color

.myBgColor { background-color: #504ECF; }

<div style="background-color:#504ECF">Inner text</div>

This div background color is #504ECF.

Border color

.myBorderColor { border: 1px solid #504ECF; }

<div style="border:3px solid #504ECF">Div</div>

This div border color is #504ECF.

Opacity

.myOpacity80 { color: #504ECF; opacity: 0.8; }

<p style="color:#504ECF;opacity:0.8;">80%</p>

Text with #504ECF 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 #504ECF;}

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

This text has shadow with #504ECF color.


.textShadow {text-shadow: 3px 3px 1px #504ECF', 3px 3px 1px red;}

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

This text has shadow with #504ECF primary color and red secondary color.


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

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

This text has shadow with #504ECF and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #504ECF; -webkit-box-shadow: 1px 1px 3px 2px #504ECF; box-shadow:1px 1px 3px 2px #504ECF;">
Div content here
</div>

This div box has shadow with color #504ECF.

Preview

Color preview on black background

This text has color #504ECF on black background.


Color preview on white background

This text has color #504ECF on white background.


Black color preview on #504ECF background

This text has black color on #504ECF background.


White color preview on #504ECF background

This text has white color on #504ECF background.


Related colors

Complementary color

Complementary color for #hex is #AFB130.


I love getcolorcode.com

Triadic colors

1 #CF504E and #4ECF50 with #504ECF are triadic colors.

2 #CF4E50 and #4E50CF with #504ECF are triadic colors.