crispedge.com

Color picker

Loading...

#ce4c95 hex color - Violet - Warm color - Information

#ce4c95 hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #ce4c95 Color code in RGB color code model is created after adding 80.78% red color, 29.8% green color and 58.43% blue color. Hex #ce4c95 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 28% yellow and 19% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codece4c95#ce4c95
RGB Decimal206, 76, 149rgb(206, 76, 149)
RGB Percent81%, 30%, 58%rgb(81%, 30%, 58%)
CSS RGBa206, 76, 149,1rgba(206,76,149,1)
CMYK Modelcmyk(0%,63%,28%,19%)
HSL Color Space326,57% ,55%hsl(326,57% ,55%)
HSV Color Space326°, 63%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011100100110010010101
Octal316114225
Decimal20676149
Hexce4c95

Different shades of #ce4c95 color code.

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

Light Shade of #ce4c95
#d974ad
Dark Shade of #ce4c95
#b5327c
Saturated Shade of #ce4c95
#d94196
Desaturated Shade of #ce4c95
#c35794
Grey scale Shade of #ce4c95
#8d8d8d
Brighten Shade
#e765ae
Most Readable Shade
#FFFFFF

Shades of #ce4c95 color code

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

#ce4c95
#b74384
#a03b73
#893263
#722a52
#5b2142
#441931
#2d1021
#160810
#000000

Similar Color like #ce4c95 color

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

#cf4d96
#d04e97
#d14f98
#d25099
#d3519a
#d4529b
#d5539c
#d6549d
#d7559e
#d8569f
#d957a0
#da58a1
#db59a2
#dc5aa3
#cd4b94
#cc4a93
#cb4992
#ca4891
#c94790
#c8468f
#c7458e
#c6448d
#c5438c
#c4428b
#c3418a
#c24089
#c13f88
#c03e87

Monochromatic Color with #ce4c95

#ce4c95
#f85cb4
#240d1a
#4e1d39
#792d58
#a33c76

Tints of #ce4c95 Color

#ce4c95
#d35fa0
#d873ac
#de87b8
#e39bc4
#e9afcf
#eec3db
#f4d7e7
#f9ebf3
#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

#ce4c95
#4cce85

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

Split Complementary

#ce4c95
#54ce4c
#4ccec6

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

Analogous Color

#ce4cc9
#ce4caf
#ce4c95
#ce4c7b
#ce4c61

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

#ce4c95
#95ce4c
#4c95ce

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

#ce4c95
#cec64c
#4cce85
#4c54ce

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

#ce4c95
#4cce85
#4ccec6
#ce4c54

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

#ce4c95 Color Code Preview on Black Background Color

This is how #ce4c95 Color will look on black background color. Color contrast ratio is 5.09

#ce4c95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce4c95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce4c95

#ce4c95 color code is use for CSS Background Color

Background color for the above div is #ce4c95

HTML with inline CSS

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

#ce4c95 color code is use for CSS Border Color

CSS Border color for the above div is #ce4c95

HTML with inline CSS

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

CSS Border Left color for the above div is #ce4c95

HTML with inline CSS

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

CSS Border Right color for the above div is #ce4c95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ce4c95

HTML with inline CSS

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

CSS Border Top color for the above div is #ce4c95

HTML with inline CSS

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

#ce4c95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ce4c95 Color code Preview on White Background

This is how #ce4c95 Color code will look on white background color. Color contrast ratio is 4.12

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

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,76,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(76,206,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,76,149,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.