crispedge.com

Color picker

Loading...

#b79dbd hex color - Violet - Warm color - Information

#b79dbd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b79dbd Color code in RGB color code model is created after adding 71.76% red color, 61.57% green color and 74.12% blue color. Hex #b79dbd Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 17% magenta, 0% yellow and 26% black.

Hex #b79dbd color code is between #bb99bb web safe hex color code and #aaaacc web safe hex color code. #bb99bb is the nearest web safe color code. You can see here many more shades of #b79dbd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb79dbd#b79dbd
RGB Decimal183, 157, 189rgb(183, 157, 189)
RGB Percent72%, 62%, 74%rgb(72%, 62%, 74%)
CSS RGBa183, 157, 189,1rgba(183,157,189,1)
CMYK Modelcmyk(3%,17%,0%,26%)
HSL Color Space289,20% ,68%hsl(289,20% ,68%)
HSV Color Space289°, 17%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101111001110110111101
Octal267235275
Decimal183157189
Hexb79dbd

Different shades of #b79dbd color code.

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

Light Shade of #b79dbd
#cdbbd2
Dark Shade of #b79dbd
#a17fa8
Saturated Shade of #b79dbd
#bc95c5
Desaturated Shade of #b79dbd
#b2a5b5
Grey scale Shade of #b79dbd
#adadad
Brighten Shade
#d0b6d6
Most Readable Shade
#000000

Shades of #b79dbd color code

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

#b79dbd
#a28ba8
#8e7a93
#7a687e
#655769
#514554
#3d343f
#28222a
#141115
#000000

Similar Color like #b79dbd color

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

#b89ebe
#b99fbf
#baa0c0
#bba1c1
#bca2c2
#bda3c3
#bea4c4
#bfa5c5
#c0a6c6
#c1a7c7
#c2a8c8
#c3a9c9
#c4aaca
#c5abcb
#b69cbc
#b59bbb
#b49aba
#b399b9
#b298b8
#b197b7
#b096b6
#af95b5
#ae94b4
#ad93b3
#ac92b2
#ab91b1
#aa90b0
#a98faf

Monochromatic Color with #b79dbd

#b79dbd
#e0c0e7
#121013
#3c333d
#655668
#8e7a92

Tints of #b79dbd Color

#b79dbd
#bfa7c4
#c7b2cb
#cfbdd3
#d7c8da
#dfd3e1
#e7dee9
#efe9f0
#f7f4f7
#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

#b79dbd
#a3bd9d

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

Split Complementary

#b79dbd
#b3bd9d
#9dbda7

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

Analogous Color

#aa9dbd
#b19dbd
#b79dbd
#bd9dbd
#bd9db6

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

#b79dbd
#bdb79d
#9dbdb7

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

#b79dbd
#bda79d
#a3bd9d
#9db3bd

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

#b79dbd
#a3bd9d
#9dbda7
#bd9db3

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

#b79dbd Color Code Preview on Black Background Color

This is how #b79dbd Color will look on black background color. Color contrast ratio is 8.57

#b79dbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b79dbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b79dbd

#b79dbd color code is use for CSS Background Color

Background color for the above div is #b79dbd

HTML with inline CSS

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

#b79dbd color code is use for CSS Border Color

CSS Border color for the above div is #b79dbd

HTML with inline CSS

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

CSS Border Left color for the above div is #b79dbd

HTML with inline CSS

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

CSS Border Right color for the above div is #b79dbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b79dbd

HTML with inline CSS

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

CSS Border Top color for the above div is #b79dbd

HTML with inline CSS

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

#b79dbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b79dbd Color code Preview on White Background

This is how #b79dbd Color code will look on white background color. Color contrast ratio is 2.45

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

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(183,157,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(163,189,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(183,157,189,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.