crispedge.com

Color picker

Loading...

#c88efb hex color - Violet - Warm color - Information

#c88efb hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #c88efb Color code in RGB color code model is created after adding 78.43% red color, 55.69% green color and 98.43% blue color. Hex #c88efb Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 43% magenta, 0% yellow and 2% black.

Hex #c88efb color code is between #cc88ff web safe hex color code and #bb99ee web safe hex color code. #cc88ff is the nearest web safe color code. You can see here many more shades of #c88efb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec88efb#c88efb
RGB Decimal200, 142, 251rgb(200, 142, 251)
RGB Percent78%, 56%, 98%rgb(78%, 56%, 98%)
CSS RGBa200, 142, 251,1rgba(200,142,251,1)
CMYK Modelcmyk(20%,43%,0%,2%)
HSL Color Space272,93% ,77%hsl(272,93% ,77%)
HSV Color Space272°, 43%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010001000111011111011
Octal310216373
Decimal200142251
Hexc88efb

Different shades of #c88efb color code.

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

Light Shade of #c88efb
#e0bffd
Dark Shade of #c88efb
#b05df9
Saturated Shade of #c88efb
#c88aff
Desaturated Shade of #c88efb
#c894f5
Grey scale Shade of #c88efb
#c4c4c4
Brighten Shade
#e1a7ff
Most Readable Shade
#000000

Shades of #c88efb color code

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

#c88efb
#b17edf
#9b6ec3
#855ea7
#6f4e8b
#583f6f
#422f53
#2c1f37
#160f1b
#000000

Similar Color like #c88efb color

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

#c98ffc
#ca90fd
#cb91fe
#cc92ff
#cd93ff
#ce94ff
#cf95ff
#d096ff
#d197ff
#d298ff
#d399ff
#d49aff
#d59bff
#d69cff
#c78dfa
#c68cf9
#c58bf8
#c48af7
#c389f6
#c288f5
#c187f4
#c086f3
#bf85f2
#be84f1
#bd83f0
#bc82ef
#bb81ee
#ba80ed

Monochromatic Color with #c88efb

#c88efb
#1f1626
#412e51
#62467b
#845ea6
#a676d0

Tints of #c88efb Color

#c88efb
#ce9afb
#d4a7fb
#dab3fc
#e0c0fc
#e6ccfd
#ecd9fd
#f2e5fe
#f8f2fe
#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

#c88efb
#c1fb8e

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

Split Complementary

#c88efb
#f8fb8e
#8efb91

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

Analogous Color

#9c8efb
#b28efb
#c88efb
#de8efb
#f48efb

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

#c88efb
#fbc88e
#8efbc8

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

#c88efb
#fb918e
#c1fb8e
#8ef7fb

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

#c88efb
#c1fb8e
#8efb91
#fb8ef8

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

#c88efb Color Code Preview on Black Background Color

This is how #c88efb Color will look on black background color. Color contrast ratio is 8.72

#c88efb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c88efb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c88efb

#c88efb color code is use for CSS Background Color

Background color for the above div is #c88efb

HTML with inline CSS

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

#c88efb color code is use for CSS Border Color

CSS Border color for the above div is #c88efb

HTML with inline CSS

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

CSS Border Left color for the above div is #c88efb

HTML with inline CSS

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

CSS Border Right color for the above div is #c88efb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c88efb

HTML with inline CSS

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

CSS Border Top color for the above div is #c88efb

HTML with inline CSS

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

#c88efb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c88efb Color code Preview on White Background

This is how #c88efb Color code will look on white background color. Color contrast ratio is 2.41

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

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(200,142,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(193,251,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(200,142,251,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.