Skip to main content Skip to docs navigation

#520dfd 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 Han Purple and its hex is #5218FA Nearest Color Name

Color Hue/Base color: Violet

Hex #520dfd Color code in RGB color code model is created after adding 32.16% red color, 5.1% green color and 99.22% blue color. Hex #520dfd Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 95% magenta, 0% yellow and 0.78% black.

Hex #520dfd color code is between #5511ff web safe hex color code and #4400ee web safe hex color code. #5511ff is the nearest web safe color code. You can see here many more shades of #520dfd color code.

RGB Chart

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

Color Table

Hex Color Code 520dfd #520dfd
RGB Decimal 82, 13, 253 82, 13, 253
RGB Percent 32%, 5%, 99% rgb(32%, 5%, 99%)
CSS RGBa 82, 13, 253,1 rgba(82,13,253,1)
CMYK Model cmyk(68%,95%,0%,0.78%)
HSL Color Space 257,98% ,52% hsl(257,98% ,52%)
HSV Color Space 257°, 95%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010010 00001101 11111101
Octal 122 15 375
Decimal 82 13 253
Hex 52 0d fd

Different shades of #520dfd color code.

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

Darkest of #520dfd
#210170
Darker of #520dfd
#3001a3
Dark of #520dfd
#3f02d5
Base of #520dfd
#520dfd
Light of #520dfd
#7640fd
Lighter
#9a72fe
Lightest
#bea5fe

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

#520dfd
#b8fd0d

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

Split Complementary

#520dfd
#fdca0d
#40fd0d

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

Analogous Color

#0d54fd
#0d2cfd
#520dfd
#a20dfd
#fd0df4

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

#520dfd
#0dfd52
#fd520d

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

#520dfd
#fd520d
#b8fd0d
#0db8fd

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

#520dfd
#fd0d40
#b8fd0d
#0dfdca

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 #520dfd

#12013e
#210170
#3001a3
#3f02d5
#520dfd
#7640fd
#9a72fe
#bea5fe
#e3d7ff

Tints of #520dfd Color

#520dfd
#6527fd
#7842fd
#8b5dfd
#9e78fd
#b293fe
#c5aefe
#d8c9fe
#ebe4fe
#ffffff

Shades of #520dfd color code

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

#520dfd
#480be0
#3f0ac4
#3608a8
#2d078c
#240570
#1b0454
#120238
#09011c
#000000

Tones

#520dfd
#5c25e5
#673ecc
#7156b4
#7b6f9b

Tones

Similar Color like #520dfd color

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

#530efe
#540fff
#5510ff
#5611ff
#5712ff
#5813ff
#5914ff
#5a15ff
#5b16ff
#5c17ff
#5d18ff
#5e19ff
#5f1aff
#601bff
#510cfc
#500bfb
#4f0afa
#4e09f9
#4d08f8
#4c07f7
#4b06f6
#4a05f5
#4904f4
#4803f3
#4702f2
#4601f1
#4500f0
#4400ef

Download this Dark Violet

Hex #520dfd 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.

#520dfd Color Code Preview on Black Background Color

This is how #520dfd Color will look on black background color. Color contrast ratio is 2.83

#520dfd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #520dfd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #520dfd

#520dfd color code is use for CSS Background Color

Background color for the above div is #520dfd

HTML with inline CSS

<div style="background-color:#520dfd;"></div>

#520dfd color code is use for CSS Border Color

CSS Border color for the above div is #520dfd

HTML with inline CSS

<div style="border:5px solid #520dfd;"></div>

CSS Border Left color for the above div is #520dfd

HTML with inline CSS

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

CSS Border Right color for the above div is #520dfd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #520dfd

HTML with inline CSS

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

CSS Border Top color for the above div is #520dfd

HTML with inline CSS

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

#520dfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#520dfd Color code Preview on White Background

This is how #520dfd Color code will look on white background color. Color contrast ratio is 7.41

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 #520dfd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #520dfd; }

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(82,13,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(184,253,13,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(82,13,253,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }