crispedge.com

Color picker

Loading...

#be5ed0 hex color - Violet - Warm color - Information

#be5ed0 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #be5ed0 Color code in RGB color code model is created after adding 74.51% red color, 36.86% green color and 81.57% blue color. Hex #be5ed0 Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 55% magenta, 0% yellow and 18% black.

Hex #be5ed0 color code is between #bb66cc web safe hex color code and #cc55dd web safe hex color code. #bb66cc is the nearest web safe color code. You can see here many more shades of #be5ed0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebe5ed0#be5ed0
RGB Decimal190, 94, 208rgb(190, 94, 208)
RGB Percent75%, 37%, 82%rgb(75%, 37%, 82%)
CSS RGBa190, 94, 208,1rgba(190,94,208,1)
CMYK Modelcmyk(9%,55%,0%,18%)
HSL Color Space291,55% ,59%hsl(291,55% ,59%)
HSV Color Space291°, 55%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100101111011010000
Octal276136320
Decimal19094208
Hexbe5ed0

Different shades of #be5ed0 color code.

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

Light Shade of #be5ed0
#ce85dc
Dark Shade of #be5ed0
#ad39c2
Saturated Shade of #be5ed0
#c554da
Desaturated Shade of #be5ed0
#b768c6
Grey scale Shade of #be5ed0
#979797
Brighten Shade
#d777e9
Most Readable Shade
#FFFFFF

Shades of #be5ed0 color code

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

#be5ed0
#a853b8
#9349a1
#7e3e8a
#693473
#54295c
#3f1f45
#2a142e
#150a17
#000000

Similar Color like #be5ed0 color

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

#bf5fd1
#c060d2
#c161d3
#c262d4
#c363d5
#c464d6
#c565d7
#c666d8
#c767d9
#c868da
#c969db
#ca6adc
#cb6bdd
#cc6cde
#bd5dcf
#bc5cce
#bb5bcd
#ba5acc
#b959cb
#b858ca
#b757c9
#b656c8
#b555c7
#b454c6
#b353c5
#b252c4
#b151c3
#b050c2

Monochromatic Color with #be5ed0

#be5ed0
#e571fa
#231126
#4a2450
#70387b
#974ba5

Tints of #be5ed0 Color

#be5ed0
#c56fd5
#cc81da
#d393df
#daa5e4
#e2b7ea
#e9c9ef
#f0dbf4
#f7edf9
#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

#be5ed0
#70d05e

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

Split Complementary

#be5ed0
#a9d05e
#5ed085

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

Analogous Color

#905ed0
#a75ed0
#be5ed0
#d05ecb
#d05eb4

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

#be5ed0
#d0be5e
#5ed0be

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

#be5ed0
#d0855e
#70d05e
#5ea9d0

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

#be5ed0
#70d05e
#5ed085
#d05ea9

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

#be5ed0 Color Code Preview on Black Background Color

This is how #be5ed0 Color will look on black background color. Color contrast ratio is 5.70

#be5ed0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be5ed0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be5ed0

#be5ed0 color code is use for CSS Background Color

Background color for the above div is #be5ed0

HTML with inline CSS

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

#be5ed0 color code is use for CSS Border Color

CSS Border color for the above div is #be5ed0

HTML with inline CSS

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

CSS Border Left color for the above div is #be5ed0

HTML with inline CSS

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

CSS Border Right color for the above div is #be5ed0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be5ed0

HTML with inline CSS

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

CSS Border Top color for the above div is #be5ed0

HTML with inline CSS

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

#be5ed0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be5ed0 Color code Preview on White Background

This is how #be5ed0 Color code will look on white background color. Color contrast ratio is 3.68

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

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