crispedge.com

Color picker

Loading...

#ba9ed7 hex color - Violet - Cool color - Information

#ba9ed7 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ba9ed7 Color code in RGB color code model is created after adding 72.94% red color, 61.96% green color and 84.31% blue color. Hex #ba9ed7 Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 27% magenta, 0% yellow and 16% black.

Hex #ba9ed7 color code is between #bb99dd web safe hex color code and #aaaacc web safe hex color code. #bb99dd is the nearest web safe color code. You can see here many more shades of #ba9ed7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeba9ed7#ba9ed7
RGB Decimal186, 158, 215rgb(186, 158, 215)
RGB Percent73%, 62%, 84%rgb(73%, 62%, 84%)
CSS RGBa186, 158, 215,1rgba(186,158,215,1)
CMYK Modelcmyk(13%,27%,0%,16%)
HSL Color Space269,42% ,73%hsl(269,42% ,73%)
HSV Color Space269°, 27%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101110101001111011010111
Octal272236327
Decimal186158215
Hexba9ed7

Different shades of #ba9ed7 color code.

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

Light Shade of #ba9ed7
#d4c2e6
Dark Shade of #ba9ed7
#a07ac8
Saturated Shade of #ba9ed7
#ba97de
Desaturated Shade of #ba9ed7
#baa5d0
Grey scale Shade of #ba9ed7
#bababa
Brighten Shade
#d3b7f0
Most Readable Shade
#000000

Shades of #ba9ed7 color code

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

#ba9ed7
#a58cbf
#907aa7
#7c698f
#675777
#52465f
#3e3447
#29232f
#141117
#000000

Similar Color like #ba9ed7 color

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

#bb9fd8
#bca0d9
#bda1da
#bea2db
#bfa3dc
#c0a4dd
#c1a5de
#c2a6df
#c3a7e0
#c4a8e1
#c5a9e2
#c6aae3
#c7abe4
#c8ace5
#b99dd6
#b89cd5
#b79bd4
#b69ad3
#b599d2
#b498d1
#b397d0
#b296cf
#b195ce
#b094cd
#af93cc
#ae92cb
#ad91ca
#ac90c9

Monochromatic Color with #ba9ed7

#ba9ed7
#020202
#27212d
#4c4057
#706082
#957fac

Tints of #ba9ed7 Color

#ba9ed7
#c1a8db
#c9b3df
#d1bee4
#d8c9e8
#e0d3ed
#e8def1
#efe9f6
#f7f4fa
#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

#ba9ed7
#bbd79e

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

Split Complementary

#ba9ed7
#d7d69e
#9fd79e

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

Analogous Color

#a39ed7
#af9ed7
#ba9ed7
#c59ed7
#d19ed7

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

#ba9ed7
#d7ba9e
#9ed7ba

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

#ba9ed7
#d79e9e
#bbd79e
#9ed7d6

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

#ba9ed7
#bbd79e
#9fd79e
#d69ed7

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

#ba9ed7 Color Code Preview on Black Background Color

This is how #ba9ed7 Color will look on black background color. Color contrast ratio is 8.96

#ba9ed7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba9ed7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba9ed7

#ba9ed7 color code is use for CSS Background Color

Background color for the above div is #ba9ed7

HTML with inline CSS

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

#ba9ed7 color code is use for CSS Border Color

CSS Border color for the above div is #ba9ed7

HTML with inline CSS

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

CSS Border Left color for the above div is #ba9ed7

HTML with inline CSS

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

CSS Border Right color for the above div is #ba9ed7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba9ed7

HTML with inline CSS

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

CSS Border Top color for the above div is #ba9ed7

HTML with inline CSS

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

#ba9ed7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba9ed7 Color code Preview on White Background

This is how #ba9ed7 Color code will look on white background color. Color contrast ratio is 2.34

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

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,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(187,215,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,158,215,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.