Skip to main content Skip to docs navigation

#520cda 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 #520cda Color code in RGB color code model is created after adding 32.16% red color, 4.71% green color and 85.49% blue color. Hex #520cda Color code in CMYK color (process color) code model is generated after subtraction of 62% cyan, 94% magenta, 0% yellow and 14.51% black.

Hex #520cda 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 #520cda color code.

RGB Chart

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

Color Table

Hex Color Code 520cda #520cda
RGB Decimal 82, 12, 218 82, 12, 218
RGB Percent 32%, 5%, 85% rgb(32%, 5%, 85%)
CSS RGBa 82, 12, 218,1 rgba(82,12,218,1)
CMYK Model cmyk(62%,94%,0%,14.51%)
HSL Color Space 260,90% ,45% hsl(260,90% ,45%)
HSV Color Space 260°, 94%, 85%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010010 00001100 11011010
Octal 122 14 332
Decimal 82 12 218
Hex 52 0c da

Different shades of #520cda color code.

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

Darkest of #520cda
#1b0449
Darker of #520cda
#2e0779
Dark of #520cda
#4009aa
Base of #520cda
#520cda
Light of #520cda
#6c26f3
Lighter
#8c56f6
Lightest
#ad87f8

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

#520cda
#94da0c

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

Split Complementary

#520cda
#dab90c
#2dda0c

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

Analogous Color

#0c3eda
#0c1cda
#520cda
#970cda
#da0cc8

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

#520cda
#0cda52
#da520c

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

#520cda
#da520c
#94da0c
#0c94da

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

#520cda
#da0c2d
#94da0c
#0cdab9

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

#090119
#1b0449
#2e0779
#4009aa
#520cda
#6c26f3
#8c56f6
#ad87f8
#ceb7fb

Tints of #520cda Color

#520cda
#6527de
#7842e2
#8b5de6
#9e78ea
#b293ee
#c5aef2
#d8c9f6
#ebe4fa
#ffffff

Shades of #520cda color code

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

#520cda
#480ac1
#3f09a9
#360891
#2d0679
#240560
#1b0448
#120230
#090118
#000000

Tones

#520cda
#5923c3
#613aac
#685195
#6f687e

Tones

Similar Color like #520cda color

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

#530ddb
#540edc
#550fdd
#5610de
#5711df
#5812e0
#5913e1
#5a14e2
#5b15e3
#5c16e4
#5d17e5
#5e18e6
#5f19e7
#601ae8
#510bd9
#500ad8
#4f09d7
#4e08d6
#4d07d5
#4c06d4
#4b05d3
#4a04d2
#4903d1
#4802d0
#4701cf
#4600ce
#4500cd
#4400cc

Download this Dark Violet

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

#520cda Color Code Preview on Black Background Color

This is how #520cda Color will look on black background color. Color contrast ratio is 2.42

#520cda in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#520cda color code is use for CSS Background Color

Background color for the above div is #520cda

HTML with inline CSS

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

#520cda color code is use for CSS Border Color

CSS Border color for the above div is #520cda

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#520cda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#520cda Color code Preview on White Background

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

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

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