Skip to main content Skip to docs navigation

#4814aa 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 Pantone 2091 C and its hex is #4C12A1 Nearest Color Name

Color Hue/Base color: Violet

Hex #4814aa Color code in RGB color code model is created after adding 28.24% red color, 7.84% green color and 66.67% blue color. Hex #4814aa Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 88% magenta, 0% yellow and 33.33% black.

Hex #4814aa color code is between #441199 web safe hex color code and #5522bb web safe hex color code. #441199 is the nearest web safe color code. You can see here many more shades of #4814aa color code.

RGB Chart

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

Color Table

Hex Color Code 4814aa #4814aa
RGB Decimal 72, 20, 170 72, 20, 170
RGB Percent 28%, 8%, 67% rgb(28%, 8%, 67%)
CSS RGBa 72, 20, 170,1 rgba(72,20,170,1)
CMYK Model cmyk(58%,88%,0%,33.33%)
HSL Color Space 261,79% ,37% hsl(261,79% ,37%)
HSV Color Space 261°, 88%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01001000 00010100 10101010
Octal 110 24 252
Decimal 72 20 170
Hex 48 14 aa

Different shades of #4814aa color code.

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

Darkest of #4814aa
#0e0421
Darker of #4814aa
#21094f
Dark of #4814aa
#350f7c
Base of #4814aa
#4814aa
Light of #4814aa
#5b19d8
Lighter
#783ce8
Lightest
#976aed

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

#4814aa
#76aa14

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

Split Complementary

#4814aa
#aa9314
#2baa14

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

Analogous Color

#1437aa
#141eaa
#4814aa
#7a14aa
#aa149b

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

#4814aa
#14aa48
#aa4814

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

#4814aa
#aa4814
#76aa14
#1476aa

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

#4814aa
#aa142b
#76aa14
#14aa93

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 #4814aa

#000000
#0e0421
#21094f
#350f7c
#4814aa
#5b19d8
#783ce8
#976aed
#b797f3

Tints of #4814aa Color

#4814aa
#5c2eb3
#7048bc
#8562c6
#997ccf
#ad96d9
#c2b0e2
#d6caec
#eae4f5
#ffffff

Shades of #4814aa color code

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

#4814aa
#401197
#380f84
#300d71
#280b5e
#20084b
#180638
#100425
#080212
#000000

Tones

#4814aa
#4e2797
#543a84
#594d71
#5f5f5f

Tones

Similar Color like #4814aa color

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

#4915ab
#4a16ac
#4b17ad
#4c18ae
#4d19af
#4e1ab0
#4f1bb1
#501cb2
#511db3
#521eb4
#531fb5
#5420b6
#5521b7
#5622b8
#4713a9
#4612a8
#4511a7
#4410a6
#430fa5
#420ea4
#410da3
#400ca2
#3f0ba1
#3e0aa0
#3d099f
#3c089e
#3b079d
#3a069c

Download this Dark Violet

Hex #4814aa 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.

#4814aa Color Code Preview on Black Background Color

This is how #4814aa Color will look on black background color. Color contrast ratio is 1.96

#4814aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4814aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4814aa

#4814aa color code is use for CSS Background Color

Background color for the above div is #4814aa

HTML with inline CSS

<div style="background-color:#4814aa;"></div>

#4814aa color code is use for CSS Border Color

CSS Border color for the above div is #4814aa

HTML with inline CSS

<div style="border:5px solid #4814aa;"></div>

CSS Border Left color for the above div is #4814aa

HTML with inline CSS

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

CSS Border Right color for the above div is #4814aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4814aa

HTML with inline CSS

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

CSS Border Top color for the above div is #4814aa

HTML with inline CSS

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

#4814aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4814aa Color code Preview on White Background

This is how #4814aa Color code will look on white background color. Color contrast ratio is 10.74

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

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(72,20,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(118,170,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(72,20,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }