crispedge.com

Color picker

Loading...

#bca7fd hex color - Violet - Cool color - Information

#bca7fd hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #bca7fd Color code in RGB color code model is created after adding 73.73% red color, 65.49% green color and 99.22% blue color. Hex #bca7fd Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 34% magenta, 0% yellow and 1% black.

Hex #bca7fd color code is between #bbaaff web safe hex color code and #cc99ee web safe hex color code. #bbaaff is the nearest web safe color code. You can see here many more shades of #bca7fd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebca7fd#bca7fd
RGB Decimal188, 167, 253rgb(188, 167, 253)
RGB Percent74%, 65%, 99%rgb(74%, 65%, 99%)
CSS RGBa188, 167, 253,1rgba(188,167,253,1)
CMYK Modelcmyk(26%,34%,0%,1%)
HSL Color Space255,96% ,82%hsl(255,96% ,82%)
HSV Color Space255°, 34%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101111001010011111111101
Octal274247375
Decimal188167253
Hexbca7fd

Different shades of #bca7fd color code.

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

Light Shade of #bca7fd
#e2d9fe
Dark Shade of #bca7fd
#9675fc
Saturated Shade of #bca7fd
#bba5ff
Desaturated Shade of #bca7fd
#beabf8
Grey scale Shade of #bca7fd
#d2d2d2
Brighten Shade
#d5c0ff
Most Readable Shade
#000000

Shades of #bca7fd color code

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

#bca7fd
#a794e0
#9281c4
#7d6fa8
#685c8c
#534a70
#3e3754
#292538
#14121c
#000000

Similar Color like #bca7fd color

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

#bda8fe
#bea9ff
#bfaaff
#c0abff
#c1acff
#c2adff
#c3aeff
#c4afff
#c5b0ff
#c6b1ff
#c7b2ff
#c8b3ff
#c9b4ff
#cab5ff
#bba6fc
#baa5fb
#b9a4fa
#b8a3f9
#b7a2f8
#b6a1f7
#b5a0f6
#b49ff5
#b39ef4
#b29df3
#b19cf2
#b09bf1
#af9af0
#ae99ef

Monochromatic Color with #bca7fd

#bca7fd
#1e1b28
#3e3753
#5d537d
#7d6fa8
#9c8bd2

Tints of #bca7fd Color

#bca7fd
#c3b0fd
#cabafd
#d2c4fd
#d9cefd
#e1d7fe
#e8e1fe
#f0ebfe
#f7f5fe
#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

#bca7fd
#e8fda7

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

Split Complementary

#bca7fd
#fde7a7
#bdfda7

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

Analogous Color

#a7b4fd
#aba7fd
#bca7fd
#cda7fd
#dea7fd

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

#bca7fd
#fdbca7
#a7fdbc

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

#bca7fd
#fda7bd
#e8fda7
#a7fde7

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

#bca7fd
#e8fda7
#bdfda7
#e7a7fd

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

#bca7fd Color Code Preview on Black Background Color

This is how #bca7fd Color will look on black background color. Color contrast ratio is 10.08

#bca7fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bca7fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bca7fd

#bca7fd color code is use for CSS Background Color

Background color for the above div is #bca7fd

HTML with inline CSS

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

#bca7fd color code is use for CSS Border Color

CSS Border color for the above div is #bca7fd

HTML with inline CSS

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

CSS Border Left color for the above div is #bca7fd

HTML with inline CSS

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

CSS Border Right color for the above div is #bca7fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bca7fd

HTML with inline CSS

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

CSS Border Top color for the above div is #bca7fd

HTML with inline CSS

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

#bca7fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bca7fd Color code Preview on White Background

This is how #bca7fd Color code will look on white background color. Color contrast ratio is 2.08

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

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(188,167,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(232,253,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,167,253,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.