Skip to main content Skip to docs navigation

#520fb9 hex color - Blue - Cool color - Information

On this page
@
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 Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #520fb9 Color code in RGB color code model is created after adding 32.16% red color, 5.88% green color and 72.55% blue color. Hex #520fb9 Color code in CMYK color (process color) code model is generated after subtraction of 56% cyan, 92% magenta, 0% yellow and 27.45% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 520fb9 #520fb9
RGB Decimal 82, 15, 185 rgb(82, 15, 185)
RGB Percent 32%, 6%, 73% rgb(32%, 6%, 73%)
CSS RGBa 82, 15, 185,1 rgba(82,15,185,1)
CMYK Model cmyk(56%,92%,0%,27.45%)
HSL Color Space 264,85% ,39% hsl(264,85% ,39%)
HSV Color Space 264°, 92%, 73%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010010 00001111 10111001
Octal 122 17 271
Decimal 82 15 185
Hex 52 0f b9

Different shades of #520fb9 color code.

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

Light Shade of #520fb9
#6713e8
Dark Shade of #520fb9
#3d0b8a
Saturated Shade of #520fb9
#5005c3
Desaturated Shade of #520fb9
#5419af
Grey scale Shade of #520fb9
#646464
Brighten Shade
#6b28d2
Most Readable Shade
#FFFFFF

Shades of #520fb9 color code

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

#520fb9
#480da4
#3f0b8f
#360a7b
#2d0866
#240652
#1b053d
#120329
#090114
#000000

Similar Color like #520fb9 color

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

#5310ba
#5411bb
#5512bc
#5613bd
#5714be
#5815bf
#5916c0
#5a17c1
#5b18c2
#5c19c3
#5d1ac4
#5e1bc5
#5f1cc6
#601dc7
#510eb8
#500db7
#4f0cb6
#4e0bb5
#4d0ab4
#4c09b3
#4b08b2
#4a07b1
#4906b0
#4805af
#4704ae
#4603ad
#4502ac
#4401ab

Monochromatic Color with #520fb9

#520fb9
#6512e3
#07010f
#190539
#2c0864
#3f0c8e

Tints of #520fb9 Color

#520fb9
#6529c0
#7844c8
#8b5fd0
#9e79d8
#b294df
#c5afe7
#d8c9ef
#ebe4f7
#ffffff

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

#520fb9
#76b90f

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

Split Complementary

#520fb9
#b9a70f
#21b90f

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

Analogous Color

#0f10b9
#300fb9
#520fb9
#740fb9
#960fb9

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

#520fb9
#b9520f
#0fb952

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

#520fb9
#b90f21
#76b90f
#0fb9a7

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

Double Complementary Color

#520fb9
#76b90f
#21b90f
#a70fb9

Double Complementary 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).

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

#520fb9 Color Code Preview on Black Background Color

This is how #520fb9 Color will look on black background color. Color contrast ratio is 2.13

#520fb9 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#520fb9 color code is use for CSS Background Color

Background color for the above div is #520fb9

HTML with inline CSS

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

#520fb9 color code is use for CSS Border Color

CSS Border color for the above div is #520fb9

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#520fb9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#520fb9 Color code Preview on White Background

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

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(82,15,185,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(118,185,15,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(82,15,185,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.