crispedge.com

Color picker

Loading...

#ce7e91 hex color - Red - Warm color - Information

#ce7e91 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ce7e91 Color code in RGB color code model is created after adding 80.78% red color, 49.41% green color and 56.86% blue color. Hex #ce7e91 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 39% magenta, 30% yellow and 19% black.

Hex #ce7e91 color code is between #cc7799 web safe hex color code and #dd8888 web safe hex color code. #cc7799 is the nearest web safe color code. You can see here many more shades of #ce7e91 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codece7e91#ce7e91
RGB Decimal206, 126, 145rgb(206, 126, 145)
RGB Percent81%, 49%, 57%rgb(81%, 49%, 57%)
CSS RGBa206, 126, 145,1rgba(206,126,145,1)
CMYK Modelcmyk(0%,39%,30%,19%)
HSL Color Space346,45% ,65%hsl(346,45% ,65%)
HSV Color Space346°, 39%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011100111111010010001
Octal316176221
Decimal206126145
Hexce7e91

Different shades of #ce7e91 color code.

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

Light Shade of #ce7e91
#dca3b0
Dark Shade of #ce7e91
#c05971
Saturated Shade of #ce7e91
#d7758c
Desaturated Shade of #ce7e91
#c58796
Grey scale Shade of #ce7e91
#a6a6a6
Brighten Shade
#e797aa
Most Readable Shade
#000000

Shades of #ce7e91 color code

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

#ce7e91
#b77080
#a06270
#895460
#724650
#5b3840
#442a30
#2d1c20
#160e10
#000000

Similar Color like #ce7e91 color

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

#cf7f92
#d08093
#d18194
#d28295
#d38396
#d48497
#d58598
#d68699
#d7879a
#d8889b
#d9899c
#da8a9d
#db8b9e
#dc8c9f
#cd7d90
#cc7c8f
#cb7b8e
#ca7a8d
#c9798c
#c8788b
#c7778a
#c67689
#c57588
#c47487
#c37386
#c27285
#c17184
#c07083

Monochromatic Color with #ce7e91

#ce7e91
#f898af
#241619
#4e3037
#794a55
#a36473

Tints of #ce7e91 Color

#ce7e91
#d38c9d
#d89aa9
#dea9b5
#e3b7c1
#e9c5ce
#eed4da
#f4e2e6
#f9f0f2
#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

#ce7e91
#7ecebb

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

Split Complementary

#ce7e91
#7ece93
#7eb9ce

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

Analogous Color

#ce7eb1
#ce7ea1
#ce7e91
#ce7e81
#ce8b7e

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

#ce7e91
#91ce7e
#7e91ce

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

#ce7e91
#b9ce7e
#7ecebb
#937ece

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

#ce7e91
#7ecebb
#7eb9ce
#ce937e

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

#ce7e91 Color Code Preview on Black Background Color

This is how #ce7e91 Color will look on black background color. Color contrast ratio is 7.02

#ce7e91 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce7e91

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce7e91

#ce7e91 color code is use for CSS Background Color

Background color for the above div is #ce7e91

HTML with inline CSS

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

#ce7e91 color code is use for CSS Border Color

CSS Border color for the above div is #ce7e91

HTML with inline CSS

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

CSS Border Left color for the above div is #ce7e91

HTML with inline CSS

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

CSS Border Right color for the above div is #ce7e91

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ce7e91

HTML with inline CSS

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

CSS Border Top color for the above div is #ce7e91

HTML with inline CSS

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

#ce7e91 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ce7e91 Color code Preview on White Background

This is how #ce7e91 Color code will look on white background color. Color contrast ratio is 2.99

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

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(206,126,145,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(126,206,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,126,145,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.