crispedge.com

Color picker

Loading...

#b58ef9 hex color - Violet - Cool color - Information

#b58ef9 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b58ef9 Color code in RGB color code model is created after adding 70.98% red color, 55.69% green color and 97.65% blue color. Hex #b58ef9 Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 43% magenta, 0% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb58ef9#b58ef9
RGB Decimal181, 142, 249rgb(181, 142, 249)
RGB Percent71%, 56%, 98%rgb(71%, 56%, 98%)
CSS RGBa181, 142, 249,1rgba(181,142,249,1)
CMYK Modelcmyk(27%,43%,0%,2%)
HSL Color Space262,90% ,77%hsl(262,90% ,77%)
HSV Color Space262°, 43%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101011000111011111001
Octal265216371
Decimal181142249
Hexb58ef9

Different shades of #b58ef9 color code.

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

Light Shade of #b58ef9
#d5befc
Dark Shade of #b58ef9
#955ef6
Saturated Shade of #b58ef9
#b388ff
Desaturated Shade of #b58ef9
#b794f3
Grey scale Shade of #b58ef9
#c3c3c3
Brighten Shade
#cea7ff
Most Readable Shade
#000000

Shades of #b58ef9 color code

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

#b58ef9
#a07edd
#8c6ec1
#785ea6
#644e8a
#503f6e
#3c2f53
#281f37
#140f1b
#000000

Similar Color like #b58ef9 color

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

#b68ffa
#b790fb
#b891fc
#b992fd
#ba93fe
#bb94ff
#bc95ff
#bd96ff
#be97ff
#bf98ff
#c099ff
#c19aff
#c29bff
#c39cff
#b48df8
#b38cf7
#b28bf6
#b18af5
#b089f4
#af88f3
#ae87f2
#ad86f1
#ac85f0
#ab84ef
#aa83ee
#a982ed
#a881ec
#a780eb

Monochromatic Color with #b58ef9

#b58ef9
#1b1524
#392d4f
#584579
#775ea4
#9676ce

Tints of #b58ef9 Color

#b58ef9
#bd9af9
#c5a7fa
#cdb3fb
#d5c0fb
#deccfc
#e6d9fd
#eee5fd
#f6f2fe
#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

#b58ef9
#d2f98e

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

Split Complementary

#b58ef9
#f9ea8e
#9df98e

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

Analogous Color

#8e92f9
#a08ef9
#b58ef9
#ca8ef9
#e08ef9

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

#b58ef9
#f9b58e
#8ef9b5

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

#b58ef9
#f98e9c
#d2f98e
#8ef9ea

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

#b58ef9
#d2f98e
#9df98e
#ea8ef9

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

#b58ef9 Color Code Preview on Black Background Color

This is how #b58ef9 Color will look on black background color. Color contrast ratio is 8.20

#b58ef9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b58ef9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b58ef9

#b58ef9 color code is use for CSS Background Color

Background color for the above div is #b58ef9

HTML with inline CSS

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

#b58ef9 color code is use for CSS Border Color

CSS Border color for the above div is #b58ef9

HTML with inline CSS

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

CSS Border Left color for the above div is #b58ef9

HTML with inline CSS

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

CSS Border Right color for the above div is #b58ef9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b58ef9

HTML with inline CSS

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

CSS Border Top color for the above div is #b58ef9

HTML with inline CSS

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

#b58ef9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b58ef9 Color code Preview on White Background

This is how #b58ef9 Color code will look on white background color. Color contrast ratio is 2.56

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

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