crispedge.com

Color picker

Loading...

#be5fb3 hex color - Violet - Warm color - Information

#be5fb3 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #be5fb3 Color code in RGB color code model is created after adding 74.51% red color, 37.25% green color and 70.2% blue color. Hex #be5fb3 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 6% yellow and 25% black.

Hex #be5fb3 color code is between #bb66bb web safe hex color code and #cc55aa web safe hex color code. #bb66bb is the nearest web safe color code. You can see here many more shades of #be5fb3 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebe5fb3#be5fb3
RGB Decimal190, 95, 179rgb(190, 95, 179)
RGB Percent75%, 37%, 70%rgb(75%, 37%, 70%)
CSS RGBa190, 95, 179,1rgba(190,95,179,1)
CMYK Modelcmyk(0%,50%,6%,25%)
HSL Color Space307,42% ,56%hsl(307,42% ,56%)
HSV Color Space307°, 50%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100101111110110011
Octal276137263
Decimal19095179
Hexbe5fb3

Different shades of #be5fb3 color code.

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

Light Shade of #be5fb3
#cd83c4
Dark Shade of #be5fb3
#a6449b
Saturated Shade of #be5fb3
#c954bc
Desaturated Shade of #be5fb3
#b36aaa
Grey scale Shade of #be5fb3
#8e8e8e
Brighten Shade
#d778cc
Most Readable Shade
#FFFFFF

Shades of #be5fb3 color code

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

#be5fb3
#a8549f
#93498b
#7e3f77
#693463
#542a4f
#3f1f3b
#2a1527
#150a13
#000000

Similar Color like #be5fb3 color

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

#bf60b4
#c061b5
#c162b6
#c263b7
#c364b8
#c465b9
#c566ba
#c667bb
#c768bc
#c869bd
#c96abe
#ca6bbf
#cb6cc0
#cc6dc1
#bd5eb2
#bc5db1
#bb5cb0
#ba5baf
#b95aae
#b859ad
#b758ac
#b657ab
#b556aa
#b455a9
#b354a8
#b253a7
#b152a6
#b051a5

Monochromatic Color with #be5fb3

#be5fb3
#e874db
#140a13
#3e1f3b
#693463
#934a8b

Tints of #be5fb3 Color

#be5fb3
#c570bb
#cc82c3
#d394cc
#daa6d4
#e2b7dd
#e9c9e5
#f0dbee
#f7edf6
#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

#be5fb3
#5fbe6a

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

Split Complementary

#be5fb3
#83be5f
#5fbe9a

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

Analogous Color

#a35fbe
#b65fbe
#be5fb3
#be5fa0
#be5f8d

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

#be5fb3
#b3be5f
#5fb3be

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

#be5fb3
#be995f
#5fbe6a
#5f83be

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

#be5fb3
#5fbe6a
#5fbe9a
#be5f83

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

#be5fb3 Color Code Preview on Black Background Color

This is how #be5fb3 Color will look on black background color. Color contrast ratio is 5.48

#be5fb3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be5fb3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be5fb3

#be5fb3 color code is use for CSS Background Color

Background color for the above div is #be5fb3

HTML with inline CSS

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

#be5fb3 color code is use for CSS Border Color

CSS Border color for the above div is #be5fb3

HTML with inline CSS

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

CSS Border Left color for the above div is #be5fb3

HTML with inline CSS

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

CSS Border Right color for the above div is #be5fb3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be5fb3

HTML with inline CSS

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

CSS Border Top color for the above div is #be5fb3

HTML with inline CSS

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

#be5fb3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be5fb3 Color code Preview on White Background

This is how #be5fb3 Color code will look on white background color. Color contrast ratio is 3.83

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

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,95,179,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,190,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,95,179,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.