Skip to main content Skip to docs navigation

#5744cd 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 Blurple and its hex is #5539CC Nearest Color Name

Color Hue/Base color: Violet

Hex #5744cd Color code in RGB color code model is created after adding 34.12% red color, 26.67% green color and 80.39% blue color. Hex #5744cd Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 67% magenta, 0% yellow and 19.61% black.

Hex #5744cd color code is between #5533cc web safe hex color code and #6655dd web safe hex color code. #5533cc is the nearest web safe color code. You can see here many more shades of #5744cd color code.

RGB Chart

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

Color Table

Hex Color Code 5744cd #5744cd
RGB Decimal 87, 68, 205 87, 68, 205
RGB Percent 34%, 27%, 80% rgb(34%, 27%, 80%)
CSS RGBa 87, 68, 205,1 rgba(87,68,205,1)
CMYK Model cmyk(58%,67%,0%,19.61%)
HSL Color Space 248,58% ,54% hsl(248,58% ,54%)
HSV Color Space 248°, 67%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010111 01000100 11001101
Octal 127 104 315
Decimal 87 68 205
Hex 57 44 cd

Different shades of #5744cd color code.

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

Darkest of #5744cd
#23195f
Darker of #5744cd
#322487
Dark of #5744cd
#412faf
Base of #5744cd
#5744cd
Light of #5744cd
#7b6cd8
Lighter
#9f94e3
Lightest
#c3bded

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

#5744cd
#bacd44

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

Split Complementary

#5744cd
#cd9b44
#76cd44

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

Analogous Color

#4481cd
#446acd
#5744cd
#8544cd
#be44cd

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

#5744cd
#44cd57
#cd5744

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

#5744cd
#cd5744
#bacd44
#44bacd

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

#5744cd
#cd4476
#bacd44
#44cd9b

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 #5744cd

#140f36
#23195f
#322487
#412faf
#5744cd
#7b6cd8
#9f94e3
#c3bded
#e8e5f8

Tints of #5744cd Color

#5744cd
#6958d2
#7c6dd8
#8f82dd
#a197e3
#b4abe8
#c7c0ee
#d9d5f3
#eceaf9
#ffffff

Shades of #5744cd color code

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

#5744cd
#4d3cb6
#43349f
#3a2d88
#302571
#261e5b
#1d1644
#130f2d
#090716
#000000

Tones

#5744cd
#685cb5
#79739e
#898989
#898989

Tones

Similar Color like #5744cd color

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

#5845ce
#5946cf
#5a47d0
#5b48d1
#5c49d2
#5d4ad3
#5e4bd4
#5f4cd5
#604dd6
#614ed7
#624fd8
#6350d9
#6451da
#6552db
#5643cc
#5542cb
#5441ca
#5340c9
#523fc8
#513ec7
#503dc6
#4f3cc5
#4e3bc4
#4d3ac3
#4c39c2
#4b38c1
#4a37c0
#4936bf

Download this Dark Violet

Hex #5744cd 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.

#5744cd Color Code Preview on Black Background Color

This is how #5744cd Color will look on black background color. Color contrast ratio is 3.11

#5744cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5744cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5744cd

#5744cd color code is use for CSS Background Color

Background color for the above div is #5744cd

HTML with inline CSS

<div style="background-color:#5744cd;"></div>

#5744cd color code is use for CSS Border Color

CSS Border color for the above div is #5744cd

HTML with inline CSS

<div style="border:5px solid #5744cd;"></div>

CSS Border Left color for the above div is #5744cd

HTML with inline CSS

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

CSS Border Right color for the above div is #5744cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5744cd

HTML with inline CSS

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

CSS Border Top color for the above div is #5744cd

HTML with inline CSS

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

#5744cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5744cd Color code Preview on White Background

This is how #5744cd Color code will look on white background color. Color contrast ratio is 6.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 #5744cd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #5744cd; }

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(87,68,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(186,205,68,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(87,68,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }