crispedge.com

Color picker

Loading...

#be79bd hex color - Violet - Warm color - Information

#be79bd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #be79bd Color code in RGB color code model is created after adding 74.51% red color, 47.45% green color and 74.12% blue color. Hex #be79bd Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 36% magenta, 1% yellow and 25% black.

Hex #be79bd color code is between #bb77bb web safe hex color code and #cc88cc web safe hex color code. #bb77bb is the nearest web safe color code. You can see here many more shades of #be79bd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebe79bd#be79bd
RGB Decimal190, 121, 189rgb(190, 121, 189)
RGB Percent75%, 47%, 74%rgb(75%, 47%, 74%)
CSS RGBa190, 121, 189,1rgba(190,121,189,1)
CMYK Modelcmyk(0%,36%,1%,25%)
HSL Color Space301,35% ,61%hsl(301,35% ,61%)
HSV Color Space301°, 36%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100111100110111101
Octal276171275
Decimal190121189
Hexbe79bd

Different shades of #be79bd color code.

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

Light Shade of #be79bd
#cf9bce
Dark Shade of #be79bd
#ad57ac
Saturated Shade of #be79bd
#c86fc7
Desaturated Shade of #be79bd
#b483b3
Grey scale Shade of #be79bd
#9b9b9b
Brighten Shade
#d792d6
Most Readable Shade
#000000

Shades of #be79bd color code

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

#be79bd
#a86ba8
#935e93
#7e507e
#694369
#543554
#3f283f
#2a1a2a
#150d15
#000000

Similar Color like #be79bd color

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

#bf7abe
#c07bbf
#c17cc0
#c27dc1
#c37ec2
#c47fc3
#c580c4
#c681c5
#c782c6
#c883c7
#c984c8
#ca85c9
#cb86ca
#cc87cb
#bd78bc
#bc77bb
#bb76ba
#ba75b9
#b974b8
#b873b7
#b772b6
#b671b5
#b570b4
#b46fb3
#b36eb2
#b26db1
#b16cb0
#b06baf

Monochromatic Color with #be79bd

#be79bd
#e894e7
#140d14
#3e283e
#694368
#935e93

Tints of #be79bd Color

#be79bd
#c587c4
#cc96cb
#d3a5d3
#dab4da
#e2c3e1
#e9d2e9
#f0e1f0
#f7f0f7
#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

#be79bd
#79be7a

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

Split Complementary

#be79bd
#9bbe79
#79be9d

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

Analogous Color

#a379be
#b179be
#be79bd
#be79af
#be79a1

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

#be79bd
#bdbe79
#79bdbe

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

#be79bd
#be9c79
#79be7a
#799abe

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

#be79bd
#79be7a
#79be9d
#be799b

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

#be79bd Color Code Preview on Black Background Color

This is how #be79bd Color will look on black background color. Color contrast ratio is 6.66

#be79bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be79bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be79bd

#be79bd color code is use for CSS Background Color

Background color for the above div is #be79bd

HTML with inline CSS

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

#be79bd color code is use for CSS Border Color

CSS Border color for the above div is #be79bd

HTML with inline CSS

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

CSS Border Left color for the above div is #be79bd

HTML with inline CSS

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

CSS Border Right color for the above div is #be79bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be79bd

HTML with inline CSS

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

CSS Border Top color for the above div is #be79bd

HTML with inline CSS

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

#be79bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be79bd Color code Preview on White Background

This is how #be79bd Color code will look on white background color. Color contrast ratio is 3.15

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

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