crispedge.com

Color picker

Loading...

#b68dda hex color - Violet - Warm color - Information

#b68dda hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b68dda Color code in RGB color code model is created after adding 71.37% red color, 55.29% green color and 85.49% blue color. Hex #b68dda Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 35% magenta, 0% yellow and 15% black.

Hex #b68dda 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 #b68dda color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb68dda#b68dda
RGB Decimal182, 141, 218rgb(182, 141, 218)
RGB Percent71%, 55%, 85%rgb(71%, 55%, 85%)
CSS RGBa182, 141, 218,1rgba(182,141,218,1)
CMYK Modelcmyk(17%,35%,0%,15%)
HSL Color Space272,51% ,70%hsl(272,51% ,70%)
HSV Color Space272°, 35%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101101000110111011010
Octal266215332
Decimal182141218
Hexb68dda

Different shades of #b68dda color code.

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

Light Shade of #b68dda
#cfb3e6
Dark Shade of #b68dda
#9d66cd
Saturated Shade of #b68dda
#b685e2
Desaturated Shade of #b68dda
#b695d2
Grey scale Shade of #b68dda
#b3b3b3
Brighten Shade
#cfa6f3
Most Readable Shade
#000000

Shades of #b68dda color code

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

#b68dda
#a17dc1
#8d6da9
#795e91
#654e79
#503e60
#3c2f48
#281f30
#140f18
#000000

Similar Color like #b68dda color

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

#b78edb
#b88fdc
#b990dd
#ba91de
#bb92df
#bc93e0
#bd94e1
#be95e2
#bf96e3
#c097e4
#c198e5
#c299e6
#c39ae7
#c49be8
#b58cd9
#b48bd8
#b38ad7
#b289d6
#b188d5
#b087d4
#af86d3
#ae85d2
#ad84d1
#ac83d0
#ab82cf
#aa81ce
#a980cd
#a87fcc

Monochromatic Color with #b68dda

#b68dda
#050405
#281f30
#4c3b5a
#6f5685
#9372af

Tints of #b68dda Color

#b68dda
#be99de
#c6a6e2
#ceb3e6
#d6bfea
#deccee
#e6d9f2
#eee5f6
#f6f2fa
#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

#b68dda
#b1da8d

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

Split Complementary

#b68dda
#d7da8d
#8dda90

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

Analogous Color

#978dda
#a78dda
#b68dda
#c58dda
#d58dda

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

#b68dda
#dab68d
#8ddab6

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

#b68dda
#da8f8d
#b1da8d
#8dd7da

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

#b68dda
#b1da8d
#8dda90
#da8dd7

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

#b68dda Color Code Preview on Black Background Color

This is how #b68dda Color will look on black background color. Color contrast ratio is 7.81

#b68dda in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b68dda

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b68dda

#b68dda color code is use for CSS Background Color

Background color for the above div is #b68dda

HTML with inline CSS

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

#b68dda color code is use for CSS Border Color

CSS Border color for the above div is #b68dda

HTML with inline CSS

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

CSS Border Left color for the above div is #b68dda

HTML with inline CSS

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

CSS Border Right color for the above div is #b68dda

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b68dda

HTML with inline CSS

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

CSS Border Top color for the above div is #b68dda

HTML with inline CSS

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

#b68dda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b68dda Color code Preview on White Background

This is how #b68dda Color code will look on white background color. Color contrast ratio is 2.69

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

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,141,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(177,218,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(182,141,218,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.