Skip to main content Skip to docs navigation

#520bdb 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 Space Opera and its hex is #5511DD Nearest Color Name

Color Hue/Base color: Violet

Hex #520bdb Color code in RGB color code model is created after adding 32.16% red color, 4.31% green color and 85.88% blue color. Hex #520bdb Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 95% magenta, 0% yellow and 14.12% black.

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

RGB Chart

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

Color Table

Hex Color Code 520bdb #520bdb
RGB Decimal 82, 11, 219 82, 11, 219
RGB Percent 32%, 4%, 86% rgb(32%, 4%, 86%)
CSS RGBa 82, 11, 219,1 rgba(82,11,219,1)
CMYK Model cmyk(63%,95%,0%,14.12%)
HSL Color Space 260,90% ,45% hsl(260,90% ,45%)
HSV Color Space 260°, 95%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010010 00001011 11011011
Octal 122 13 333
Decimal 82 11 219
Hex 52 0b db

Different shades of #520bdb color code.

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

Darkest of #520bdb
#1b0449
Darker of #520bdb
#2e067a
Dark of #520bdb
#4009aa
Base of #520bdb
#520bdb
Light of #520bdb
#6c25f4
Lighter
#8c56f6
Lightest
#ad86f9

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

#520bdb
#94db0b

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

Split Complementary

#520bdb
#dbba0b
#2cdb0b

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

Analogous Color

#0b3ddb
#0b1bdb
#520bdb
#970bdb
#db0bc8

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

#520bdb
#0bdb52
#db520b

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

#520bdb
#db520b
#94db0b
#0b94db

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

#520bdb
#db0b2c
#94db0b
#0bdbba

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

#090119
#1b0449
#2e067a
#4009aa
#520bdb
#6c25f4
#8c56f6
#ad86f9
#ceb7fb

Tints of #520bdb Color

#520bdb
#6526df
#7841e3
#8b5ce7
#9e77eb
#b292ef
#c5adf3
#d8c8f7
#ebe3fb
#ffffff

Shades of #520bdb color code

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

#520bdb
#4809c2
#3f08aa
#360792
#2d0679
#240461
#1b0349
#120230
#090118
#000000

Tones

#520bdb
#5922c4
#6139ad
#685096
#6f677f

Tones

Similar Color like #520bdb color

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

#530cdc
#540ddd
#550ede
#560fdf
#5710e0
#5811e1
#5912e2
#5a13e3
#5b14e4
#5c15e5
#5d16e6
#5e17e7
#5f18e8
#6019e9
#510ada
#5009d9
#4f08d8
#4e07d7
#4d06d6
#4c05d5
#4b04d4
#4a03d3
#4902d2
#4801d1
#4700d0
#4600cf
#4500ce
#4400cd

Download this Dark Violet

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

#520bdb Color Code Preview on Black Background Color

This is how #520bdb Color will look on black background color. Color contrast ratio is 2.43

#520bdb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#520bdb color code is use for CSS Background Color

Background color for the above div is #520bdb

HTML with inline CSS

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

#520bdb color code is use for CSS Border Color

CSS Border color for the above div is #520bdb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#520bdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#520bdb Color code Preview on White Background

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

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

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