crispedge.com

Color picker

Loading...

#b98cb2 hex color - Violet - Warm color - Information

#b98cb2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b98cb2 Color code in RGB color code model is created after adding 72.55% red color, 54.9% green color and 69.8% blue color. Hex #b98cb2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 4% yellow and 27% black.

Hex #b98cb2 color code is between #bb88aa web safe hex color code and #aa99bb web safe hex color code. #bb88aa is the nearest web safe color code. You can see here many more shades of #b98cb2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb98cb2#b98cb2
RGB Decimal185, 140, 178rgb(185, 140, 178)
RGB Percent73%, 55%, 70%rgb(73%, 55%, 70%)
CSS RGBa185, 140, 178,1rgba(185,140,178,1)
CMYK Modelcmyk(0%,24%,4%,27%)
HSL Color Space309,24% ,64%hsl(309,24% ,64%)
HSV Color Space309°, 24%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110011000110010110010
Octal271214262
Decimal185140178
Hexb98cb2

Different shades of #b98cb2 color code.

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

Light Shade of #b98cb2
#ccacc7
Dark Shade of #b98cb2
#a66c9d
Saturated Shade of #b98cb2
#c283b8
Desaturated Shade of #b98cb2
#b095ac
Grey scale Shade of #b98cb2
#a2a2a2
Brighten Shade
#d2a5cb
Most Readable Shade
#000000

Shades of #b98cb2 color code

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

#b98cb2
#a47c9e
#8f6c8a
#7b5d76
#664d62
#523e4f
#3d2e3b
#291f27
#140f13
#000000

Similar Color like #b98cb2 color

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

#ba8db3
#bb8eb4
#bc8fb5
#bd90b6
#be91b7
#bf92b8
#c093b9
#c194ba
#c295bb
#c396bc
#c497bd
#c598be
#c699bf
#c79ac0
#b88bb1
#b78ab0
#b689af
#b588ae
#b487ad
#b386ac
#b285ab
#b184aa
#b083a9
#af82a8
#ae81a7
#ad80a6
#ac7fa5
#ab7ea4

Monochromatic Color with #b98cb2

#b98cb2
#e3acdb
#0f0b0e
#392b37
#644c60
#8e6c89

Tints of #b98cb2 Color

#b98cb2
#c098ba
#c8a5c3
#d0b2cb
#d8bfd4
#dfcbdc
#e7d8e5
#efe5ed
#f7f2f6
#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

#b98cb2
#8cb993

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

Split Complementary

#b98cb2
#9bb98c
#8cb9aa

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

Analogous Color

#ae8cb9
#b78cb9
#b98cb2
#b98ca9
#b98ca0

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

#b98cb2
#b2b98c
#8cb2b9

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

#b98cb2
#b9a98c
#8cb993
#8c9bb9

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

#b98cb2
#8cb993
#8cb9aa
#b98c9b

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 #b98cb2 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.

#b98cb2 Color Code Preview on Black Background Color

This is how #b98cb2 Color will look on black background color. Color contrast ratio is 7.46

#b98cb2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b98cb2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b98cb2

#b98cb2 color code is use for CSS Background Color

Background color for the above div is #b98cb2

HTML with inline CSS

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

#b98cb2 color code is use for CSS Border Color

CSS Border color for the above div is #b98cb2

HTML with inline CSS

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

CSS Border Left color for the above div is #b98cb2

HTML with inline CSS

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

CSS Border Right color for the above div is #b98cb2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b98cb2

HTML with inline CSS

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

CSS Border Top color for the above div is #b98cb2

HTML with inline CSS

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

#b98cb2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b98cb2 Color code Preview on White Background

This is how #b98cb2 Color code will look on white background color. Color contrast ratio is 2.82

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

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(185,140,178,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(140,185,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(185,140,178,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.