crispedge.com

Color picker

Loading...

#b59ef3 hex color - Blue - Cool color - Information

#b59ef3 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #b59ef3 Color code in RGB color code model is created after adding 70.98% red color, 61.96% green color and 95.29% blue color. Hex #b59ef3 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 35% magenta, 0% yellow and 5% black.

Hex #b59ef3 color code is between #bb99ee web safe hex color code and #aaaaff web safe hex color code. #bb99ee is the nearest web safe color code. You can see here many more shades of #b59ef3 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeb59ef3#b59ef3
RGB Decimal181, 158, 243rgb(181, 158, 243)
RGB Percent71%, 62%, 95%rgb(71%, 62%, 95%)
CSS RGBa181, 158, 243,1rgba(181,158,243,1)
CMYK Modelcmyk(26%,35%,0%,5%)
HSL Color Space256,78% ,79%hsl(256,78% ,79%)
HSV Color Space256°, 35%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101011001111011110011
Octal265236363
Decimal181158243
Hexb59ef3

Different shades of #b59ef3 color code.

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

Light Shade of #b59ef3
#d8cbf9
Dark Shade of #b59ef3
#9271ed
Saturated Shade of #b59ef3
#b299f8
Desaturated Shade of #b59ef3
#b7a3ee
Grey scale Shade of #b59ef3
#c8c8c8
Brighten Shade
#ceb7ff
Most Readable Shade
#000000

Shades of #b59ef3 color code

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

#b59ef3
#a08cd8
#8c7abd
#7869a2
#645787
#50466c
#3c3451
#282336
#14111b
#000000

Similar Color like #b59ef3 color

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

#b69ff4
#b7a0f5
#b8a1f6
#b9a2f7
#baa3f8
#bba4f9
#bca5fa
#bda6fb
#bea7fc
#bfa8fd
#c0a9fe
#c1aaff
#c2abff
#c3acff
#b49df2
#b39cf1
#b29bf0
#b19aef
#b099ee
#af98ed
#ae97ec
#ad96eb
#ac95ea
#ab94e9
#aa93e8
#a992e7
#a891e6
#a790e5

Monochromatic Color with #b59ef3

#b59ef3
#17141e
#362f49
#564b73
#76679e
#9582c8

Tints of #b59ef3 Color

#b59ef3
#bda8f4
#c5b3f5
#cdbef7
#d5c9f8
#ded3f9
#e6defb
#eee9fc
#f6f4fd
#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

#b59ef3
#dcf39e

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

Split Complementary

#b59ef3
#f3e09e
#b1f39e

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

Analogous Color

#9ea9f3
#a49ef3
#b59ef3
#c69ef3
#d79ef3

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

#b59ef3
#f3b59e
#9ef3b5

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

#b59ef3
#f39eb1
#dcf39e
#9ef3df

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

#b59ef3
#dcf39e
#b1f39e
#e09ef3

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

#b59ef3 Color Code Preview on Black Background Color

This is how #b59ef3 Color will look on black background color. Color contrast ratio is 9.15

#b59ef3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b59ef3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b59ef3

#b59ef3 color code is use for CSS Background Color

Background color for the above div is #b59ef3

HTML with inline CSS

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

#b59ef3 color code is use for CSS Border Color

CSS Border color for the above div is #b59ef3

HTML with inline CSS

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

CSS Border Left color for the above div is #b59ef3

HTML with inline CSS

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

CSS Border Right color for the above div is #b59ef3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b59ef3

HTML with inline CSS

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

CSS Border Top color for the above div is #b59ef3

HTML with inline CSS

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

#b59ef3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b59ef3 Color code Preview on White Background

This is how #b59ef3 Color code will look on white background color. Color contrast ratio is 2.30

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

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(181,158,243,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,243,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(181,158,243,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.