crispedge.com

Color picker

Loading...

#c35de5 hex color - Violet - Warm color - Information

#c35de5 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c35de5 Color code in RGB color code model is created after adding 76.47% red color, 36.47% green color and 89.8% blue color. Hex #c35de5 Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 59% magenta, 0% yellow and 10% black.

Hex #c35de5 color code is between #bb55dd web safe hex color code and #cc66ee web safe hex color code. #bb55dd is the nearest web safe color code. You can see here many more shades of #c35de5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec35de5#c35de5
RGB Decimal195, 93, 229rgb(195, 93, 229)
RGB Percent76%, 36%, 90%rgb(76%, 36%, 90%)
CSS RGBa195, 93, 229,1rgba(195,93,229,1)
CMYK Modelcmyk(15%,59%,0%,10%)
HSL Color Space285,72% ,63%hsl(285,72% ,63%)
HSV Color Space285°, 59%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110101110111100101
Octal303135345
Decimal19593229
Hexc35de5

Different shades of #c35de5 color code.

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

Light Shade of #c35de5
#d389ec
Dark Shade of #c35de5
#b331de
Saturated Shade of #c35de5
#c854ee
Desaturated Shade of #c35de5
#be66dc
Grey scale Shade of #c35de5
#a1a1a1
Brighten Shade
#dc76fe
Most Readable Shade
#000000

Shades of #c35de5 color code

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

#c35de5
#ad52cb
#9748b2
#823e98
#6c337f
#562965
#411f4c
#2b1432
#150a19
#000000

Similar Color like #c35de5 color

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

#c45ee6
#c55fe7
#c660e8
#c761e9
#c862ea
#c963eb
#ca64ec
#cb65ed
#cc66ee
#cd67ef
#ce68f0
#cf69f1
#d06af2
#d16bf3
#c25ce4
#c15be3
#c05ae2
#bf59e1
#be58e0
#bd57df
#bc56de
#bb55dd
#ba54dc
#b953db
#b852da
#b751d9
#b650d8
#b54fd7

Monochromatic Color with #c35de5

#c35de5
#0e0710
#32183b
#562965
#7b3a90
#9f4cba

Tints of #c35de5 Color

#c35de5
#c96fe7
#d081ea
#d793ed
#dda5f0
#e4b7f3
#ebc9f6
#f1dbf9
#f8edfc
#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

#c35de5
#7fe55d

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

Split Complementary

#c35de5
#c3e55d
#5de57f

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

Analogous Color

#8d5de5
#a85de5
#c35de5
#de5de5
#e55dd1

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

#c35de5
#e5c35d
#5de5c3

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

#c35de5
#e57f5d
#7fe55d
#5dc3e5

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

#c35de5
#7fe55d
#5de57f
#e55dc3

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

#c35de5 Color Code Preview on Black Background Color

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

#c35de5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35de5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35de5

#c35de5 color code is use for CSS Background Color

Background color for the above div is #c35de5

HTML with inline CSS

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

#c35de5 color code is use for CSS Border Color

CSS Border color for the above div is #c35de5

HTML with inline CSS

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

CSS Border Left color for the above div is #c35de5

HTML with inline CSS

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

CSS Border Right color for the above div is #c35de5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c35de5

HTML with inline CSS

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

CSS Border Top color for the above div is #c35de5

HTML with inline CSS

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

#c35de5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c35de5 Color code Preview on White Background

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

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