crispedge.com

Color picker

Loading...

#b06eea hex color - Blue - Warm color - Information

#b06eea hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #b06eea Color code in RGB color code model is created after adding 69.02% red color, 43.14% green color and 91.76% blue color. Hex #b06eea Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 53% magenta, 0% yellow and 8% black.

Hex #b06eea color code is between #aa66ee web safe hex color code and #bb77dd web safe hex color code. #aa66ee is the nearest web safe color code. You can see here many more shades of #b06eea color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb06eea#b06eea
RGB Decimal176, 110, 234rgb(176, 110, 234)
RGB Percent69%, 43%, 92%rgb(69%, 43%, 92%)
CSS RGBa176, 110, 234,1rgba(176,110,234,1)
CMYK Modelcmyk(25%,53%,0%,8%)
HSL Color Space272,75% ,67%hsl(272,75% ,67%)
HSV Color Space272°, 53%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100000110111011101010
Octal260156352
Decimal176110234
Hexb06eea

Different shades of #b06eea color code.

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

Light Shade of #b06eea
#c89bf0
Dark Shade of #b06eea
#9841e4
Saturated Shade of #b06eea
#b166f2
Desaturated Shade of #b06eea
#af76e2
Grey scale Shade of #b06eea
#acacac
Brighten Shade
#c987ff
Most Readable Shade
#000000

Shades of #b06eea color code

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

#b06eea
#9c61d0
#8855b6
#75499c
#613d82
#4e3068
#3a244e
#271834
#130c1a
#000000

Similar Color like #b06eea color

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

#b16feb
#b270ec
#b371ed
#b472ee
#b573ef
#b674f0
#b775f1
#b876f2
#b977f3
#ba78f4
#bb79f5
#bc7af6
#bd7bf7
#be7cf8
#af6de9
#ae6ce8
#ad6be7
#ac6ae6
#ab69e5
#aa68e4
#a967e3
#a866e2
#a765e1
#a664e0
#a563df
#a462de
#a361dd
#a260dc

Monochromatic Color with #b06eea

#b06eea
#100a15
#301e40
#50326a
#704695
#905abf

Tints of #b06eea Color

#b06eea
#b87eec
#c18eee
#ca9ef1
#d3aef3
#dbbef5
#e4cef8
#eddefa
#f6eefc
#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

#b06eea
#a8ea6e

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

Split Complementary

#b06eea
#e6ea6e
#6eea72

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

Analogous Color

#7e6eea
#976eea
#b06eea
#c96eea
#e26eea

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

#b06eea
#eab06e
#6eeab0

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

#b06eea
#ea726e
#a8ea6e
#6ee6ea

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

#b06eea
#a8ea6e
#6eea72
#ea6ee6

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

#b06eea Color Code Preview on Black Background Color

This is how #b06eea Color will look on black background color. Color contrast ratio is 6.26

#b06eea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b06eea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b06eea

#b06eea color code is use for CSS Background Color

Background color for the above div is #b06eea

HTML with inline CSS

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

#b06eea color code is use for CSS Border Color

CSS Border color for the above div is #b06eea

HTML with inline CSS

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

CSS Border Left color for the above div is #b06eea

HTML with inline CSS

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

CSS Border Right color for the above div is #b06eea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b06eea

HTML with inline CSS

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

CSS Border Top color for the above div is #b06eea

HTML with inline CSS

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

#b06eea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b06eea Color code Preview on White Background

This is how #b06eea Color code will look on white background color. Color contrast ratio is 3.35

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

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(176,110,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(168,234,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,110,234,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.