crispedge.com

Color picker

Loading...

#bc2d50 hex color - Red - Warm color - Information

#bc2d50 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #bc2d50 Color code in RGB color code model is created after adding 73.73% red color, 17.65% green color and 31.37% blue color. Hex #bc2d50 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 76% magenta, 57% yellow and 26% black.

Hex #bc2d50 color code is between #bb3355 web safe hex color code and #cc2244 web safe hex color code. #bb3355 is the nearest web safe color code. You can see here many more shades of #bc2d50 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebc2d50#bc2d50
RGB Decimal188, 45, 80rgb(188, 45, 80)
RGB Percent74%, 18%, 31%rgb(74%, 18%, 31%)
CSS RGBa188, 45, 80,1rgba(188,45,80,1)
CMYK Modelcmyk(0%,76%,57%,26%)
HSL Color Space345,61% ,46%hsl(345,61% ,46%)
HSV Color Space345°, 76%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111000010110101010000
Octal27455120
Decimal1884580
Hexbc2d50

Different shades of #bc2d50 color code.

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

Light Shade of #bc2d50
#d3496b
Dark Shade of #bc2d50
#93233e
Saturated Shade of #bc2d50
#c8214a
Desaturated Shade of #bc2d50
#b03956
Grey scale Shade of #bc2d50
#747474
Brighten Shade
#d54669
Most Readable Shade
#FFFFFF

Shades of #bc2d50 color code

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

#bc2d50
#a72847
#92233e
#7d1e35
#68192c
#531423
#3e0f1a
#290a11
#140508
#000000

Similar Color like #bc2d50 color

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

#bd2e51
#be2f52
#bf3053
#c03154
#c13255
#c23356
#c33457
#c43558
#c53659
#c6375a
#c7385b
#c8395c
#c93a5d
#ca3b5e
#bb2c4f
#ba2b4e
#b92a4d
#b8294c
#b7284b
#b6274a
#b52649
#b42548
#b32447
#b22346
#b12245
#b02144
#af2043
#ae1f42

Monochromatic Color with #bc2d50

#bc2d50
#e63762
#120408
#3c0e1a
#67192c
#91233e

Tints of #bc2d50 Color

#bc2d50
#c34463
#ca5b76
#d2738a
#d98a9d
#e1a1b1
#e8b9c4
#f0d0d8
#f7e7eb
#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

#bc2d50
#2dbc99

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

Split Complementary

#bc2d50
#2dbc52
#2d97bc

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

Analogous Color

#bc2d89
#bc2d6d
#bc2d50
#bc2d33
#bc432d

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

#bc2d50
#50bc2d
#2d50bc

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

#bc2d50
#97bc2d
#2dbc99
#512dbc

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

#bc2d50
#2dbc99
#2d97bc
#bc522d

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

#bc2d50 Color Code Preview on Black Background Color

This is how #bc2d50 Color will look on black background color. Color contrast ratio is 3.63

#bc2d50 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc2d50

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bc2d50

#bc2d50 color code is use for CSS Background Color

Background color for the above div is #bc2d50

HTML with inline CSS

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

#bc2d50 color code is use for CSS Border Color

CSS Border color for the above div is #bc2d50

HTML with inline CSS

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

CSS Border Left color for the above div is #bc2d50

HTML with inline CSS

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

CSS Border Right color for the above div is #bc2d50

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bc2d50

HTML with inline CSS

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

CSS Border Top color for the above div is #bc2d50

HTML with inline CSS

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

#bc2d50 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bc2d50 Color code Preview on White Background

This is how #bc2d50 Color code will look on white background color. Color contrast ratio is 5.79

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

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,45,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(45,188,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,45,80,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.