Skip to main content Skip to docs navigation

#895dfd 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 Purple Honeycreeper and its hex is #8855FF Nearest Color Name

Color Hue/Base color: Blue

Hex #895dfd Color code in RGB color code model is created after adding 53.73% red color, 36.47% green color and 99.22% blue color. Hex #895dfd Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 63% magenta, 0% yellow and 0.78% black.

Hex #895dfd color code is between #8855ff web safe hex color code and #9966ee web safe hex color code. #8855ff is the nearest web safe color code. You can see here many more shades of #895dfd color code.

RGB Chart

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

Color Table

Hex Color Code 895dfd #895dfd
RGB Decimal 137, 93, 253 137, 93, 253
RGB Percent 54%, 36%, 99% rgb(54%, 36%, 99%)
CSS RGBa 137, 93, 253,1 rgba(137,93,253,1)
CMYK Model cmyk(46%,63%,0%,0.78%)
HSL Color Space 257,98% ,68% hsl(257,98% ,68%)
HSV Color Space 257°, 63%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10001001 01011101 11111101
Octal 211 135 375
Decimal 137 93 253
Hex 89 5d fd

Different shades of #895dfd color code.

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

Darkest of #895dfd
#3602bf
Darker of #895dfd
#4403f1
Dark of #895dfd
#642bfc
Base of #895dfd
#895dfd
Light of #895dfd
#ae8ffe
Lighter
#d2c2fe
Lightest
#f7f4ff

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

#895dfd
#d1fd5d

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

Split Complementary

#895dfd
#fdd95d
#81fd5d

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

Analogous Color

#5d8efd
#5d74fd
#895dfd
#be5dfd
#fd5df9

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

#895dfd
#5dfd89
#fd895d

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

#895dfd
#fd895d
#d1fd5d
#5dd1fd

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

#895dfd
#fd5d81
#d1fd5d
#5dfdd9

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 #895dfd

#28028c
#3602bf
#4403f1
#642bfc
#895dfd
#ae8ffe
#d2c2fe
#f7f4ff
#ffffff

Tints of #895dfd Color

#895dfd
#966ffd
#a381fd
#b093fd
#bda5fd
#cab7fe
#d7c9fe
#e4dbfe
#f1edfe
#ffffff

Shades of #895dfd color code

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

#895dfd
#7952e0
#6a48c4
#5b3ea8
#4c338c
#3c2970
#2d1f54
#1e1438
#0f0a1c
#000000

Tones

#895dfd
#906ded
#987edc
#9f8ecc
#a79fbb

Tones

Similar Color like #895dfd color

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

#8a5efe
#8b5fff
#8c60ff
#8d61ff
#8e62ff
#8f63ff
#9064ff
#9165ff
#9266ff
#9367ff
#9468ff
#9569ff
#966aff
#976bff
#885cfc
#875bfb
#865afa
#8559f9
#8458f8
#8357f7
#8256f6
#8155f5
#8054f4
#7f53f3
#7e52f2
#7d51f1
#7c50f0
#7b4fef

Download this Dark Blue

Hex #895dfd 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.

#895dfd Color Code Preview on Black Background Color

This is how #895dfd Color will look on black background color. Color contrast ratio is 5.05

#895dfd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #895dfd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #895dfd

#895dfd color code is use for CSS Background Color

Background color for the above div is #895dfd

HTML with inline CSS

<div style="background-color:#895dfd;"></div>

#895dfd color code is use for CSS Border Color

CSS Border color for the above div is #895dfd

HTML with inline CSS

<div style="border:5px solid #895dfd;"></div>

CSS Border Left color for the above div is #895dfd

HTML with inline CSS

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

CSS Border Right color for the above div is #895dfd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #895dfd

HTML with inline CSS

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

CSS Border Top color for the above div is #895dfd

HTML with inline CSS

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

#895dfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#895dfd Color code Preview on White Background

This is how #895dfd Color code will look on white background color. Color contrast ratio is 4.16

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

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(137,93,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(209,253,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(137,93,253,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }