crispedge.com

Color picker

Loading...

#988e9e hex color - Violet - Warm color - Information

#988e9e hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #988e9e Color code in RGB color code model is created after adding 59.61% red color, 55.69% green color and 61.96% blue color. Hex #988e9e Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 10% magenta, 0% yellow and 38% black.

Hex #988e9e color code is between #998899 web safe hex color code and #8899aa web safe hex color code. #998899 is the nearest web safe color code. You can see here many more shades of #988e9e color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code988e9e#988e9e
RGB Decimal152, 142, 158rgb(152, 142, 158)
RGB Percent60%, 56%, 62%rgb(60%, 56%, 62%)
CSS RGBa152, 142, 158,1rgba(152,142,158,1)
CMYK Modelcmyk(4%,10%,0%,38%)
HSL Color Space278,8% ,59%hsl(278,8% ,59%)
HSV Color Space278°, 10%, 62%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110001000111010011110
Octal230216236
Decimal152142158
Hex988e9e

Different shades of #988e9e color code.

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

Light Shade of #988e9e
#b1a9b6
Dark Shade of #988e9e
#7f7386
Saturated Shade of #988e9e
#9b83a8
Desaturated Shade of #988e9e
#969696
Grey scale Shade of #988e9e
#969696
Brighten Shade
#b1a7b7
Most Readable Shade
#000000

Shades of #988e9e color code

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

#988e9e
#877e8c
#766e7a
#655e69
#544e57
#433f46
#322f34
#211f23
#100f11
#000000

Similar Color like #988e9e color

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

#998f9f
#9a90a0
#9b91a1
#9c92a2
#9d93a3
#9e94a4
#9f95a5
#a096a6
#a197a7
#a298a8
#a399a9
#a49aaa
#a59bab
#a69cac
#978d9d
#968c9c
#958b9b
#948a9a
#938999
#928898
#918797
#908696
#8f8595
#8e8494
#8d8393
#8c8292
#8b8191
#8a8090

Monochromatic Color with #988e9e

#988e9e
#c1b4c8
#eadaf3
#1d1b1e
#464249
#6f6873

Tints of #988e9e Color

#988e9e
#a39aa8
#aea7b3
#bab3be
#c5c0c9
#d1ccd3
#dcd9de
#e8e5e9
#f3f2f4
#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

#988e9e
#949e8e

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

Split Complementary

#988e9e
#9c9e8e
#8e9e90

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

Analogous Color

#928e9e
#958e9e
#988e9e
#9b8e9e
#9e8e9e

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

#988e9e
#9e988e
#8e9e98

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

#988e9e
#9e908e
#949e8e
#8e9c9e

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

#988e9e
#949e8e
#8e9e90
#9e8e9c

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 #988e9e 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.

#988e9e Color Code Preview on Black Background Color

This is how #988e9e Color will look on black background color. Color contrast ratio is 6.70

#988e9e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #988e9e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #988e9e

#988e9e color code is use for CSS Background Color

Background color for the above div is #988e9e

HTML with inline CSS

<div style="background-color:#988e9e;"></div>

#988e9e color code is use for CSS Border Color

CSS Border color for the above div is #988e9e

HTML with inline CSS

<div style="border:5px solid #988e9e;"></div>

CSS Border Left color for the above div is #988e9e

HTML with inline CSS

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

CSS Border Right color for the above div is #988e9e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #988e9e

HTML with inline CSS

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

CSS Border Top color for the above div is #988e9e

HTML with inline CSS

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

#988e9e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#988e9e Color code Preview on White Background

This is how #988e9e Color code will look on white background color. Color contrast ratio is 3.14

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

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,142,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(148,158,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(152,142,158,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.