@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#c35fcb hex color - Violet - Warm color - Information

#c35fcb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c35fcb Color code in RGB color code model is created after adding 76.47% red color, 37.25% green color and 79.61% blue color. Hex #c35fcb Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 53% magenta, 0% yellow and 20.39% black.

Hex #c35fcb color code is between #bb66cc web safe hex color code and #cc55bb web safe hex color code. #bb66cc is the nearest web safe color code. You can see here many more shades of #c35fcb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec35fcb#c35fcb
RGB Decimal195, 95, 203rgb(195, 95, 203)
RGB Percent76%, 37%, 80%rgb(76%, 37%, 80%)
CSS RGBa195, 95, 203,1rgba(195,95,203,1)
CMYK Modelcmyk(4%,53%,0%,20.39%)
HSL Color Space296,51% ,58%hsl(296,51% ,58%)
HSV Color Space296°, 53%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000110101111111001011
Octal303137313
Decimal19595203
Hexc35fcb

Different shades of #c35fcb color code.

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

Light Shade of #c35fcb
#d185d8
Dark Shade of #c35fcb
#b13dba
Saturated Shade of #c35fcb
#cc54d6
Desaturated Shade of #c35fcb
#ba6ac0
Grey scale Shade of #c35fcb
#959595
Brighten Shade
#dc78e4
Most Readable Shade
#FFFFFF

Shades of #c35fcb color code

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

#c35fcb
#ad54b4
#97499d
#823f87
#6c3470
#562a5a
#411f43
#2b152d
#150a16
#000000

Similar Color like #c35fcb color

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

#c460cc
#c561cd
#c662ce
#c763cf
#c864d0
#c965d1
#ca66d2
#cb67d3
#cc68d4
#cd69d5
#ce6ad6
#cf6bd7
#d06cd8
#d16dd9
#c25eca
#c15dc9
#c05cc8
#bf5bc7
#be5ac6
#bd59c5
#bc58c4
#bb57c3
#ba56c2
#b955c1
#b854c0
#b753bf
#b652be
#b551bd

Monochromatic Color with #c35fcb

#c35fcb
#ec73f5
#200f21
#49234b
#713776
#9a4ba0

Tints of #c35fcb Color

#c35fcb
#c970d0
#d082d6
#d794dc
#dda6e2
#e4b7e7
#ebc9ed
#f1dbf3
#f8edf9
#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

#c35fcb
#67cb5f

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

Split Complementary

#c35fcb
#9dcb5f
#5fcb8d

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

Analogous Color

#985fcb
#ad5fcb
#c35fcb
#cb5fbd
#cb5fa8

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

#c35fcb
#cbc35f
#5fcbc3

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

#c35fcb
#cb8d5f
#67cb5f
#5f9dcb

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

#c35fcb
#67cb5f
#5fcb8d
#cb5f9d

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

#c35fcb Color Code Preview on Black Background Color

This is how #c35fcb Color will look on black background color. Color contrast ratio is 5.82

#c35fcb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35fcb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c35fcb

#c35fcb color code is use for CSS Background Color

Background color for the above div is #c35fcb

HTML with inline CSS

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

#c35fcb color code is use for CSS Border Color

CSS Border color for the above div is #c35fcb

HTML with inline CSS

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

CSS Border Left color for the above div is #c35fcb

HTML with inline CSS

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

CSS Border Right color for the above div is #c35fcb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c35fcb

HTML with inline CSS

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

CSS Border Top color for the above div is #c35fcb

HTML with inline CSS

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

#c35fcb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c35fcb Color code Preview on White Background

This is how #c35fcb Color code will look on white background color. Color contrast ratio is 3.61

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

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