crispedge.com

Color picker

Loading...

#c080fd hex color - Violet - Warm color - Information

#c080fd hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #c080fd Color code in RGB color code model is created after adding 75.29% red color, 50.2% green color and 99.22% blue color. Hex #c080fd Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 49% magenta, 0% yellow and 1% black.

Hex #c080fd color code is between #bb88ff web safe hex color code and #cc77ee web safe hex color code. #bb88ff is the nearest web safe color code. You can see here many more shades of #c080fd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec080fd#c080fd
RGB Decimal192, 128, 253rgb(192, 128, 253)
RGB Percent75%, 50%, 99%rgb(75%, 50%, 99%)
CSS RGBa192, 128, 253,1rgba(192,128,253,1)
CMYK Modelcmyk(24%,49%,0%,1%)
HSL Color Space271,97% ,75%hsl(271,97% ,75%)
HSV Color Space271°, 49%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000001000000011111101
Octal300200375
Decimal192128253
Hexc080fd

Different shades of #c080fd color code.

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

Light Shade of #c080fd
#d9b2fe
Dark Shade of #c080fd
#a74efc
Saturated Shade of #c080fd
#c07eff
Desaturated Shade of #c080fd
#c086f7
Grey scale Shade of #c080fd
#bebebe
Brighten Shade
#d999ff
Most Readable Shade
#000000

Shades of #c080fd color code

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

#c080fd
#aa71e0
#9563c4
#8055a8
#6a478c
#553870
#402a54
#2a1c38
#150e1c
#000000

Similar Color like #c080fd color

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

#c181fe
#c282ff
#c383ff
#c484ff
#c585ff
#c686ff
#c787ff
#c888ff
#c989ff
#ca8aff
#cb8bff
#cc8cff
#cd8dff
#ce8eff
#bf7ffc
#be7efb
#bd7dfa
#bc7cf9
#bb7bf8
#ba7af7
#b979f6
#b878f5
#b777f4
#b676f3
#b575f2
#b474f1
#b373f0
#b272ef

Monochromatic Color with #c080fd

#c080fd
#1f1428
#3f2a53
#5f3f7d
#7f55a8
#a06bd2

Tints of #c080fd Color

#c080fd
#c78efd
#ce9cfd
#d5aafd
#dcb8fd
#e3c6fe
#ead4fe
#f1e2fe
#f8f0fe
#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

#c080fd
#bdfd80

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

Split Complementary

#c080fd
#fbfd80
#80fd82

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

Analogous Color

#8e80fd
#a780fd
#c080fd
#d980fd
#f280fd

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

#c080fd
#fdc080
#80fdc0

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

#c080fd
#fd8180
#bdfd80
#80fbfd

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

#c080fd
#bdfd80
#80fd82
#fd80fb

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

#c080fd Color Code Preview on Black Background Color

This is how #c080fd Color will look on black background color. Color contrast ratio is 7.75

#c080fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c080fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c080fd

#c080fd color code is use for CSS Background Color

Background color for the above div is #c080fd

HTML with inline CSS

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

#c080fd color code is use for CSS Border Color

CSS Border color for the above div is #c080fd

HTML with inline CSS

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

CSS Border Left color for the above div is #c080fd

HTML with inline CSS

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

CSS Border Right color for the above div is #c080fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c080fd

HTML with inline CSS

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

CSS Border Top color for the above div is #c080fd

HTML with inline CSS

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

#c080fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c080fd Color code Preview on White Background

This is how #c080fd Color code will look on white background color. Color contrast ratio is 2.71

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

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(192,128,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,253,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,128,253,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.