crispedge.com

Color picker

Loading...

#c68daf hex color - Red - Warm color - Information

#c68daf hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #c68daf Color code in RGB color code model is created after adding 77.65% red color, 55.29% green color and 68.63% blue color. Hex #c68daf Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 12% yellow and 22% black.

Hex #c68daf color code is between #cc88aa web safe hex color code and #bb99bb web safe hex color code. #cc88aa is the nearest web safe color code. You can see here many more shades of #c68daf color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec68daf#c68daf
RGB Decimal198, 141, 175rgb(198, 141, 175)
RGB Percent78%, 55%, 69%rgb(78%, 55%, 69%)
CSS RGBa198, 141, 175,1rgba(198,141,175,1)
CMYK Modelcmyk(0%,29%,12%,22%)
HSL Color Space324,33% ,66%hsl(324,33% ,66%)
HSV Color Space324°, 29%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001101000110110101111
Octal306215257
Decimal198141175
Hexc68daf

Different shades of #c68daf color code.

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

Light Shade of #c68daf
#d7afc7
Dark Shade of #c68daf
#b56b97
Saturated Shade of #c68daf
#cf84b1
Desaturated Shade of #c68daf
#bd96ad
Grey scale Shade of #c68daf
#a9a9a9
Brighten Shade
#dfa6c8
Most Readable Shade
#000000

Shades of #c68daf color code

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

#c68daf
#b07d9b
#9a6d88
#845e74
#6e4e61
#583e4d
#422f3a
#2c1f26
#160f13
#000000

Similar Color like #c68daf color

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

#c78eb0
#c88fb1
#c990b2
#ca91b3
#cb92b4
#cc93b5
#cd94b6
#ce95b7
#cf96b8
#d097b9
#d198ba
#d299bb
#d39abc
#d49bbd
#c58cae
#c48bad
#c38aac
#c289ab
#c188aa
#c087a9
#bf86a8
#be85a7
#bd84a6
#bc83a5
#bb82a4
#ba81a3
#b980a2
#b87fa1

Monochromatic Color with #c68daf

#c68daf
#f0abd5
#1c1419
#46323e
#715064
#9b6f89

Tints of #c68daf Color

#c68daf
#cc99b7
#d2a6c0
#d9b3c9
#dfbfd2
#e5ccdb
#ecd9e4
#f2e5ed
#f8f2f6
#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

#c68daf
#8dc6a4

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

Split Complementary

#c68daf
#93c68d
#8dc6c1

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

Analogous Color

#c68dc6
#c68dba
#c68daf
#c68da4
#c68d98

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

#c68daf
#afc68d
#8dafc6

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

#c68daf
#c6c08d
#8dc6a4
#8d93c6

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

#c68daf
#8dc6a4
#8dc6c1
#c68d93

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

#c68daf Color Code Preview on Black Background Color

This is how #c68daf Color will look on black background color. Color contrast ratio is 7.83

#c68daf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c68daf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c68daf

#c68daf color code is use for CSS Background Color

Background color for the above div is #c68daf

HTML with inline CSS

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

#c68daf color code is use for CSS Border Color

CSS Border color for the above div is #c68daf

HTML with inline CSS

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

CSS Border Left color for the above div is #c68daf

HTML with inline CSS

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

CSS Border Right color for the above div is #c68daf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c68daf

HTML with inline CSS

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

CSS Border Top color for the above div is #c68daf

HTML with inline CSS

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

#c68daf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c68daf Color code Preview on White Background

This is how #c68daf Color code will look on white background color. Color contrast ratio is 2.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 #c68daf; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c68daf; }

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(198,141,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(141,198,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(198,141,175,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.