crispedge.com

Color picker

Loading...

#ba89c7 hex color - Violet - Warm color - Information

#ba89c7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ba89c7 Color code in RGB color code model is created after adding 72.94% red color, 53.73% green color and 78.04% blue color. Hex #ba89c7 Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 31% magenta, 0% yellow and 22% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeba89c7#ba89c7
RGB Decimal186, 137, 199rgb(186, 137, 199)
RGB Percent73%, 54%, 78%rgb(73%, 54%, 78%)
CSS RGBa186, 137, 199,1rgba(186,137,199,1)
CMYK Modelcmyk(7%,31%,0%,22%)
HSL Color Space287,36% ,66%hsl(287,36% ,66%)
HSV Color Space287°, 31%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110101000100111000111
Octal272211307
Decimal186137199
Hexba89c7

Different shades of #ba89c7 color code.

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

Light Shade of #ba89c7
#ceacd7
Dark Shade of #ba89c7
#a666b7
Saturated Shade of #ba89c7
#bf80d0
Desaturated Shade of #ba89c7
#b592be
Grey scale Shade of #ba89c7
#a8a8a8
Brighten Shade
#d3a2e0
Most Readable Shade
#000000

Shades of #ba89c7 color code

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

#ba89c7
#a579b0
#906a9a
#7c5b84
#674c6e
#523c58
#3e2d42
#291e2c
#140f16
#000000

Similar Color like #ba89c7 color

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

#bb8ac8
#bc8bc9
#bd8cca
#be8dcb
#bf8ecc
#c08fcd
#c190ce
#c291cf
#c392d0
#c493d1
#c594d2
#c695d3
#c796d4
#c897d5
#b988c6
#b887c5
#b786c4
#b685c3
#b584c2
#b483c1
#b382c0
#b281bf
#b180be
#b07fbd
#af7ebc
#ae7dbb
#ad7cba
#ac7bb9

Monochromatic Color with #ba89c7

#ba89c7
#e2a6f1
#1b141d
#433147
#6b4e72
#926c9c

Tints of #ba89c7 Color

#ba89c7
#c196cd
#c9a3d3
#d1b0d9
#d8bddf
#e0cae6
#e8d7ec
#efe4f2
#f7f1f8
#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

#ba89c7
#96c789

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

Split Complementary

#ba89c7
#b5c789
#89c79b

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

Analogous Color

#a189c7
#ae89c7
#ba89c7
#c689c7
#c789bb

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

#ba89c7
#c7ba89
#89c7ba

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

#ba89c7
#c79b89
#96c789
#89b5c7

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

#ba89c7
#96c789
#89c79b
#c789b5

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

#ba89c7 Color Code Preview on Black Background Color

This is how #ba89c7 Color will look on black background color. Color contrast ratio is 7.49

#ba89c7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba89c7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba89c7

#ba89c7 color code is use for CSS Background Color

Background color for the above div is #ba89c7

HTML with inline CSS

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

#ba89c7 color code is use for CSS Border Color

CSS Border color for the above div is #ba89c7

HTML with inline CSS

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

CSS Border Left color for the above div is #ba89c7

HTML with inline CSS

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

CSS Border Right color for the above div is #ba89c7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba89c7

HTML with inline CSS

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

CSS Border Top color for the above div is #ba89c7

HTML with inline CSS

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

#ba89c7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba89c7 Color code Preview on White Background

This is how #ba89c7 Color code will look on white background color. Color contrast ratio is 2.80

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

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(186,137,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(150,199,137,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,137,199,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.