crispedge.com

Color picker

Loading...

#c3708c hex color - Violet - Warm color - Information

#c3708c hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c3708c Color code in RGB color code model is created after adding 76.47% red color, 43.92% green color and 54.9% blue color. Hex #c3708c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 43% magenta, 28% yellow and 24% black.

Hex #c3708c color code is between #bb7788 web safe hex color code and #cc6699 web safe hex color code. #bb7788 is the nearest web safe color code. You can see here many more shades of #c3708c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec3708c#c3708c
RGB Decimal195, 112, 140rgb(195, 112, 140)
RGB Percent76%, 44%, 55%rgb(76%, 44%, 55%)
CSS RGBa195, 112, 140,1rgba(195,112,140,1)
CMYK Modelcmyk(0%,43%,28%,24%)
HSL Color Space340,41% ,60%hsl(340,41% ,60%)
HSV Color Space340°, 43%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110111000010001100
Octal303160214
Decimal195112140
Hexc3708c

Different shades of #c3708c color code.

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

Light Shade of #c3708c
#d294a9
Dark Shade of #c3708c
#b44c6f
Saturated Shade of #c3708c
#cd6689
Desaturated Shade of #c3708c
#b97a8f
Grey scale Shade of #c3708c
#999999
Brighten Shade
#dc89a5
Most Readable Shade
#000000

Shades of #c3708c color code

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

#c3708c
#ad637c
#97576c
#824a5d
#6c3e4d
#56313e
#41252e
#2b181f
#150c0f
#000000

Similar Color like #c3708c color

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

#c4718d
#c5728e
#c6738f
#c77490
#c87591
#c97692
#ca7793
#cb7894
#cc7995
#cd7a96
#ce7b97
#cf7c98
#d07d99
#d17e9a
#c26f8b
#c16e8a
#c06d89
#bf6c88
#be6b87
#bd6a86
#bc6985
#bb6884
#ba6783
#b96682
#b86581
#b76480
#b6637f
#b5627e

Monochromatic Color with #c3708c

#c3708c
#ed88ab
#190e12
#432730
#6e3f4f
#98586d

Tints of #c3708c Color

#c3708c
#c97f98
#d08fa5
#d79fb2
#ddafbf
#e4bfcb
#ebcfd8
#f1dfe5
#f8eff2
#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

#c3708c
#70c3a7

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

Split Complementary

#c3708c
#70c37e
#70b6c3

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

Analogous Color

#c370ad
#c3709d
#c3708c
#c3707b
#c37570

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

#c3708c
#8cc370
#708cc3

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

#c3708c
#b5c370
#70c3a7
#7d70c3

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

#c3708c
#70c3a7
#70b6c3
#c37e70

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

#c3708c Color Code Preview on Black Background Color

This is how #c3708c Color will look on black background color. Color contrast ratio is 6.02

#c3708c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3708c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c3708c

#c3708c color code is use for CSS Background Color

Background color for the above div is #c3708c

HTML with inline CSS

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

#c3708c color code is use for CSS Border Color

CSS Border color for the above div is #c3708c

HTML with inline CSS

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

CSS Border Left color for the above div is #c3708c

HTML with inline CSS

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

CSS Border Right color for the above div is #c3708c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c3708c

HTML with inline CSS

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

CSS Border Top color for the above div is #c3708c

HTML with inline CSS

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

#c3708c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c3708c Color code Preview on White Background

This is how #c3708c Color code will look on white background color. Color contrast ratio is 3.49

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

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(195,112,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(112,195,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,112,140,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.