Skip to main content Skip to docs navigation

#5403ce 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 Trusted Purple and its hex is #6600CC Nearest Color Name

Color Hue/Base color: Violet

Hex #5403ce Color code in RGB color code model is created after adding 32.94% red color, 1.18% green color and 80.78% blue color. Hex #5403ce Color code in CMYK color (process color) code model is generated after subtraction of 59% cyan, 99% magenta, 0% yellow and 19.22% black.

Hex #5403ce color code is between #5500cc web safe hex color code and #4400dd web safe hex color code. #5500cc is the nearest web safe color code. You can see here many more shades of #5403ce color code.

RGB Chart

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

Color Table

Hex Color Code 5403ce #5403ce
RGB Decimal 84, 3, 206 84, 3, 206
RGB Percent 33%, 1%, 81% rgb(33%, 1%, 81%)
CSS RGBa 84, 3, 206,1 rgba(84,3,206,1)
CMYK Model cmyk(59%,99%,0%,19.22%)
HSL Color Space 264,97% ,41% hsl(264,97% ,41%)
HSV Color Space 264°, 99%, 81%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010100 00000011 11001110
Octal 124 3 316
Decimal 84 3 206
Hex 54 03 ce

Different shades of #5403ce color code.

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

Darkest of #5403ce
#170137
Darker of #5403ce
#2b0269
Dark of #5403ce
#3f029c
Base of #5403ce
#5403ce
Light of #5403ce
#6909fb
Lighter
#883bfc
Lightest
#a66dfd

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

#5403ce
#7dce03

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

Split Complementary

#5403ce
#ceb903
#18ce03

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

Analogous Color

#0328ce
#0307ce
#5403ce
#9803ce
#ce03b0

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

#5403ce
#03ce54
#ce5403

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

#5403ce
#ce5403
#7dce03
#037dce

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

#5403ce
#ce0318
#7dce03
#03ceb9

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 #5403ce

#020005
#170137
#2b0269
#3f029c
#5403ce
#6909fb
#883bfc
#a66dfd
#c59ffe

Tints of #5403ce Color

#5403ce
#671fd3
#7a3bd8
#8d57de
#a073e3
#b38fe9
#c6abee
#d9c7f4
#ece3f9
#ffffff

Shades of #5403ce color code

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

#5403ce
#4a02b7
#4102a0
#380289
#2e0172
#25015b
#1c0144
#12002d
#090016
#000000

Tones

#5403ce
#5818b9
#5c2da4
#61428f
#65577a

Tones

Similar Color like #5403ce color

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

#5504cf
#5605d0
#5706d1
#5807d2
#5908d3
#5a09d4
#5b0ad5
#5c0bd6
#5d0cd7
#5e0dd8
#5f0ed9
#600fda
#6110db
#6211dc
#5302cd
#5201cc
#5100cb
#5000ca
#4f00c9
#4e00c8
#4d00c7
#4c00c6
#4b00c5
#4a00c4
#4900c3
#4800c2
#4700c1
#4600c0

Download this Dark Violet

Hex #5403ce 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.

#5403ce Color Code Preview on Black Background Color

This is how #5403ce Color will look on black background color. Color contrast ratio is 2.28

#5403ce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5403ce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5403ce

#5403ce color code is use for CSS Background Color

Background color for the above div is #5403ce

HTML with inline CSS

<div style="background-color:#5403ce;"></div>

#5403ce color code is use for CSS Border Color

CSS Border color for the above div is #5403ce

HTML with inline CSS

<div style="border:5px solid #5403ce;"></div>

CSS Border Left color for the above div is #5403ce

HTML with inline CSS

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

CSS Border Right color for the above div is #5403ce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5403ce

HTML with inline CSS

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

CSS Border Top color for the above div is #5403ce

HTML with inline CSS

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

#5403ce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5403ce Color code Preview on White Background

This is how #5403ce Color code will look on white background color. Color contrast ratio is 9.21

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

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(84,3,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(125,206,3,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(84,3,206,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }