crispedge.com

Color picker

Loading...

#ce7d97 hex color - Red - Warm color - Information

#ce7d97 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #ce7d97 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 #ce7d97 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codece7d97#ce7d97
RGB Decimal206, 125, 151rgb(206, 125, 151)
RGB Percent81%, 49%, 59%rgb(81%, 49%, 59%)
CSS RGBa206, 125, 151,1rgba(206,125,151,1)
CMYK Modelcmyk(0%,39%,27%,19%)
HSL Color Space341,45% ,65%hsl(341,45% ,65%)
HSV Color Space341°, 39%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011100111110110010111
Octal316175227
Decimal206125151
Hexce7d97

Different shades of #ce7d97 color code.

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

Light Shade of #ce7d97
#dca2b5
Dark Shade of #ce7d97
#c05879
Saturated Shade of #ce7d97
#d77494
Desaturated Shade of #ce7d97
#c5869a
Grey scale Shade of #ce7d97
#a5a5a5
Brighten Shade
#e796b0
Most Readable Shade
#000000

Shades of #ce7d97 color code

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

#ce7d97
#b76f86
#a06175
#895364
#724553
#5b3743
#442932
#2d1b21
#160d10
#000000

Similar Color like #ce7d97 color

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

#cf7e98
#d07f99
#d1809a
#d2819b
#d3829c
#d4839d
#d5849e
#d6859f
#d786a0
#d887a1
#d988a2
#da89a3
#db8aa4
#dc8ba5
#cd7c96
#cc7b95
#cb7a94
#ca7993
#c97892
#c87791
#c77690
#c6758f
#c5748e
#c4738d
#c3728c
#c2718b
#c1708a
#c06f89

Monochromatic Color with #ce7d97

#ce7d97
#f897b6
#24161a
#4e303a
#794959
#a36378

Tints of #ce7d97 Color

#ce7d97
#d38ba2
#d899ae
#dea8b9
#e3b6c5
#e9c5d0
#eed3dc
#f4e2e7
#f9f0f3
#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

#ce7d97
#7dceb4

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

Split Complementary

#ce7d97
#7dce8c
#7dbfce

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

Analogous Color

#ce7db7
#ce7da7
#ce7d97
#ce7d87
#ce837d

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

#ce7d97
#97ce7d
#7d97ce

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

#ce7d97
#bfce7d
#7dceb4
#8b7dce

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

#ce7d97
#7dceb4
#7dbfce
#ce8c7d

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

#ce7d97 Color Code Preview on Black Background Color

This is how #ce7d97 Color will look on black background color. Color contrast ratio is 7.00

#ce7d97 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce7d97

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce7d97

#ce7d97 color code is use for CSS Background Color

Background color for the above div is #ce7d97

HTML with inline CSS

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

#ce7d97 color code is use for CSS Border Color

CSS Border color for the above div is #ce7d97

HTML with inline CSS

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

CSS Border Left color for the above div is #ce7d97

HTML with inline CSS

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

CSS Border Right color for the above div is #ce7d97

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ce7d97

HTML with inline CSS

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

CSS Border Top color for the above div is #ce7d97

HTML with inline CSS

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

#ce7d97 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ce7d97 Color code Preview on White Background

This is how #ce7d97 Color code will look on white background color. Color contrast ratio is 3.00

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

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,125,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(125,206,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,125,151,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.