crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#895efe hex color - Blue - Cool color - Information

#895efe hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code895efe#895efe
RGB Decimal137, 94, 254rgb(137, 94, 254)
RGB Percent54%, 37%, 100%rgb(54%, 37%, 100%)
CSS RGBa137, 94, 254,1rgba(137,94,254,1)
CMYK Modelcmyk(46%,63%,0%,0%)
HSL Color Space256,99% ,68%hsl(256,99% ,68%)
HSV Color Space256°, 63%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100010010101111011111110
Octal211136376
Decimal13794254
Hex895efe

Different shades of #895efe color code.

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

Light Shade of #895efe
#ae91fe
Dark Shade of #895efe
#642bfe
Saturated Shade of #895efe
#895dff
Desaturated Shade of #895efe
#8d66f6
Grey scale Shade of #895efe
#aeaeae
Brighten Shade
#a277ff
Most Readable Shade
#FFFFFF

Shades of #895efe color code

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

#895efe
#7953e1
#6a49c5
#5b3ea9
#4c348d
#3c2970
#2d1f54
#1e1438
#0f0a1c
#000000

Similar Color like #895efe color

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

#8a5fff
#8b60ff
#8c61ff
#8d62ff
#8e63ff
#8f64ff
#9065ff
#9166ff
#9267ff
#9368ff
#9469ff
#956aff
#966bff
#976cff
#885dfd
#875cfc
#865bfb
#855afa
#8459f9
#8358f8
#8257f7
#8156f6
#8055f5
#7f54f4
#7e53f3
#7d52f2
#7c51f1
#7b50f0

Monochromatic Color with #895efe

#895efe
#160f29
#2d1f54
#442f7e
#5b3fa9
#724ed3

Tints of #895efe Color

#895efe
#966ffe
#a381fe
#b093fe
#bda5fe
#cab7fe
#d7c9fe
#e4dbfe
#f1edfe
#ffffff

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

#895efe
#d3fe5e

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

Split Complementary

#895efe
#fed95e
#83fe5e

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

Analogous Color

#5e73fe
#695efe
#895efe
#a95efe
#c95efe

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

#895efe
#fe895e
#5efe89

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

#895efe
#fe5e83
#d3fe5e
#5efed9

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#895efe
#d3fe5e
#83fe5e
#d95efe

Double Complementary 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).

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

#895efe Color Code Preview on Black Background Color

This is how #895efe Color will look on black background color. Color contrast ratio is 5.10

#895efe in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#895efe color code is use for CSS Background Color

Background color for the above div is #895efe

HTML with inline CSS

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

#895efe color code is use for CSS Border Color

CSS Border color for the above div is #895efe

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#895efe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#895efe Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.