crispedge.com

Color picker

Loading...

#c35ac4 hex color - Violet - Warm color - Information

#c35ac4 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c35ac4 Color code in RGB color code model is created after adding 76.47% red color, 35.29% green color and 76.86% blue color. Hex #c35ac4 Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 54% magenta, 0% yellow and 23% black.

Hex #c35ac4 color code is between #bb55cc web safe hex color code and #cc66bb web safe hex color code. #bb55cc is the nearest web safe color code. You can see here many more shades of #c35ac4 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec35ac4#c35ac4
RGB Decimal195, 90, 196rgb(195, 90, 196)
RGB Percent76%, 35%, 77%rgb(76%, 35%, 77%)
CSS RGBa195, 90, 196,1rgba(195,90,196,1)
CMYK Modelcmyk(1%,54%,0%,23%)
HSL Color Space299,47% ,56%hsl(299,47% ,56%)
HSV Color Space299°, 54%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110101101011000100
Octal303132304
Decimal19590196
Hexc35ac4

Different shades of #c35ac4 color code.

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

Light Shade of #c35ac4
#d180d1
Dark Shade of #c35ac4
#ac3ead
Saturated Shade of #c35ac4
#ce4fcf
Desaturated Shade of #c35ac4
#b865b9
Grey scale Shade of #c35ac4
#8f8f8f
Brighten Shade
#dc73dd
Most Readable Shade
#FFFFFF

Shades of #c35ac4 color code

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

#c35ac4
#ad50ae
#974698
#823c82
#6c326c
#562857
#411e41
#2b142b
#150a15
#000000

Similar Color like #c35ac4 color

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

#c45bc5
#c55cc6
#c65dc7
#c75ec8
#c85fc9
#c960ca
#ca61cb
#cb62cc
#cc63cd
#cd64ce
#ce65cf
#cf66d0
#d067d1
#d168d2
#c259c3
#c158c2
#c057c1
#bf56c0
#be55bf
#bd54be
#bc53bd
#bb52bc
#ba51bb
#b950ba
#b84fb9
#b74eb8
#b64db7
#b54cb6

Monochromatic Color with #c35ac4

#c35ac4
#ed6eee
#1a0c1a
#441f44
#6e336f
#994699

Tints of #c35ac4 Color

#c35ac4
#c96cca
#d07ed1
#d791d7
#dda3de
#e4b5e4
#ebc8eb
#f1daf1
#f8ecf8
#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

#c35ac4
#5bc45a

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

Split Complementary

#c35ac4
#90c45a
#5ac48e

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

Analogous Color

#995ac4
#ae5ac4
#c35ac4
#c45ab0
#c45a9b

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

#c35ac4
#c4c35a
#5ac4c3

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

#c35ac4
#c48e5a
#5bc45a
#5a90c4

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

#c35ac4
#5bc45a
#5ac48e
#c45a90

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

#c35ac4 Color Code Preview on Black Background Color

This is how #c35ac4 Color will look on black background color. Color contrast ratio is 5.58

#c35ac4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35ac4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35ac4

#c35ac4 color code is use for CSS Background Color

Background color for the above div is #c35ac4

HTML with inline CSS

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

#c35ac4 color code is use for CSS Border Color

CSS Border color for the above div is #c35ac4

HTML with inline CSS

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

CSS Border Left color for the above div is #c35ac4

HTML with inline CSS

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

CSS Border Right color for the above div is #c35ac4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c35ac4

HTML with inline CSS

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

CSS Border Top color for the above div is #c35ac4

HTML with inline CSS

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

#c35ac4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c35ac4 Color code Preview on White Background

This is how #c35ac4 Color code will look on white background color. Color contrast ratio is 3.76

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

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,90,196,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(91,196,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(195,90,196,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.