Skip to main content Skip to docs navigation

#504f84 hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Altar of Heaven and its hex is #4D4C80 Nearest Color Name

Color Hue/Base color: Violet

Hex #504f84 Color code in RGB color code model is created after adding 31.37% red color, 30.98% green color and 51.76% blue color. Hex #504f84 Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 40% magenta, 0% yellow and 48.24% black.

Hex #504f84 color code is between #555588 web safe hex color code and #444477 web safe hex color code. #555588 is the nearest web safe color code. You can see here many more shades of #504f84 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 504f84 #504f84
RGB Decimal 80, 79, 132 80, 79, 132
RGB Percent 31%, 31%, 52% rgb(31%, 31%, 52%)
CSS RGBa 80, 79, 132,1 rgba(80,79,132,1)
CMYK Model cmyk(39%,40%,0%,48.24%)
HSL Color Space 241,25% ,41% hsl(241,25% ,41%)
HSV Color Space 241°, 40%, 52%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010000 01001111 10000100
Octal 120 117 204
Decimal 80 79 132
Hex 50 4f 84

Different shades of #504f84 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #504f84
#161624
Darker of #504f84
#292944
Dark of #504f84
#3d3c64
Base of #504f84
#504f84
Light of #504f84
#6564a2
Lighter
#8584b5
Lightest
#a4a4c8

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#504f84
#83844f

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#504f84
#846a4f
#68844f

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#4f6d84
#4f6484
#504f84
#624f84
#784f84

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#504f84
#4f8450
#84504f

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#504f84
#84504f
#83844f
#4f8384

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#504f84
#844f68
#83844f
#4f846a

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #504f84

#030304
#161624
#292944
#3d3c64
#504f84
#6564a2
#8584b5
#a4a4c8
#c4c4db

Tints of #504f84 Color

#504f84
#636291
#76769f
#8a89ad
#9d9dba
#b1b0c8
#c4c4d6
#d8d7e3
#ebebf1
#ffffff

Shades of #504f84 color code

Generate more color scales with scales (color stack) generator.

#504f84
#474675
#3e3d66
#353458
#2c2b49
#23233a
#1a1a2c
#11111d
#08080e
#000000

Tones

#504f84
#64646f
#696969
#696969
#696969

Tones

Similar Color like #504f84 color

Find visually similar hex color codes nearing to #504f84 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#515085
#525186
#535287
#545388
#555489
#56558a
#57568b
#58578c
#59588d
#5a598e
#5b5a8f
#5c5b90
#5d5c91
#5e5d92
#4f4e83
#4e4d82
#4d4c81
#4c4b80
#4b4a7f
#4a497e
#49487d
#48477c
#47467b
#46457a
#454479
#444378
#434277
#424176

Download this Dark Violet

Hex #504f84 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#504f84 Color Code Preview on Black Background Color

This is how #504f84 Color will look on black background color. Color contrast ratio is 2.79

#504f84 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#504f84">Your Example Paragraph content text in with font color #504f84 </p>

Your Example Paragraph content text in with font color #504f84

HTML with inline CSS

<div style="color:#504f84">Your Paragraph text in with font color #504f84 </div>

Your Example Paragraph content text in with font color #504f84

#504f84 color code is use for CSS Background Color

Background color for the above div is #504f84

HTML with inline CSS

<div style="background-color:#504f84;"></div>

#504f84 color code is use for CSS Border Color

CSS Border color for the above div is #504f84

HTML with inline CSS

<div style="border:5px solid #504f84;"></div>

CSS Border Left color for the above div is #504f84

HTML with inline CSS

<div style="border-left:5px solid #504f84;"></div>

CSS Border Right color for the above div is #504f84

HTML with inline CSS

<div style="border-right:5px solid #504f84;"></div>

CSS Border Bottom color for the above div is #504f84

HTML with inline CSS

<div style="border-bottom:5px solid #504f84;"></div>

CSS Border Top color for the above div is #504f84

HTML with inline CSS

<div style="border-top:5px solid #504f84;"></div>

#504f84 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#504f84; } .examplecolorclass {color:#504f84; } .examplebordercolor {border:3px solid #504f84; }

#504f84 Color code Preview on White Background

This is how #504f84 Color code will look on white background color. Color contrast ratio is 7.52

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #504f84; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #504f84; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(80,79,132,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(131,132,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(80,79,132,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }