crispedge.com

Color picker

Loading...

#b38bbb hex color - Violet - Warm color - Information

#b38bbb hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #b38bbb 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 #b38bbb color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeb38bbb#b38bbb
RGB Decimal179, 139, 187rgb(179, 139, 187)
RGB Percent70%, 55%, 73%rgb(70%, 55%, 73%)
CSS RGBa179, 139, 187,1rgba(179,139,187,1)
CMYK Modelcmyk(4%,26%,0%,27%)
HSL Color Space290,26% ,64%hsl(290,26% ,64%)
HSV Color Space290°, 26%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100111000101110111011
Octal263213273
Decimal179139187
Hexb38bbb

Different shades of #b38bbb color code.

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

Light Shade of #b38bbb
#c8abce
Dark Shade of #b38bbb
#9e6ba8
Saturated Shade of #b38bbb
#b982c4
Desaturated Shade of #b38bbb
#ad94b2
Grey scale Shade of #b38bbb
#a3a3a3
Brighten Shade
#cca4d4
Most Readable Shade
#000000

Shades of #b38bbb color code

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

#b38bbb
#9f7ba6
#8b6c91
#775c7c
#634d67
#4f3d53
#3b2e3e
#271e29
#130f14
#000000

Similar Color like #b38bbb color

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

#b48cbc
#b58dbd
#b68ebe
#b78fbf
#b890c0
#b991c1
#ba92c2
#bb93c3
#bc94c4
#bd95c5
#be96c6
#bf97c7
#c098c8
#c199c9
#b28aba
#b189b9
#b088b8
#af87b7
#ae86b6
#ad85b5
#ac84b4
#ab83b3
#aa82b2
#a981b1
#a880b0
#a77faf
#a67eae
#a57dad

Monochromatic Color with #b38bbb

#b38bbb
#dcabe5
#100d11
#392c3b
#624c66
#8a6b90

Tints of #b38bbb Color

#b38bbb
#bb97c2
#c3a4ca
#ccb1d1
#d4bed9
#ddcbe0
#e5d8e8
#eee5ef
#f6f2f7
#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

#b38bbb
#93bb8b

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

Split Complementary

#b38bbb
#abbb8b
#8bbb9b

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

Analogous Color

#a08bbb
#a98bbb
#b38bbb
#bb8bb9
#bb8bb0

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

#b38bbb
#bbb38b
#8bbbb3

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

#b38bbb
#bb9b8b
#93bb8b
#8babbb

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

#b38bbb
#93bb8b
#8bbb9b
#bb8bab

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

#b38bbb Color Code Preview on Black Background Color

This is how #b38bbb Color will look on black background color. Color contrast ratio is 7.33

#b38bbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b38bbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b38bbb

#b38bbb color code is use for CSS Background Color

Background color for the above div is #b38bbb

HTML with inline CSS

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

#b38bbb color code is use for CSS Border Color

CSS Border color for the above div is #b38bbb

HTML with inline CSS

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

CSS Border Left color for the above div is #b38bbb

HTML with inline CSS

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

CSS Border Right color for the above div is #b38bbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b38bbb

HTML with inline CSS

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

CSS Border Top color for the above div is #b38bbb

HTML with inline CSS

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

#b38bbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b38bbb Color code Preview on White Background

This is how #b38bbb Color code will look on white background color. Color contrast ratio is 2.87

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

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