crispedge.com

Color picker

Loading...

#bc4f70 hex color - Red - Warm color - Information

#bc4f70 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #bc4f70 Color code in RGB color code model is created after adding 73.73% red color, 30.98% green color and 43.92% blue color. Hex #bc4f70 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 40% yellow and 26% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codebc4f70#bc4f70
RGB Decimal188, 79, 112rgb(188, 79, 112)
RGB Percent74%, 31%, 44%rgb(74%, 31%, 44%)
CSS RGBa188, 79, 112,1rgba(188,79,112,1)
CMYK Modelcmyk(0%,58%,40%,26%)
HSL Color Space342,45% ,52%hsl(342,45% ,52%)
HSV Color Space342°, 58%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000100111101110000
Octal274117160
Decimal18879112
Hexbc4f70

Different shades of #bc4f70 color code.

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

Light Shade of #bc4f70
#ca748e
Dark Shade of #bc4f70
#9c3c59
Saturated Shade of #bc4f70
#c8436b
Desaturated Shade of #bc4f70
#b05b75
Grey scale Shade of #bc4f70
#858585
Brighten Shade
#d56889
Most Readable Shade
#FFFFFF

Shades of #bc4f70 color code

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

#bc4f70
#a74663
#923d57
#7d344a
#682b3e
#532331
#3e1a25
#291118
#14080c
#000000

Similar Color like #bc4f70 color

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

#bd5071
#be5172
#bf5273
#c05374
#c15475
#c25576
#c35677
#c45778
#c55879
#c6597a
#c75a7b
#c85b7c
#c95c7d
#ca5d7e
#bb4e6f
#ba4d6e
#b94c6d
#b84b6c
#b74a6b
#b6496a
#b54869
#b44768
#b34667
#b24566
#b14465
#b04364
#af4263
#ae4162

Monochromatic Color with #bc4f70

#bc4f70
#e66189
#12080b
#3c1924
#672b3d
#913d57

Tints of #bc4f70 Color

#bc4f70
#c3627f
#ca768f
#d2899f
#d99daf
#e1b0bf
#e8c4cf
#f0d7df
#f7ebef
#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

#bc4f70
#4fbc9b

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

Split Complementary

#bc4f70
#4fbc65
#4fa6bc

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

Analogous Color

#bc4f9c
#bc4f86
#bc4f70
#bc4f5a
#bc5a4f

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

#bc4f70
#70bc4f
#4f70bc

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

#bc4f70
#a6bc4f
#4fbc9b
#644fbc

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

#bc4f70
#4fbc9b
#4fa6bc
#bc654f

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

#bc4f70 Color Code Preview on Black Background Color

This is how #bc4f70 Color will look on black background color. Color contrast ratio is 4.49

#bc4f70 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc4f70

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc4f70

#bc4f70 color code is use for CSS Background Color

Background color for the above div is #bc4f70

HTML with inline CSS

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

#bc4f70 color code is use for CSS Border Color

CSS Border color for the above div is #bc4f70

HTML with inline CSS

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

CSS Border Left color for the above div is #bc4f70

HTML with inline CSS

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

CSS Border Right color for the above div is #bc4f70

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc4f70

HTML with inline CSS

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

CSS Border Top color for the above div is #bc4f70

HTML with inline CSS

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

#bc4f70 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc4f70 Color code Preview on White Background

This is how #bc4f70 Color code will look on white background color. Color contrast ratio is 4.68

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

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(188,79,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(79,188,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,79,112,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.