crispedge.com

Color picker

Loading...

#c35da2 hex color - Violet - Warm color - Information

#c35da2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c35da2 Color code in RGB color code model is created after adding 76.47% red color, 36.47% green color and 63.53% blue color. Hex #c35da2 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 17% yellow and 24% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec35da2#c35da2
RGB Decimal195, 93, 162rgb(195, 93, 162)
RGB Percent76%, 36%, 64%rgb(76%, 36%, 64%)
CSS RGBa195, 93, 162,1rgba(195,93,162,1)
CMYK Modelcmyk(0%,52%,17%,24%)
HSL Color Space319,46% ,56%hsl(319,46% ,56%)
HSV Color Space319°, 52%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110101110110100010
Octal303135242
Decimal19593162
Hexc35da2

Different shades of #c35da2 color code.

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

Light Shade of #c35da2
#d182b7
Dark Shade of #c35da2
#ad408a
Saturated Shade of #c35da2
#ce52a6
Desaturated Shade of #c35da2
#b8689e
Grey scale Shade of #c35da2
#909090
Brighten Shade
#dc76bb
Most Readable Shade
#FFFFFF

Shades of #c35da2 color code

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

#c35da2
#ad5290
#97487e
#823e6c
#6c335a
#562948
#411f36
#2b1424
#150a12
#000000

Similar Color like #c35da2 color

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

#c45ea3
#c55fa4
#c660a5
#c761a6
#c862a7
#c963a8
#ca64a9
#cb65aa
#cc66ab
#cd67ac
#ce68ad
#cf69ae
#d06aaf
#d16bb0
#c25ca1
#c15ba0
#c05a9f
#bf599e
#be589d
#bd579c
#bc569b
#bb559a
#ba5499
#b95398
#b85297
#b75196
#b65095
#b54f94

Monochromatic Color with #c35da2

#c35da2
#ed71c5
#190c15
#432038
#6e345b
#98497f

Tints of #c35da2 Color

#c35da2
#c96fac
#d081b6
#d793c1
#dda5cb
#e4b7d5
#ebc9e0
#f1dbea
#f8edf4
#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

#c35da2
#5dc37e

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

Split Complementary

#c35da2
#6fc35d
#5dc3b1

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

Analogous Color

#bb5dc3
#c35db6
#c35da2
#c35d8e
#c35d79

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

#c35da2
#a2c35d
#5da2c3

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

#c35da2
#c3b15d
#5dc37e
#5d6fc3

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

#c35da2
#5dc37e
#5dc3b1
#c35d6f

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

#c35da2 Color Code Preview on Black Background Color

This is how #c35da2 Color will look on black background color. Color contrast ratio is 5.41

#c35da2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35da2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35da2

#c35da2 color code is use for CSS Background Color

Background color for the above div is #c35da2

HTML with inline CSS

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

#c35da2 color code is use for CSS Border Color

CSS Border color for the above div is #c35da2

HTML with inline CSS

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

CSS Border Left color for the above div is #c35da2

HTML with inline CSS

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

CSS Border Right color for the above div is #c35da2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c35da2

HTML with inline CSS

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

CSS Border Top color for the above div is #c35da2

HTML with inline CSS

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

#c35da2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c35da2 Color code Preview on White Background

This is how #c35da2 Color code will look on white background color. Color contrast ratio is 3.88

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

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,93,162,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,195,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,93,162,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.