crispedge.com

Color picker

Loading...

#be5a71 hex color - Red - Warm color - Information

#be5a71 hex color - Red - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Red

Hex #be5a71 Color code in RGB color code model is created after adding 74.51% red color, 35.29% green color and 44.31% blue color. Hex #be5a71 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 53% magenta, 41% yellow and 25% black.

Hex #be5a71 color code is between #bb5577 web safe hex color code and #cc6666 web safe hex color code. #bb5577 is the nearest web safe color code. You can see here many more shades of #be5a71 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebe5a71#be5a71
RGB Decimal190, 90, 113rgb(190, 90, 113)
RGB Percent75%, 35%, 44%rgb(75%, 35%, 44%)
CSS RGBa190, 90, 113,1rgba(190,90,113,1)
CMYK Modelcmyk(0%,53%,41%,25%)
HSL Color Space346,43% ,55%hsl(346,43% ,55%)
HSV Color Space346°, 53%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100101101001110001
Octal276132161
Decimal19090113
Hexbe5a71

Different shades of #be5a71 color code.

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

Light Shade of #be5a71
#cc7f90
Dark Shade of #be5a71
#a44158
Saturated Shade of #be5a71
#c94f6b
Desaturated Shade of #be5a71
#b26677
Grey scale Shade of #be5a71
#8c8c8c
Brighten Shade
#d7738a
Most Readable Shade
#FFFFFF

Shades of #be5a71 color code

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

#be5a71
#a85064
#934657
#7e3c4b
#69323e
#542832
#3f1e25
#2a1419
#150a0c
#000000

Similar Color like #be5a71 color

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

#bf5b72
#c05c73
#c15d74
#c25e75
#c35f76
#c46077
#c56178
#c66279
#c7637a
#c8647b
#c9657c
#ca667d
#cb677e
#cc687f
#bd5970
#bc586f
#bb576e
#ba566d
#b9556c
#b8546b
#b7536a
#b65269
#b55168
#b45067
#b34f66
#b24e65
#b14d64
#b04c63

Monochromatic Color with #be5a71

#be5a71
#e86e8a
#14090c
#3e1e25
#69323e
#934658

Tints of #be5a71 Color

#be5a71
#c56c80
#cc7e90
#d391a0
#daa3b0
#e2b5bf
#e9c8cf
#f0dadf
#f7ecef
#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

#be5a71
#5abea7

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

Split Complementary

#be5a71
#5abe75
#5aa3be

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

Analogous Color

#be5a99
#be5a85
#be5a71
#be5a5d
#be6b5a

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

#be5a71
#71be5a
#5a71be

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

#be5a71
#a3be5a
#5abea7
#755abe

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

#be5a71
#5abea7
#5aa3be
#be755a

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

#be5a71 Color Code Preview on Black Background Color

This is how #be5a71 Color will look on black background color. Color contrast ratio is 4.89

#be5a71 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be5a71

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be5a71

#be5a71 color code is use for CSS Background Color

Background color for the above div is #be5a71

HTML with inline CSS

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

#be5a71 color code is use for CSS Border Color

CSS Border color for the above div is #be5a71

HTML with inline CSS

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

CSS Border Left color for the above div is #be5a71

HTML with inline CSS

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

CSS Border Right color for the above div is #be5a71

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be5a71

HTML with inline CSS

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

CSS Border Top color for the above div is #be5a71

HTML with inline CSS

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

#be5a71 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be5a71 Color code Preview on White Background

This is how #be5a71 Color code will look on white background color. Color contrast ratio is 4.29

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

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