crispedge.com

Color picker

Loading...

#c7abcc hex color - Violet - Warm color - Information

#c7abcc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c7abcc Color code in RGB color code model is created after adding 78.04% red color, 67.06% green color and 80% blue color. Hex #c7abcc Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 16% magenta, 0% yellow and 20% black.

Hex #c7abcc color code is between #ccaabb web safe hex color code and #bbbbdd web safe hex color code. #ccaabb is the nearest web safe color code. You can see here many more shades of #c7abcc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec7abcc#c7abcc
RGB Decimal199, 171, 204rgb(199, 171, 204)
RGB Percent78%, 67%, 80%rgb(78%, 67%, 80%)
CSS RGBa199, 171, 204,1rgba(199,171,204,1)
CMYK Modelcmyk(2%,16%,0%,20%)
HSL Color Space291,24% ,74%hsl(291,24% ,74%)
HSV Color Space291°, 16%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001111010101111001100
Octal307253314
Decimal199171204
Hexc7abcc

Different shades of #c7abcc color code.

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

Light Shade of #c7abcc
#dccbdf
Dark Shade of #c7abcc
#b28bb9
Saturated Shade of #c7abcc
#cca4d3
Desaturated Shade of #c7abcc
#c2b2c5
Grey scale Shade of #c7abcc
#bbbbbb
Brighten Shade
#e0c4e5
Most Readable Shade
#000000

Shades of #c7abcc color code

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

#c7abcc
#b098b5
#9a859e
#847288
#6e5f71
#584c5a
#423944
#2c262d
#161316
#000000

Similar Color like #c7abcc color

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

#c8accd
#c9adce
#caaecf
#cbafd0
#ccb0d1
#cdb1d2
#ceb2d3
#cfb3d4
#d0b4d5
#d1b5d6
#d2b6d7
#d3b7d8
#d4b8d9
#d5b9da
#c6aacb
#c5a9ca
#c4a8c9
#c3a7c8
#c2a6c7
#c1a5c6
#c0a4c5
#bfa3c4
#bea2c3
#bda1c2
#bca0c1
#bb9fc0
#ba9ebf
#b99dbe

Monochromatic Color with #c7abcc

#c7abcc
#f0cff6
#211c22
#4b404c
#746477
#9e87a1

Tints of #c7abcc Color

#c7abcc
#cdb4d1
#d3bdd7
#d9c7dd
#dfd0e2
#e6d9e8
#ece3ee
#f2ecf3
#f8f5f9
#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

#c7abcc
#b0ccab

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

Split Complementary

#c7abcc
#c1ccab
#abccb6

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

Analogous Color

#baabcc
#c0abcc
#c7abcc
#ccabca
#ccabc4

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

#c7abcc
#ccc7ab
#abccc7

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

#c7abcc
#ccb6ab
#b0ccab
#abc0cc

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

#c7abcc
#b0ccab
#abccb6
#ccabc1

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

#c7abcc Color Code Preview on Black Background Color

This is how #c7abcc Color will look on black background color. Color contrast ratio is 10.13

#c7abcc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c7abcc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c7abcc

#c7abcc color code is use for CSS Background Color

Background color for the above div is #c7abcc

HTML with inline CSS

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

#c7abcc color code is use for CSS Border Color

CSS Border color for the above div is #c7abcc

HTML with inline CSS

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

CSS Border Left color for the above div is #c7abcc

HTML with inline CSS

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

CSS Border Right color for the above div is #c7abcc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c7abcc

HTML with inline CSS

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

CSS Border Top color for the above div is #c7abcc

HTML with inline CSS

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

#c7abcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c7abcc Color code Preview on White Background

This is how #c7abcc Color code will look on white background color. Color contrast ratio is 2.07

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

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(199,171,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(176,204,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(199,171,204,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.