Skip to main content Skip to docs navigation

#512eff hex color | Download Dark Blue 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 Meteor Shower and its hex is #5533FF Nearest Color Name

Color Hue/Base color: Blue

Hex #512eff Color code in RGB color code model is created after adding 31.76% red color, 18.04% green color and 100% blue color. Hex #512eff Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 82% magenta, 0% yellow and 0% black.

Hex #512eff color code is between #5533ee web safe hex color code and #4422dd web safe hex color code. #5533ee is the nearest web safe color code. You can see here many more shades of #512eff color code.

RGB Chart

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

Color Table

Hex Color Code 512eff #512eff
RGB Decimal 81, 46, 255 81, 46, 255
RGB Percent 32%, 18%, 100% rgb(32%, 18%, 100%)
CSS RGBa 81, 46, 255,1 rgba(81,46,255,1)
CMYK Model cmyk(68%,82%,0%,0%)
HSL Color Space 250,100% ,59% hsl(250,100% ,59%)
HSV Color Space 250°, 82%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010001 00101110 11111111
Octal 121 56 377
Decimal 81 46 255
Hex 51 2e ff

Different shades of #512eff color code.

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

Darkest of #512eff
#190094
Darker of #512eff
#2100c7
Dark of #512eff
#2a00fa
Base of #512eff
#512eff
Light of #512eff
#7b61ff
Lighter
#a694ff
Lightest
#d0c7ff

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

#512eff
#dcff2e

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

Split Complementary

#512eff
#ffba2e
#73ff2e

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

Analogous Color

#2e85ff
#2e62ff
#512eff
#972eff
#ee2eff

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

#512eff
#2eff51
#ff512e

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

#512eff
#ff512e
#dcff2e
#2edcff

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

#512eff
#ff2e73
#dcff2e
#2effba

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 #512eff

#100061
#190094
#2100c7
#2a00fa
#512eff
#7b61ff
#a694ff
#d0c7ff
#fbfaff

Tints of #512eff Color

#512eff
#6445ff
#775cff
#8b73ff
#9e8aff
#b1a2ff
#c5b9ff
#d8d0ff
#ebe7ff
#ffffff

Shades of #512eff color code

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

#512eff
#4828e2
#3f23c6
#361eaa
#2d198d
#241471
#1b0f55
#120a38
#09051c
#000000

Tones

#512eff
#5f43ea
#6d58d5
#7b6dc0
#8982ab

Tones

Similar Color like #512eff color

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

#522fff
#5330ff
#5431ff
#5532ff
#5633ff
#5734ff
#5835ff
#5936ff
#5a37ff
#5b38ff
#5c39ff
#5d3aff
#5e3bff
#5f3cff
#502dfe
#4f2cfd
#4e2bfc
#4d2afb
#4c29fa
#4b28f9
#4a27f8
#4926f7
#4825f6
#4724f5
#4623f4
#4522f3
#4421f2
#4320f1

Download this Dark Blue

Hex #512eff 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.

#512eff Color Code Preview on Black Background Color

This is how #512eff Color will look on black background color. Color contrast ratio is 3.18

#512eff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #512eff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #512eff

#512eff color code is use for CSS Background Color

Background color for the above div is #512eff

HTML with inline CSS

<div style="background-color:#512eff;"></div>

#512eff color code is use for CSS Border Color

CSS Border color for the above div is #512eff

HTML with inline CSS

<div style="border:5px solid #512eff;"></div>

CSS Border Left color for the above div is #512eff

HTML with inline CSS

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

CSS Border Right color for the above div is #512eff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #512eff

HTML with inline CSS

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

CSS Border Top color for the above div is #512eff

HTML with inline CSS

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

#512eff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#512eff Color code Preview on White Background

This is how #512eff Color code will look on white background color. Color contrast ratio is 6.59

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

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(81,46,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,255,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(81,46,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }