crispedge.com

Color picker

Loading...

#b68adc hex color - Violet - Warm color - Information

#b68adc hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b68adc Color code in RGB color code model is created after adding 71.37% red color, 54.12% green color and 86.27% blue color. Hex #b68adc Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 37% magenta, 0% yellow and 14% black.

Hex #b68adc color code is between #bb88dd web safe hex color code and #aa99cc web safe hex color code. #bb88dd is the nearest web safe color code. You can see here many more shades of #b68adc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb68adc#b68adc
RGB Decimal182, 138, 220rgb(182, 138, 220)
RGB Percent71%, 54%, 86%rgb(71%, 54%, 86%)
CSS RGBa182, 138, 220,1rgba(182,138,220,1)
CMYK Modelcmyk(17%,37%,0%,14%)
HSL Color Space272,54% ,70%hsl(272,54% ,70%)
HSV Color Space272°, 37%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101101000101011011100
Octal266212334
Decimal182138220
Hexb68adc

Different shades of #b68adc color code.

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

Light Shade of #b68adc
#ceb1e8
Dark Shade of #b68adc
#9d63d0
Saturated Shade of #b68adc
#b782e4
Desaturated Shade of #b68adc
#b592d4
Grey scale Shade of #b68adc
#b3b3b3
Brighten Shade
#cfa3f5
Most Readable Shade
#000000

Shades of #b68adc color code

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

#b68adc
#a17ac3
#8d6bab
#795c92
#654c7a
#503d61
#3c2e49
#281e30
#140f18
#000000

Similar Color like #b68adc color

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

#b78bdd
#b88cde
#b98ddf
#ba8ee0
#bb8fe1
#bc90e2
#bd91e3
#be92e4
#bf93e5
#c094e6
#c195e7
#c296e8
#c397e9
#c498ea
#b589db
#b488da
#b387d9
#b286d8
#b185d7
#b084d6
#af83d5
#ae82d4
#ad81d3
#ac80d2
#ab7fd1
#aa7ed0
#a97dcf
#a87cce

Monochromatic Color with #b68adc

#b68adc
#060507
#291f32
#4d3a5c
#705587
#936fb1

Tints of #b68adc Color

#b68adc
#be97df
#c6a4e3
#ceb1e7
#d6beeb
#decbef
#e6d8f3
#eee5f7
#f6f2fb
#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

#b68adc
#b0dc8a

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

Split Complementary

#b68adc
#d9dc8a
#8adc8d

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

Analogous Color

#958adc
#a68adc
#b68adc
#c68adc
#d78adc

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

#b68adc
#dcb68a
#8adcb6

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

#b68adc
#dc8d8a
#b0dc8a
#8ad9dc

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

#b68adc
#b0dc8a
#8adc8d
#dc8ad9

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

#b68adc Color Code Preview on Black Background Color

This is how #b68adc Color will look on black background color. Color contrast ratio is 7.66

#b68adc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b68adc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b68adc

#b68adc color code is use for CSS Background Color

Background color for the above div is #b68adc

HTML with inline CSS

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

#b68adc color code is use for CSS Border Color

CSS Border color for the above div is #b68adc

HTML with inline CSS

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

CSS Border Left color for the above div is #b68adc

HTML with inline CSS

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

CSS Border Right color for the above div is #b68adc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b68adc

HTML with inline CSS

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

CSS Border Top color for the above div is #b68adc

HTML with inline CSS

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

#b68adc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b68adc Color code Preview on White Background

This is how #b68adc Color code will look on white background color. Color contrast ratio is 2.74

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

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(182,138,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(176,220,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(182,138,220,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.