crispedge.com

Color picker

Loading...

#985dff hex color - Blue - Cool color - Information

#985dff hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #985dff Color code in RGB color code model is created after adding 59.61% red color, 36.47% green color and 100% blue color. Hex #985dff Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 64% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code985dff#985dff
RGB Decimal152, 93, 255rgb(152, 93, 255)
RGB Percent60%, 36%, 100%rgb(60%, 36%, 100%)
CSS RGBa152, 93, 255,1rgba(152,93,255,1)
CMYK Modelcmyk(40%,64%,0%,0%)
HSL Color Space262,100% ,68%hsl(262,100% ,68%)
HSV Color Space262°, 64%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110000101110111111111
Octal230135377
Decimal15293255
Hex985dff

Different shades of #985dff color code.

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

Light Shade of #985dff
#b890ff
Dark Shade of #985dff
#782aff
Saturated Shade of #985dff
#985dff
Desaturated Shade of #985dff
#9a65f7
Grey scale Shade of #985dff
#aeaeae
Brighten Shade
#b176ff
Most Readable Shade
#FFFFFF

Shades of #985dff color code

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

#985dff
#8752e2
#7648c6
#653eaa
#54338d
#432971
#321f55
#211438
#100a1c
#000000

Similar Color like #985dff color

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

#995eff
#9a5fff
#9b60ff
#9c61ff
#9d62ff
#9e63ff
#9f64ff
#a065ff
#a166ff
#a267ff
#a368ff
#a469ff
#a56aff
#a66bff
#975cfe
#965bfd
#955afc
#9459fb
#9358fa
#9257f9
#9156f8
#9055f7
#8f54f6
#8e53f5
#8d52f4
#8c51f3
#8b50f2
#8a4ff1

Monochromatic Color with #985dff

#985dff
#190f2a
#331f55
#4c2f80
#653eaa
#7f4ed4

Tints of #985dff Color

#985dff
#a36fff
#ae81ff
#ba93ff
#c5a5ff
#d1b7ff
#dcc9ff
#e8dbff
#f3edff
#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

#985dff
#c4ff5d

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

Split Complementary

#985dff
#ffe95d
#73ff5d

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

Analogous Color

#5d63ff
#785dff
#985dff
#b85dff
#d95dff

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

#985dff
#ff985d
#5dff98

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

#985dff
#ff5d73
#c4ff5d
#5dffe9

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

#985dff
#c4ff5d
#73ff5d
#e95dff

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 #985dff 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.

#985dff Color Code Preview on Black Background Color

This is how #985dff Color will look on black background color. Color contrast ratio is 5.34

#985dff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #985dff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #985dff

#985dff color code is use for CSS Background Color

Background color for the above div is #985dff

HTML with inline CSS

<div style="background-color:#985dff;"></div>

#985dff color code is use for CSS Border Color

CSS Border color for the above div is #985dff

HTML with inline CSS

<div style="border:5px solid #985dff;"></div>

CSS Border Left color for the above div is #985dff

HTML with inline CSS

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

CSS Border Right color for the above div is #985dff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #985dff

HTML with inline CSS

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

CSS Border Top color for the above div is #985dff

HTML with inline CSS

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

#985dff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#985dff Color code Preview on White Background

This is how #985dff Color code will look on white background color. Color contrast ratio is 3.93

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(152,93,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(196,255,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(152,93,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.