crispedge.com

Color picker

Loading...

#be66f8 hex color - Violet - Warm color - Information

#be66f8 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #be66f8 Color code in RGB color code model is created after adding 74.51% red color, 40% green color and 97.25% blue color. Hex #be66f8 Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 59% magenta, 0% yellow and 3% black.

Hex #be66f8 color code is between #bb55ff web safe hex color code and #cc77ee web safe hex color code. #bb55ff is the nearest web safe color code. You can see here many more shades of #be66f8 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebe66f8#be66f8
RGB Decimal190, 102, 248rgb(190, 102, 248)
RGB Percent75%, 40%, 97%rgb(75%, 40%, 97%)
CSS RGBa190, 102, 248,1rgba(190,102,248,1)
CMYK Modelcmyk(23%,59%,0%,3%)
HSL Color Space276,91% ,69%hsl(276,91% ,69%)
HSV Color Space276°, 59%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100110011011111000
Octal276146370
Decimal190102248
Hexbe66f8

Different shades of #be66f8 color code.

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

Light Shade of #be66f8
#d397fa
Dark Shade of #be66f8
#a935f6
Saturated Shade of #be66f8
#bf5fff
Desaturated Shade of #be66f8
#bc6ef0
Grey scale Shade of #be66f8
#afafaf
Brighten Shade
#d77fff
Most Readable Shade
#000000

Shades of #be66f8 color code

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

#be66f8
#a85adc
#934fc0
#7e44a5
#693889
#542d6e
#3f2252
#2a1637
#150b1b
#000000

Similar Color like #be66f8 color

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

#bf67f9
#c068fa
#c169fb
#c26afc
#c36bfd
#c46cfe
#c56dff
#c66eff
#c76fff
#c870ff
#c971ff
#ca72ff
#cb73ff
#cc74ff
#bd65f7
#bc64f6
#bb63f5
#ba62f4
#b961f3
#b860f2
#b75ff1
#b65ef0
#b55def
#b45cee
#b35bed
#b25aec
#b159eb
#b058ea

Monochromatic Color with #be66f8

#be66f8
#1b0f23
#3c204e
#5c3278
#7d43a3
#9d55cd

Tints of #be66f8 Color

#be66f8
#c577f8
#cc88f9
#d399fa
#daaafb
#e2bbfb
#e9ccfc
#f0ddfd
#f7eefe
#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

#be66f8
#a0f866

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

Split Complementary

#be66f8
#e9f866
#66f875

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

Analogous Color

#8466f8
#a166f8
#be66f8
#db66f8
#f866f8

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

#be66f8
#f8be66
#66f8be

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

#be66f8
#f87566
#a0f866
#66e9f8

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

#be66f8
#a0f866
#66f875
#f866e9

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

#be66f8 Color Code Preview on Black Background Color

This is how #be66f8 Color will look on black background color. Color contrast ratio is 6.45

#be66f8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be66f8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be66f8

#be66f8 color code is use for CSS Background Color

Background color for the above div is #be66f8

HTML with inline CSS

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

#be66f8 color code is use for CSS Border Color

CSS Border color for the above div is #be66f8

HTML with inline CSS

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

CSS Border Left color for the above div is #be66f8

HTML with inline CSS

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

CSS Border Right color for the above div is #be66f8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be66f8

HTML with inline CSS

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

CSS Border Top color for the above div is #be66f8

HTML with inline CSS

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

#be66f8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be66f8 Color code Preview on White Background

This is how #be66f8 Color code will look on white background color. Color contrast ratio is 3.26

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

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