Skip to main content Skip to docs navigation

#4512ff 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 Blustering Blue and its hex is #4411FF Nearest Color Name

Color Hue/Base color: Violet

Hex #4512ff Color code in RGB color code model is created after adding 27.06% red color, 7.06% green color and 100% blue color. Hex #4512ff Color code in CMYK color (process color) code model is generated after subtraction of 73% cyan, 93% magenta, 0% yellow and 0% black.

Hex #4512ff color code is between #4411ee web safe hex color code and #5522dd web safe hex color code. #4411ee is the nearest web safe color code. You can see here many more shades of #4512ff color code.

RGB Chart

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

Color Table

Hex Color Code 4512ff #4512ff
RGB Decimal 69, 18, 255 69, 18, 255
RGB Percent 27%, 7%, 100% rgb(27%, 7%, 100%)
CSS RGBa 69, 18, 255,1 rgba(69,18,255,1)
CMYK Model cmyk(73%,93%,0%,0%)
HSL Color Space 253,100% ,54% hsl(253,100% ,54%)
HSV Color Space 253°, 93%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000101 00010010 11111111
Octal 105 22 377
Decimal 69 18 255
Hex 45 12 ff

Different shades of #4512ff color code.

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

Darkest of #4512ff
#1a0078
Darker of #4512ff
#2500ab
Dark of #4512ff
#3000de
Base of #4512ff
#4512ff
Light of #4512ff
#6d45ff
Lighter
#9578ff
Lightest
#bdabff

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

#4512ff
#ccff12

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

Split Complementary

#4512ff
#ffbb12
#56ff12

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

Analogous Color

#1269ff
#1242ff
#4512ff
#9412ff
#f712ff

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

#4512ff
#12ff45
#ff4512

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

#4512ff
#ff4512
#ccff12
#12ccff

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

#4512ff
#ff1256
#ccff12
#12ffbb

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 #4512ff

#0f0045
#1a0078
#2500ab
#3000de
#4512ff
#6d45ff
#9578ff
#bdabff
#e5deff

Tints of #4512ff Color

#4512ff
#592cff
#6e46ff
#8361ff
#977bff
#ac95ff
#c1b0ff
#d5caff
#eae4ff
#ffffff

Shades of #4512ff color code

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

#4512ff
#3d10e2
#350ec6
#2e0caa
#260a8d
#1e0871
#170655
#0f0438
#07021c
#000000

Tones

#4512ff
#522ae7
#6041d0
#6d59b8
#7b71a0

Tones

Similar Color like #4512ff color

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

#4613ff
#4714ff
#4815ff
#4916ff
#4a17ff
#4b18ff
#4c19ff
#4d1aff
#4e1bff
#4f1cff
#501dff
#511eff
#521fff
#5320ff
#4411fe
#4310fd
#420ffc
#410efb
#400dfa
#3f0cf9
#3e0bf8
#3d0af7
#3c09f6
#3b08f5
#3a07f4
#3906f3
#3805f2
#3704f1

Download this Dark Violet

Hex #4512ff 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.

#4512ff Color Code Preview on Black Background Color

This is how #4512ff Color will look on black background color. Color contrast ratio is 2.78

#4512ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4512ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4512ff

#4512ff color code is use for CSS Background Color

Background color for the above div is #4512ff

HTML with inline CSS

<div style="background-color:#4512ff;"></div>

#4512ff color code is use for CSS Border Color

CSS Border color for the above div is #4512ff

HTML with inline CSS

<div style="border:5px solid #4512ff;"></div>

CSS Border Left color for the above div is #4512ff

HTML with inline CSS

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

CSS Border Right color for the above div is #4512ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4512ff

HTML with inline CSS

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

CSS Border Top color for the above div is #4512ff

HTML with inline CSS

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

#4512ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4512ff Color code Preview on White Background

This is how #4512ff Color code will look on white background color. Color contrast ratio is 7.54

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

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