crispedge.com

Color picker

Loading...

#b58edf hex color - Violet - Cool color - Information

#b58edf hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b58edf Color code in RGB color code model is created after adding 70.98% red color, 55.69% green color and 87.45% blue color. Hex #b58edf Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 36% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb58edf#b58edf
RGB Decimal181, 142, 223rgb(181, 142, 223)
RGB Percent71%, 56%, 87%rgb(71%, 56%, 87%)
CSS RGBa181, 142, 223,1rgba(181,142,223,1)
CMYK Modelcmyk(19%,36%,0%,13%)
HSL Color Space269,56% ,72%hsl(269,56% ,72%)
HSV Color Space269°, 36%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101011000111011011111
Octal265216337
Decimal181142223
Hexb58edf

Different shades of #b58edf color code.

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

Light Shade of #b58edf
#cfb6ea
Dark Shade of #b58edf
#9b66d4
Saturated Shade of #b58edf
#b587e6
Desaturated Shade of #b58edf
#b595d8
Grey scale Shade of #b58edf
#b6b6b6
Brighten Shade
#cea7f8
Most Readable Shade
#000000

Shades of #b58edf color code

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

#b58edf
#a07ec6
#8c6ead
#785e94
#644e7b
#503f63
#3c2f4a
#281f31
#140f18
#000000

Similar Color like #b58edf color

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

#b68fe0
#b790e1
#b891e2
#b992e3
#ba93e4
#bb94e5
#bc95e6
#bd96e7
#be97e8
#bf98e9
#c099ea
#c19aeb
#c29bec
#c39ced
#b48dde
#b38cdd
#b28bdc
#b18adb
#b089da
#af88d9
#ae87d8
#ad86d7
#ac85d6
#ab84d5
#aa83d4
#a982d3
#a881d2
#a780d1

Monochromatic Color with #b58edf

#b58edf
#09070a
#2b2235
#4e3d5f
#70588a
#9273b4

Tints of #b58edf Color

#b58edf
#bd9ae2
#c5a7e6
#cdb3e9
#d5c0ed
#deccf0
#e6d9f4
#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

#b58edf
#b8df8e

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

Split Complementary

#b58edf
#dfde8e
#8fdf8e

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

Analogous Color

#958edf
#a58edf
#b58edf
#c58edf
#d58edf

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

#b58edf
#dfb58e
#8edfb5

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

#b58edf
#df8e8f
#b8df8e
#8edfdd

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

#b58edf
#b8df8e
#8fdf8e
#de8edf

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

#b58edf Color Code Preview on Black Background Color

This is how #b58edf Color will look on black background color. Color contrast ratio is 7.90

#b58edf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b58edf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b58edf

#b58edf color code is use for CSS Background Color

Background color for the above div is #b58edf

HTML with inline CSS

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

#b58edf color code is use for CSS Border Color

CSS Border color for the above div is #b58edf

HTML with inline CSS

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

CSS Border Left color for the above div is #b58edf

HTML with inline CSS

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

CSS Border Right color for the above div is #b58edf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b58edf

HTML with inline CSS

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

CSS Border Top color for the above div is #b58edf

HTML with inline CSS

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

#b58edf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b58edf Color code Preview on White Background

This is how #b58edf Color code will look on white background color. Color contrast ratio is 2.66

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

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,142,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(184,223,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(181,142,223,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.