crispedge.com

Color picker

Loading...

#c488fa hex color - Violet - Warm color - Information

#c488fa hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #c488fa Color code in RGB color code model is created after adding 76.86% red color, 53.33% green color and 98.04% blue color. Hex #c488fa Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 46% magenta, 0% yellow and 2% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codec488fa#c488fa
RGB Decimal196, 136, 250rgb(196, 136, 250)
RGB Percent77%, 53%, 98%rgb(77%, 53%, 98%)
CSS RGBa196, 136, 250,1rgba(196,136,250,1)
CMYK Modelcmyk(22%,46%,0%,2%)
HSL Color Space272,92% ,76%hsl(272,92% ,76%)
HSV Color Space272°, 46%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001001000100011111010
Octal304210372
Decimal196136250
Hexc488fa

Different shades of #c488fa color code.

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

Light Shade of #c488fa
#dcb9fc
Dark Shade of #c488fa
#ac57f8
Saturated Shade of #c488fa
#c483ff
Desaturated Shade of #c488fa
#c48ef4
Grey scale Shade of #c488fa
#c1c1c1
Brighten Shade
#dda1ff
Most Readable Shade
#000000

Shades of #c488fa color code

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

#c488fa
#ae78de
#9869c2
#825aa6
#6c4b8a
#573c6f
#412d53
#2b1e37
#150f1b
#000000

Similar Color like #c488fa color

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

#c589fb
#c68afc
#c78bfd
#c88cfe
#c98dff
#ca8eff
#cb8fff
#cc90ff
#cd91ff
#ce92ff
#cf93ff
#d094ff
#d195ff
#d296ff
#c387f9
#c286f8
#c185f7
#c084f6
#bf83f5
#be82f4
#bd81f3
#bc80f2
#bb7ff1
#ba7ef0
#b97def
#b87cee
#b77bed
#b67aec

Monochromatic Color with #c488fa

#c488fa
#1d1425
#3f2c50
#60437a
#815aa5
#a371cf

Tints of #c488fa Color

#c488fa
#ca95fa
#d1a2fb
#d7affb
#debcfc
#e4cafc
#ebd7fd
#f1e4fd
#f8f1fe
#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

#c488fa
#befa88

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

Split Complementary

#c488fa
#f7fa88
#88fa8b

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

Analogous Color

#9688fa
#ad88fa
#c488fa
#db88fa
#f288fa

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

#c488fa
#fac488
#88fac4

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

#c488fa
#fa8b88
#befa88
#88f7fa

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

#c488fa
#befa88
#88fa8b
#fa88f7

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

#c488fa Color Code Preview on Black Background Color

This is how #c488fa Color will look on black background color. Color contrast ratio is 8.25

#c488fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c488fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c488fa

#c488fa color code is use for CSS Background Color

Background color for the above div is #c488fa

HTML with inline CSS

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

#c488fa color code is use for CSS Border Color

CSS Border color for the above div is #c488fa

HTML with inline CSS

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

CSS Border Left color for the above div is #c488fa

HTML with inline CSS

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

CSS Border Right color for the above div is #c488fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c488fa

HTML with inline CSS

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

CSS Border Top color for the above div is #c488fa

HTML with inline CSS

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

#c488fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c488fa Color code Preview on White Background

This is how #c488fa Color code will look on white background color. Color contrast ratio is 2.55

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

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(196,136,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(190,250,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(196,136,250,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.