crispedge.com

Color picker

Loading...

#cc8ed0 hex color - Violet - Warm color - Information

#cc8ed0 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cc8ed0 Color code in RGB color code model is created after adding 80% red color, 55.69% green color and 81.57% blue color. Hex #cc8ed0 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 32% magenta, 0% yellow and 18% black.

Hex #cc8ed0 color code is between #bb88cc web safe hex color code and #dd99dd web safe hex color code. #bb88cc is the nearest web safe color code. You can see here many more shades of #cc8ed0 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codecc8ed0#cc8ed0
RGB Decimal204, 142, 208rgb(204, 142, 208)
RGB Percent80%, 56%, 82%rgb(80%, 56%, 82%)
CSS RGBa204, 142, 208,1rgba(204,142,208,1)
CMYK Modelcmyk(2%,32%,0%,18%)
HSL Color Space296,41% ,69%hsl(296,41% ,69%)
HSV Color Space296°, 32%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001000111011010000
Octal314216320
Decimal204142208
Hexcc8ed0

Different shades of #cc8ed0 color code.

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

Light Shade of #cc8ed0
#dcb2df
Dark Shade of #cc8ed0
#bc6ac1
Saturated Shade of #cc8ed0
#d386d8
Desaturated Shade of #cc8ed0
#c596c8
Grey scale Shade of #cc8ed0
#afafaf
Brighten Shade
#e5a7e9
Most Readable Shade
#000000

Shades of #cc8ed0 color code

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

#cc8ed0
#b57eb8
#9e6ea1
#885e8a
#714e73
#5a3f5c
#442f45
#2d1f2e
#160f17
#000000

Similar Color like #cc8ed0 color

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

#cd8fd1
#ce90d2
#cf91d3
#d092d4
#d193d5
#d294d6
#d395d7
#d496d8
#d597d9
#d698da
#d799db
#d89adc
#d99bdd
#da9cde
#cb8dcf
#ca8cce
#c98bcd
#c88acc
#c789cb
#c688ca
#c587c9
#c486c8
#c385c7
#c284c6
#c183c5
#c082c4
#bf81c3
#be80c2

Monochromatic Color with #cc8ed0

#cc8ed0
#f6abfa
#251a26
#4f3750
#79547b
#a271a5

Tints of #cc8ed0 Color

#cc8ed0
#d19ad5
#d7a7da
#ddb3df
#e2c0e4
#e8ccea
#eed9ef
#f3e5f4
#f9f2f9
#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

#cc8ed0
#92d08e

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

Split Complementary

#cc8ed0
#b3d08e
#8ed0ab

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

Analogous Color

#b28ed0
#bf8ed0
#cc8ed0
#d08ec7
#d08eba

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

#cc8ed0
#d0cc8e
#8ed0cc

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

#cc8ed0
#d0ab8e
#92d08e
#8eb3d0

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

#cc8ed0
#92d08e
#8ed0ab
#d08eb3

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

#cc8ed0 Color Code Preview on Black Background Color

This is how #cc8ed0 Color will look on black background color. Color contrast ratio is 8.35

#cc8ed0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc8ed0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc8ed0

#cc8ed0 color code is use for CSS Background Color

Background color for the above div is #cc8ed0

HTML with inline CSS

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

#cc8ed0 color code is use for CSS Border Color

CSS Border color for the above div is #cc8ed0

HTML with inline CSS

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

CSS Border Left color for the above div is #cc8ed0

HTML with inline CSS

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

CSS Border Right color for the above div is #cc8ed0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc8ed0

HTML with inline CSS

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

CSS Border Top color for the above div is #cc8ed0

HTML with inline CSS

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

#cc8ed0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc8ed0 Color code Preview on White Background

This is how #cc8ed0 Color code will look on white background color. Color contrast ratio is 2.52

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

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(204,142,208,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(146,208,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,142,208,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.