crispedge.com

Color picker

Loading...

#be72ec hex color - Blue - Warm color - Information

#be72ec hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #be72ec Color code in RGB color code model is created after adding 74.51% red color, 44.71% green color and 92.55% blue color. Hex #be72ec Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 52% magenta, 0% yellow and 7% black.

Hex #be72ec color code is between #bb77ee web safe hex color code and #cc66dd web safe hex color code. #bb77ee is the nearest web safe color code. You can see here many more shades of #be72ec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebe72ec#be72ec
RGB Decimal190, 114, 236rgb(190, 114, 236)
RGB Percent75%, 45%, 93%rgb(75%, 45%, 93%)
CSS RGBa190, 114, 236,1rgba(190,114,236,1)
CMYK Modelcmyk(19%,52%,0%,7%)
HSL Color Space277,76% ,69%hsl(277,76% ,69%)
HSV Color Space277°, 52%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100111001011101100
Octal276162354
Decimal190114236
Hexbe72ec

Different shades of #be72ec color code.

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

Light Shade of #be72ec
#d39ff2
Dark Shade of #be72ec
#a945e6
Saturated Shade of #be72ec
#c06af4
Desaturated Shade of #be72ec
#bc7ae4
Grey scale Shade of #be72ec
#afafaf
Brighten Shade
#d78bff
Most Readable Shade
#000000

Shades of #be72ec color code

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

#be72ec
#a865d1
#9358b7
#7e4c9d
#693f83
#543268
#3f264e
#2a1934
#150c1a
#000000

Similar Color like #be72ec color

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

#bf73ed
#c074ee
#c175ef
#c276f0
#c377f1
#c478f2
#c579f3
#c67af4
#c77bf5
#c87cf6
#c97df7
#ca7ef8
#cb7ff9
#cc80fa
#bd71eb
#bc70ea
#bb6fe9
#ba6ee8
#b96de7
#b86ce6
#b76be5
#b66ae4
#b569e3
#b468e2
#b367e1
#b266e0
#b165df
#b064de

Monochromatic Color with #be72ec

#be72ec
#130b17
#352042
#57346c
#7a4997
#9c5dc1

Tints of #be72ec Color

#be72ec
#c581ee
#cc91f0
#d3a1f2
#dab0f4
#e2c0f6
#e9d0f8
#f0dffa
#f7effc
#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

#be72ec
#a0ec72

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

Split Complementary

#be72ec
#ddec72
#72ec81

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

Analogous Color

#8d72ec
#a672ec
#be72ec
#d672ec
#ec72e9

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

#be72ec
#ecbe72
#72ecbe

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

#be72ec
#ec8172
#a0ec72
#72ddec

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

#be72ec
#a0ec72
#72ec81
#ec72dd

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

#be72ec Color Code Preview on Black Background Color

This is how #be72ec Color will look on black background color. Color contrast ratio is 6.81

#be72ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be72ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be72ec

#be72ec color code is use for CSS Background Color

Background color for the above div is #be72ec

HTML with inline CSS

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

#be72ec color code is use for CSS Border Color

CSS Border color for the above div is #be72ec

HTML with inline CSS

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

CSS Border Left color for the above div is #be72ec

HTML with inline CSS

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

CSS Border Right color for the above div is #be72ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be72ec

HTML with inline CSS

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

CSS Border Top color for the above div is #be72ec

HTML with inline CSS

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

#be72ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be72ec Color code Preview on White Background

This is how #be72ec Color code will look on white background color. Color contrast ratio is 3.08

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

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