crispedge.com

Color picker

Loading...

#be7fb1 hex color - Red - Warm color - Information

#be7fb1 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #be7fb1 Color code in RGB color code model is created after adding 74.51% red color, 49.8% green color and 69.41% blue color. Hex #be7fb1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 7% yellow and 25% black.

Hex #be7fb1 color code is between #bb77aa web safe hex color code and #cc88bb web safe hex color code. #bb77aa is the nearest web safe color code. You can see here many more shades of #be7fb1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebe7fb1#be7fb1
RGB Decimal190, 127, 177rgb(190, 127, 177)
RGB Percent75%, 50%, 69%rgb(75%, 50%, 69%)
CSS RGBa190, 127, 177,1rgba(190,127,177,1)
CMYK Modelcmyk(0%,33%,7%,25%)
HSL Color Space312,33% ,62%hsl(312,33% ,62%)
HSV Color Space312°, 33%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100111111110110001
Octal276177261
Decimal190127177
Hexbe7fb1

Different shades of #be7fb1 color code.

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

Light Shade of #be7fb1
#cfa1c6
Dark Shade of #be7fb1
#ad5d9c
Saturated Shade of #be7fb1
#c875b7
Desaturated Shade of #be7fb1
#b489ab
Grey scale Shade of #be7fb1
#9e9e9e
Brighten Shade
#d798ca
Most Readable Shade
#000000

Shades of #be7fb1 color code

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

#be7fb1
#a8709d
#936289
#7e5476
#694662
#54384e
#3f2a3b
#2a1c27
#150e13
#000000

Similar Color like #be7fb1 color

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

#bf80b2
#c081b3
#c182b4
#c283b5
#c384b6
#c485b7
#c586b8
#c687b9
#c788ba
#c889bb
#c98abc
#ca8bbd
#cb8cbe
#cc8dbf
#bd7eb0
#bc7daf
#bb7cae
#ba7bad
#b97aac
#b879ab
#b778aa
#b677a9
#b576a8
#b475a7
#b374a6
#b273a5
#b172a4
#b071a3

Monochromatic Color with #be7fb1

#be7fb1
#e89bd9
#140d13
#3e2a3a
#694662
#936389

Tints of #be7fb1 Color

#be7fb1
#c58db9
#cc9bc2
#d3a9cb
#dab7d3
#e2c6dc
#e9d4e5
#f0e2ed
#f7f0f6
#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

#be7fb1
#7fbe8c

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

Split Complementary

#be7fb1
#91be7f
#7fbeac

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

Analogous Color

#b27fbe
#be7fbe
#be7fb1
#be7fa4
#be7f98

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

#be7fb1
#b1be7f
#7fb1be

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

#be7fb1
#beab7f
#7fbe8c
#7f91be

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

#be7fb1
#7fbe8c
#7fbeac
#be7f91

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

#be7fb1 Color Code Preview on Black Background Color

This is how #be7fb1 Color will look on black background color. Color contrast ratio is 6.86

#be7fb1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be7fb1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be7fb1

#be7fb1 color code is use for CSS Background Color

Background color for the above div is #be7fb1

HTML with inline CSS

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

#be7fb1 color code is use for CSS Border Color

CSS Border color for the above div is #be7fb1

HTML with inline CSS

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

CSS Border Left color for the above div is #be7fb1

HTML with inline CSS

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

CSS Border Right color for the above div is #be7fb1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be7fb1

HTML with inline CSS

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

CSS Border Top color for the above div is #be7fb1

HTML with inline CSS

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

#be7fb1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be7fb1 Color code Preview on White Background

This is how #be7fb1 Color code will look on white background color. Color contrast ratio is 3.06

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

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