crispedge.com

Color picker

Loading...

#b48ba6 hex color - Violet - Warm color - Information

#b48ba6 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b48ba6 Color code in RGB color code model is created after adding 70.59% red color, 54.51% green color and 65.1% blue color. Hex #b48ba6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 23% magenta, 8% yellow and 29% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb48ba6#b48ba6
RGB Decimal180, 139, 166rgb(180, 139, 166)
RGB Percent71%, 55%, 65%rgb(71%, 55%, 65%)
CSS RGBa180, 139, 166,1rgba(180,139,166,1)
CMYK Modelcmyk(0%,23%,8%,29%)
HSL Color Space320,21% ,63%hsl(320,21% ,63%)
HSV Color Space320°, 23%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101001000101110100110
Octal264213246
Decimal180139166
Hexb48ba6

Different shades of #b48ba6 color code.

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

Light Shade of #b48ba6
#c8aabe
Dark Shade of #b48ba6
#a06c8e
Saturated Shade of #b48ba6
#be81a9
Desaturated Shade of #b48ba6
#aa95a3
Grey scale Shade of #b48ba6
#9f9f9f
Brighten Shade
#cda4bf
Most Readable Shade
#000000

Shades of #b48ba6 color code

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

#b48ba6
#a07b93
#8c6c81
#785c6e
#644d5c
#503d49
#3c2e37
#281e24
#140f12
#000000

Similar Color like #b48ba6 color

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

#b58ca7
#b68da8
#b78ea9
#b88faa
#b990ab
#ba91ac
#bb92ad
#bc93ae
#bd94af
#be95b0
#bf96b1
#c097b2
#c198b3
#c299b4
#b38aa5
#b289a4
#b188a3
#b087a2
#af86a1
#ae85a0
#ad849f
#ac839e
#ab829d
#aa819c
#a9809b
#a87f9a
#a77e99
#a67d98

Monochromatic Color with #b48ba6

#b48ba6
#deaccd
#0a0809
#342930
#5f4958
#896a7f

Tints of #b48ba6 Color

#b48ba6
#bc97af
#c4a4b9
#cdb1c3
#d5becd
#ddcbd7
#e6d8e1
#eee5eb
#f6f2f5
#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

#b48ba6
#8bb499

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

Split Complementary

#b48ba6
#91b48b
#8bb4ae

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

Analogous Color

#b28bb4
#b48bae
#b48ba6
#b48b9e
#b48b96

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

#b48ba6
#a6b48b
#8ba6b4

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

#b48ba6
#b4ad8b
#8bb499
#8b91b4

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

#b48ba6
#8bb499
#8bb4ae
#b48b91

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

#b48ba6 Color Code Preview on Black Background Color

This is how #b48ba6 Color will look on black background color. Color contrast ratio is 7.18

#b48ba6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b48ba6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b48ba6

#b48ba6 color code is use for CSS Background Color

Background color for the above div is #b48ba6

HTML with inline CSS

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

#b48ba6 color code is use for CSS Border Color

CSS Border color for the above div is #b48ba6

HTML with inline CSS

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

CSS Border Left color for the above div is #b48ba6

HTML with inline CSS

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

CSS Border Right color for the above div is #b48ba6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b48ba6

HTML with inline CSS

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

CSS Border Top color for the above div is #b48ba6

HTML with inline CSS

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

#b48ba6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b48ba6 Color code Preview on White Background

This is how #b48ba6 Color code will look on white background color. Color contrast ratio is 2.92

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

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(180,139,166,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(139,180,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(180,139,166,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.