crispedge.com

Color picker

Loading...

#cd5f79 hex color - Red - Warm color - Information

#cd5f79 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #cd5f79 Color code in RGB color code model is created after adding 80.39% red color, 37.25% green color and 47.45% blue color. Hex #cd5f79 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 41% yellow and 20% black.

Hex #cd5f79 color code is between #cc6677 web safe hex color code and #dd5588 web safe hex color code. #cc6677 is the nearest web safe color code. You can see here many more shades of #cd5f79 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecd5f79#cd5f79
RGB Decimal205, 95, 121rgb(205, 95, 121)
RGB Percent80%, 37%, 47%rgb(80%, 37%, 47%)
CSS RGBa205, 95, 121,1rgba(205,95,121,1)
CMYK Modelcmyk(0%,54%,41%,20%)
HSL Color Space346,52% ,59%hsl(346,52% ,59%)
HSV Color Space346°, 54%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011010101111101111001
Octal315137171
Decimal20595121
Hexcd5f79

Different shades of #cd5f79 color code.

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

Light Shade of #cd5f79
#d9869a
Dark Shade of #cd5f79
#be3b5a
Saturated Shade of #cd5f79
#d75473
Desaturated Shade of #cd5f79
#c2697f
Grey scale Shade of #cd5f79
#969696
Brighten Shade
#e67892
Most Readable Shade
#FFFFFF

Shades of #cd5f79 color code

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

#cd5f79
#b6546b
#9f495e
#883f50
#713443
#5b2a35
#441f28
#2d151a
#160a0d
#000000

Similar Color like #cd5f79 color

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

#ce607a
#cf617b
#d0627c
#d1637d
#d2647e
#d3657f
#d46680
#d56781
#d66882
#d76983
#d86a84
#d96b85
#da6c86
#db6d87
#cc5e78
#cb5d77
#ca5c76
#c95b75
#c85a74
#c75973
#c65872
#c55771
#c45670
#c3556f
#c2546e
#c1536d
#c0526c
#bf516b

Monochromatic Color with #cd5f79

#cd5f79
#f77392
#231015
#4d242e
#783847
#a24b60

Tints of #cd5f79 Color

#cd5f79
#d27087
#d88296
#dd94a5
#e3a6b4
#e8b7c3
#eec9d2
#f3dbe1
#f9edf0
#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

#cd5f79
#5fcdb3

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

Split Complementary

#cd5f79
#5fcd7c
#5fb0cd

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

Analogous Color

#cd5fa5
#cd5f8f
#cd5f79
#cd5f63
#cd715f

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

#cd5f79
#79cd5f
#5f79cd

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

#cd5f79
#b0cd5f
#5fcdb3
#7c5fcd

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

#cd5f79
#5fcdb3
#5fb0cd
#cd7c5f

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

#cd5f79 Color Code Preview on Black Background Color

This is how #cd5f79 Color will look on black background color. Color contrast ratio is 5.51

#cd5f79 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd5f79

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd5f79

#cd5f79 color code is use for CSS Background Color

Background color for the above div is #cd5f79

HTML with inline CSS

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

#cd5f79 color code is use for CSS Border Color

CSS Border color for the above div is #cd5f79

HTML with inline CSS

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

CSS Border Left color for the above div is #cd5f79

HTML with inline CSS

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

CSS Border Right color for the above div is #cd5f79

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd5f79

HTML with inline CSS

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

CSS Border Top color for the above div is #cd5f79

HTML with inline CSS

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

#cd5f79 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd5f79 Color code Preview on White Background

This is how #cd5f79 Color code will look on white background color. Color contrast ratio is 3.81

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

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(205,95,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,205,179,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,95,121,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.