crispedge.com

Color picker

Loading...

#c394cf hex color - Violet - Warm color - Information

#c394cf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c394cf Color code in RGB color code model is created after adding 76.47% red color, 58.04% green color and 81.18% blue color. Hex #c394cf Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 29% magenta, 0% yellow and 19% black.

Hex #c394cf color code is between #bb99cc web safe hex color code and #cc88dd web safe hex color code. #bb99cc is the nearest web safe color code. You can see here many more shades of #c394cf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec394cf#c394cf
RGB Decimal195, 148, 207rgb(195, 148, 207)
RGB Percent76%, 58%, 81%rgb(76%, 58%, 81%)
CSS RGBa195, 148, 207,1rgba(195,148,207,1)
CMYK Modelcmyk(6%,29%,0%,19%)
HSL Color Space288,38% ,70%hsl(288,38% ,70%)
HSV Color Space288°, 29%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000111001010011001111
Octal303224317
Decimal195148207
Hexc394cf

Different shades of #c394cf color code.

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

Light Shade of #c394cf
#d7b7df
Dark Shade of #c394cf
#af71bf
Saturated Shade of #c394cf
#c88cd7
Desaturated Shade of #c394cf
#be9cc7
Grey scale Shade of #c394cf
#b1b1b1
Brighten Shade
#dcade8
Most Readable Shade
#000000

Shades of #c394cf color code

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

#c394cf
#ad83b8
#9773a1
#82628a
#6c5273
#56415c
#413145
#2b202e
#151017
#000000

Similar Color like #c394cf color

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

#c495d0
#c596d1
#c697d2
#c798d3
#c899d4
#c99ad5
#ca9bd6
#cb9cd7
#cc9dd8
#cd9ed9
#ce9fda
#cfa0db
#d0a1dc
#d1a2dd
#c293ce
#c192cd
#c091cc
#bf90cb
#be8fca
#bd8ec9
#bc8dc8
#bb8cc7
#ba8bc6
#b98ac5
#b889c4
#b788c3
#b687c2
#b586c1

Monochromatic Color with #c394cf

#c394cf
#ebb2f9
#231a25
#4b394f
#73577a
#9b76a4

Tints of #c394cf Color

#c394cf
#c99fd4
#d0abd9
#d7b7df
#ddc3e4
#e4cfe9
#ebdbef
#f1e7f4
#f8f3f9
#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

#c394cf
#a0cf94

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

Split Complementary

#c394cf
#becf94
#94cfa5

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

Analogous Color

#ab94cf
#b794cf
#c394cf
#cf94cf
#cf94c3

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

#c394cf
#cfc394
#94cfc3

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

#c394cf
#cfa594
#a0cf94
#94bdcf

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

#c394cf
#a0cf94
#94cfa5
#cf94be

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

#c394cf Color Code Preview on Black Background Color

This is how #c394cf Color will look on black background color. Color contrast ratio is 8.46

#c394cf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c394cf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c394cf

#c394cf color code is use for CSS Background Color

Background color for the above div is #c394cf

HTML with inline CSS

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

#c394cf color code is use for CSS Border Color

CSS Border color for the above div is #c394cf

HTML with inline CSS

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

CSS Border Left color for the above div is #c394cf

HTML with inline CSS

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

CSS Border Right color for the above div is #c394cf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c394cf

HTML with inline CSS

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

CSS Border Top color for the above div is #c394cf

HTML with inline CSS

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

#c394cf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c394cf Color code Preview on White Background

This is how #c394cf Color code will look on white background color. Color contrast ratio is 2.48

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

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,148,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(160,207,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,148,207,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.