crispedge.com

Color picker

Loading...

#b88bbb hex color - Violet - Warm color - Information

#b88bbb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b88bbb Color code in RGB color code model is created after adding 72.16% red color, 54.51% green color and 73.33% blue color. Hex #b88bbb Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 26% magenta, 0% yellow and 27% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb88bbb#b88bbb
RGB Decimal184, 139, 187rgb(184, 139, 187)
RGB Percent72%, 55%, 73%rgb(72%, 55%, 73%)
CSS RGBa184, 139, 187,1rgba(184,139,187,1)
CMYK Modelcmyk(2%,26%,0%,27%)
HSL Color Space296,26% ,64%hsl(296,26% ,64%)
HSV Color Space296°, 26%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110001000101110111011
Octal270213273
Decimal184139187
Hexb88bbb

Different shades of #b88bbb color code.

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

Light Shade of #b88bbb
#ccabce
Dark Shade of #b88bbb
#a46ba8
Saturated Shade of #b88bbb
#c082c4
Desaturated Shade of #b88bbb
#b094b2
Grey scale Shade of #b88bbb
#a3a3a3
Brighten Shade
#d1a4d4
Most Readable Shade
#000000

Shades of #b88bbb color code

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

#b88bbb
#a37ba6
#8f6c91
#7a5c7c
#664d67
#513d53
#3d2e3e
#281e29
#140f14
#000000

Similar Color like #b88bbb color

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

#b98cbc
#ba8dbd
#bb8ebe
#bc8fbf
#bd90c0
#be91c1
#bf92c2
#c093c3
#c194c4
#c295c5
#c396c6
#c497c7
#c598c8
#c699c9
#b78aba
#b689b9
#b588b8
#b487b7
#b386b6
#b285b5
#b184b4
#b083b3
#af82b2
#ae81b1
#ad80b0
#ac7faf
#ab7eae
#aa7dad

Monochromatic Color with #b88bbb

#b88bbb
#e2abe5
#110d11
#3b2c3b
#644c66
#8e6b90

Tints of #b88bbb Color

#b88bbb
#bf97c2
#c7a4ca
#cfb1d1
#d7bed9
#dfcbe0
#e7d8e8
#efe5ef
#f7f2f7
#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

#b88bbb
#8ebb8b

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

Split Complementary

#b88bbb
#a6bb8b
#8bbba0

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

Analogous Color

#a58bbb
#ae8bbb
#b88bbb
#bb8bb4
#bb8bab

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

#b88bbb
#bbb88b
#8bbbb8

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

#b88bbb
#bba08b
#8ebb8b
#8ba6bb

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

#b88bbb
#8ebb8b
#8bbba0
#bb8ba6

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

#b88bbb Color Code Preview on Black Background Color

This is how #b88bbb Color will look on black background color. Color contrast ratio is 7.45

#b88bbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b88bbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b88bbb

#b88bbb color code is use for CSS Background Color

Background color for the above div is #b88bbb

HTML with inline CSS

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

#b88bbb color code is use for CSS Border Color

CSS Border color for the above div is #b88bbb

HTML with inline CSS

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

CSS Border Left color for the above div is #b88bbb

HTML with inline CSS

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

CSS Border Right color for the above div is #b88bbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b88bbb

HTML with inline CSS

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

CSS Border Top color for the above div is #b88bbb

HTML with inline CSS

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

#b88bbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b88bbb Color code Preview on White Background

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

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(184,139,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(142,187,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(184,139,187,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.