crispedge.com

Color picker

Loading...

#be5edf hex color - Violet - Warm color - Information

#be5edf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #be5edf Color code in RGB color code model is created after adding 74.51% red color, 36.86% green color and 87.45% blue color. Hex #be5edf Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 58% magenta, 0% yellow and 13% black.

Hex #be5edf color code is between #bb66dd web safe hex color code and #cc55ee web safe hex color code. #bb66dd is the nearest web safe color code. You can see here many more shades of #be5edf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebe5edf#be5edf
RGB Decimal190, 94, 223rgb(190, 94, 223)
RGB Percent75%, 37%, 87%rgb(75%, 37%, 87%)
CSS RGBa190, 94, 223,1rgba(190,94,223,1)
CMYK Modelcmyk(15%,58%,0%,13%)
HSL Color Space285,67% ,62%hsl(285,67% ,62%)
HSV Color Space285°, 58%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100101111011011111
Octal276136337
Decimal19094223
Hexbe5edf

Different shades of #be5edf color code.

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

Light Shade of #be5edf
#cf89e7
Dark Shade of #be5edf
#ad33d7
Saturated Shade of #be5edf
#c354e9
Desaturated Shade of #be5edf
#b968d5
Grey scale Shade of #be5edf
#9e9e9e
Brighten Shade
#d777f8
Most Readable Shade
#FFFFFF

Shades of #be5edf color code

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

#be5edf
#a853c6
#9349ad
#7e3e94
#69347b
#542963
#3f1f4a
#2a1431
#150a18
#000000

Similar Color like #be5edf color

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

#bf5fe0
#c060e1
#c161e2
#c262e3
#c363e4
#c464e5
#c565e6
#c666e7
#c767e8
#c868e9
#c969ea
#ca6aeb
#cb6bec
#cc6ced
#bd5dde
#bc5cdd
#bb5bdc
#ba5adb
#b959da
#b858d9
#b757d8
#b656d7
#b555d6
#b454d5
#b353d4
#b252d3
#b151d2
#b050d1

Monochromatic Color with #be5edf

#be5edf
#09040a
#2d1635
#51285f
#763a8a
#9a4cb4

Tints of #be5edf Color

#be5edf
#c56fe2
#cc81e6
#d393e9
#daa5ed
#e2b7f0
#e9c9f4
#f0dbf7
#f7edfb
#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

#be5edf
#7fdf5e

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

Split Complementary

#be5edf
#bfdf5e
#5edf7e

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

Analogous Color

#8a5edf
#a45edf
#be5edf
#d85edf
#df5ecc

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

#be5edf
#dfbe5e
#5edfbe

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

#be5edf
#df7d5e
#7fdf5e
#5ebfdf

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

#be5edf
#7fdf5e
#5edf7e
#df5ebf

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

#be5edf Color Code Preview on Black Background Color

This is how #be5edf Color will look on black background color. Color contrast ratio is 5.86

#be5edf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be5edf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be5edf

#be5edf color code is use for CSS Background Color

Background color for the above div is #be5edf

HTML with inline CSS

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

#be5edf color code is use for CSS Border Color

CSS Border color for the above div is #be5edf

HTML with inline CSS

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

CSS Border Left color for the above div is #be5edf

HTML with inline CSS

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

CSS Border Right color for the above div is #be5edf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be5edf

HTML with inline CSS

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

CSS Border Top color for the above div is #be5edf

HTML with inline CSS

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

#be5edf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be5edf Color code Preview on White Background

This is how #be5edf Color code will look on white background color. Color contrast ratio is 3.59

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

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