crispedge.com

Color picker

Loading...

#c28ed9 hex color - Violet - Warm color - Information

#c28ed9 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c28ed9 Color code in RGB color code model is created after adding 76.08% red color, 55.69% green color and 85.1% blue color. Hex #c28ed9 Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 35% magenta, 0% yellow and 15% black.

Hex #c28ed9 color code is between #bb88dd web safe hex color code and #cc99cc web safe hex color code. #bb88dd is the nearest web safe color code. You can see here many more shades of #c28ed9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec28ed9#c28ed9
RGB Decimal194, 142, 217rgb(194, 142, 217)
RGB Percent76%, 56%, 85%rgb(76%, 56%, 85%)
CSS RGBa194, 142, 217,1rgba(194,142,217,1)
CMYK Modelcmyk(11%,35%,0%,15%)
HSL Color Space282,50% ,70%hsl(282,50% ,70%)
HSV Color Space282°, 35%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000101000111011011001
Octal302216331
Decimal194142217
Hexc28ed9

Different shades of #c28ed9 color code.

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

Light Shade of #c28ed9
#d7b4e6
Dark Shade of #c28ed9
#ad68cc
Saturated Shade of #c28ed9
#c586e1
Desaturated Shade of #c28ed9
#bf96d1
Grey scale Shade of #c28ed9
#b3b3b3
Brighten Shade
#dba7f2
Most Readable Shade
#000000

Shades of #c28ed9 color code

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

#c28ed9
#ac7ec0
#966ea8
#815e90
#6b4e78
#563f60
#402f48
#2b1f30
#150f18
#000000

Similar Color like #c28ed9 color

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

#c38fda
#c490db
#c591dc
#c692dd
#c793de
#c894df
#c995e0
#ca96e1
#cb97e2
#cc98e3
#cd99e4
#ce9ae5
#cf9be6
#d09ce7
#c18dd8
#c08cd7
#bf8bd6
#be8ad5
#bd89d4
#bc88d3
#bb87d2
#ba86d1
#b985d0
#b884cf
#b783ce
#b682cd
#b581cc
#b480cb

Monochromatic Color with #c28ed9

#c28ed9
#040304
#2a1f2f
#503b59
#765684
#9c72ae

Tints of #c28ed9 Color

#c28ed9
#c89add
#cfa7e1
#d6b3e5
#ddc0e9
#e3ccee
#ead9f2
#f1e5f6
#f8f2fa
#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

#c28ed9
#a5d98e

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

Split Complementary

#c28ed9
#cad98e
#8ed99d

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

Analogous Color

#a48ed9
#b38ed9
#c28ed9
#d18ed9
#d98ed2

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

#c28ed9
#d9c28e
#8ed9c2

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

#c28ed9
#d99c8e
#a5d98e
#8ecad9

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

#c28ed9
#a5d98e
#8ed99d
#d98eca

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

#c28ed9 Color Code Preview on Black Background Color

This is how #c28ed9 Color will look on black background color. Color contrast ratio is 8.17

#c28ed9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c28ed9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c28ed9

#c28ed9 color code is use for CSS Background Color

Background color for the above div is #c28ed9

HTML with inline CSS

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

#c28ed9 color code is use for CSS Border Color

CSS Border color for the above div is #c28ed9

HTML with inline CSS

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

CSS Border Left color for the above div is #c28ed9

HTML with inline CSS

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

CSS Border Right color for the above div is #c28ed9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c28ed9

HTML with inline CSS

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

CSS Border Top color for the above div is #c28ed9

HTML with inline CSS

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

#c28ed9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c28ed9 Color code Preview on White Background

This is how #c28ed9 Color code will look on white background color. Color contrast ratio is 2.57

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

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(194,142,217,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(165,217,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(194,142,217,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.