crispedge.com

Color picker

Loading...

#ba8ef8 hex color - Violet - Cool color - Information

#ba8ef8 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ba8ef8 Color code in RGB color code model is created after adding 72.94% red color, 55.69% green color and 97.25% blue color. Hex #ba8ef8 Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 43% magenta, 0% yellow and 3% black.

Hex #ba8ef8 color code is between #bb88ff web safe hex color code and #aa99ee web safe hex color code. #bb88ff is the nearest web safe color code. You can see here many more shades of #ba8ef8 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeba8ef8#ba8ef8
RGB Decimal186, 142, 248rgb(186, 142, 248)
RGB Percent73%, 56%, 97%rgb(73%, 56%, 97%)
CSS RGBa186, 142, 248,1rgba(186,142,248,1)
CMYK Modelcmyk(25%,43%,0%,3%)
HSL Color Space265,88% ,76%hsl(265,88% ,76%)
HSV Color Space265°, 43%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110101000111011111000
Octal272216370
Decimal186142248
Hexba8ef8

Different shades of #ba8ef8 color code.

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

Light Shade of #ba8ef8
#d7befb
Dark Shade of #ba8ef8
#9d5ef5
Saturated Shade of #ba8ef8
#b988fe
Desaturated Shade of #ba8ef8
#bb94f2
Grey scale Shade of #ba8ef8
#c3c3c3
Brighten Shade
#d3a7ff
Most Readable Shade
#000000

Shades of #ba8ef8 color code

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

#ba8ef8
#a57edc
#906ec0
#7c5ea5
#674e89
#523f6e
#3e2f52
#291f37
#140f1b
#000000

Similar Color like #ba8ef8 color

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

#bb8ff9
#bc90fa
#bd91fb
#be92fc
#bf93fd
#c094fe
#c195ff
#c296ff
#c397ff
#c498ff
#c599ff
#c69aff
#c79bff
#c89cff
#b98df7
#b88cf6
#b78bf5
#b68af4
#b589f3
#b488f2
#b387f1
#b286f0
#b185ef
#b084ee
#af83ed
#ae82ec
#ad81eb
#ac80ea

Monochromatic Color with #ba8ef8

#ba8ef8
#1b1423
#3a2d4e
#5a4578
#7a5da3
#9a76cd

Tints of #ba8ef8 Color

#ba8ef8
#c19af8
#c9a7f9
#d1b3fa
#d8c0fb
#e0ccfb
#e8d9fc
#efe5fd
#f7f2fe
#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

#ba8ef8
#ccf88e

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

Split Complementary

#ba8ef8
#f8ef8e
#97f88e

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

Analogous Color

#908ef8
#a58ef8
#ba8ef8
#cf8ef8
#e48ef8

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

#ba8ef8
#f8ba8e
#8ef8ba

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

#ba8ef8
#f88e97
#ccf88e
#8ef8ef

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

#ba8ef8
#ccf88e
#97f88e
#ef8ef8

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

#ba8ef8 Color Code Preview on Black Background Color

This is how #ba8ef8 Color will look on black background color. Color contrast ratio is 8.31

#ba8ef8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba8ef8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba8ef8

#ba8ef8 color code is use for CSS Background Color

Background color for the above div is #ba8ef8

HTML with inline CSS

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

#ba8ef8 color code is use for CSS Border Color

CSS Border color for the above div is #ba8ef8

HTML with inline CSS

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

CSS Border Left color for the above div is #ba8ef8

HTML with inline CSS

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

CSS Border Right color for the above div is #ba8ef8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba8ef8

HTML with inline CSS

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

CSS Border Top color for the above div is #ba8ef8

HTML with inline CSS

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

#ba8ef8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba8ef8 Color code Preview on White Background

This is how #ba8ef8 Color code will look on white background color. Color contrast ratio is 2.53

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

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,142,248,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,248,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,142,248,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.