crispedge.com

Color picker

Loading...

#ba9efa hex color - Violet - Cool color - Information

#ba9efa hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ba9efa Color code in RGB color code model is created after adding 72.94% red color, 61.96% green color and 98.04% blue color. Hex #ba9efa Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 37% magenta, 0% yellow and 2% black.

Hex #ba9efa color code is between #bb99ff web safe hex color code and #aaaaee web safe hex color code. #bb99ff is the nearest web safe color code. You can see here many more shades of #ba9efa color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeba9efa#ba9efa
RGB Decimal186, 158, 250rgb(186, 158, 250)
RGB Percent73%, 62%, 98%rgb(73%, 62%, 98%)
CSS RGBa186, 158, 250,1rgba(186,158,250,1)
CMYK Modelcmyk(26%,37%,0%,2%)
HSL Color Space258,90% ,80%hsl(258,90% ,80%)
HSV Color Space258°, 37%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110101001111011111010
Octal272236372
Decimal186158250
Hexba9efa

Different shades of #ba9efa color code.

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

Light Shade of #ba9efa
#ddcffc
Dark Shade of #ba9efa
#986ef7
Saturated Shade of #ba9efa
#b899ff
Desaturated Shade of #ba9efa
#bca3f5
Grey scale Shade of #ba9efa
#cccccc
Brighten Shade
#d3b7ff
Most Readable Shade
#000000

Shades of #ba9efa color code

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

#ba9efa
#a58cde
#907ac2
#7c69a6
#67578a
#52466f
#3e3453
#292337
#14111b
#000000

Similar Color like #ba9efa color

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

#bb9ffb
#bca0fc
#bda1fd
#bea2fe
#bfa3ff
#c0a4ff
#c1a5ff
#c2a6ff
#c3a7ff
#c4a8ff
#c5a9ff
#c6aaff
#c7abff
#c8acff
#b99df9
#b89cf8
#b79bf7
#b69af6
#b599f5
#b498f4
#b397f3
#b296f2
#b195f1
#b094f0
#af93ef
#ae92ee
#ad91ed
#ac90ec

Monochromatic Color with #ba9efa

#ba9efa
#1c1825
#3c3350
#5b4d7a
#7b68a5
#9a83cf

Tints of #ba9efa Color

#ba9efa
#c1a8fa
#c9b3fb
#d1befb
#d8c9fc
#e0d3fc
#e8defd
#efe9fd
#f7f4fe
#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

#ba9efa
#defa9e

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

Split Complementary

#ba9efa
#fae89e
#b0fa9e

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

Analogous Color

#9ea7fa
#a89efa
#ba9efa
#cc9efa
#df9efa

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

#ba9efa
#faba9e
#9efaba

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

#ba9efa
#fa9eb0
#defa9e
#9efae8

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

#ba9efa
#defa9e
#b0fa9e
#e89efa

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

#ba9efa Color Code Preview on Black Background Color

This is how #ba9efa Color will look on black background color. Color contrast ratio is 9.36

#ba9efa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba9efa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba9efa

#ba9efa color code is use for CSS Background Color

Background color for the above div is #ba9efa

HTML with inline CSS

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

#ba9efa color code is use for CSS Border Color

CSS Border color for the above div is #ba9efa

HTML with inline CSS

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

CSS Border Left color for the above div is #ba9efa

HTML with inline CSS

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

CSS Border Right color for the above div is #ba9efa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba9efa

HTML with inline CSS

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

CSS Border Top color for the above div is #ba9efa

HTML with inline CSS

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

#ba9efa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba9efa Color code Preview on White Background

This is how #ba9efa Color code will look on white background color. Color contrast ratio is 2.24

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

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,158,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,250,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,158,250,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.