crispedge.com

Color picker

Loading...

#ce68ff hex color - Violet - Warm color - Information

#ce68ff hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ce68ff Color code in RGB color code model is created after adding 80.78% red color, 40.78% green color and 100% blue color. Hex #ce68ff Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 59% magenta, 0% yellow and 0% black.

Hex #ce68ff color code is between #cc66ee web safe hex color code and #dd77dd web safe hex color code. #cc66ee is the nearest web safe color code. You can see here many more shades of #ce68ff color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codece68ff#ce68ff
RGB Decimal206, 104, 255rgb(206, 104, 255)
RGB Percent81%, 41%, 100%rgb(81%, 41%, 100%)
CSS RGBa206, 104, 255,1rgba(206,104,255,1)
CMYK Modelcmyk(19%,59%,0%,0%)
HSL Color Space281,100% ,70%hsl(281,100% ,70%)
HSV Color Space281°, 59%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011100110100011111111
Octal316150377
Decimal206104255
Hexce68ff

Different shades of #ce68ff color code.

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

Light Shade of #ce68ff
#df9bff
Dark Shade of #ce68ff
#bd35ff
Saturated Shade of #ce68ff
#ce68ff
Desaturated Shade of #ce68ff
#cb70f7
Grey scale Shade of #ce68ff
#b3b3b3
Brighten Shade
#e781ff
Most Readable Shade
#000000

Shades of #ce68ff color code

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

#ce68ff
#b75ce2
#a050c6
#8945aa
#72398d
#5b2e71
#442255
#2d1738
#160b1c
#000000

Similar Color like #ce68ff color

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

#cf69ff
#d06aff
#d16bff
#d26cff
#d36dff
#d46eff
#d56fff
#d670ff
#d771ff
#d872ff
#d973ff
#da74ff
#db75ff
#dc76ff
#cd67fe
#cc66fd
#cb65fc
#ca64fb
#c963fa
#c862f9
#c761f8
#c660f7
#c55ff6
#c45ef5
#c35df4
#c25cf3
#c15bf2
#c05af1

Monochromatic Color with #ce68ff

#ce68ff
#22112a
#452355
#673480
#8945aa
#ac57d4

Tints of #ce68ff Color

#ce68ff
#d378ff
#d889ff
#de9aff
#e3abff
#e9bbff
#eeccff
#f4ddff
#f9eeff
#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

#ce68ff
#99ff68

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

Split Complementary

#ce68ff
#e5ff68
#68ff82

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

Analogous Color

#9268ff
#b068ff
#ce68ff
#ec68ff
#ff68f4

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

#ce68ff
#ffce68
#68ffce

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

#ce68ff
#ff8268
#99ff68
#68e4ff

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

#ce68ff
#99ff68
#68ff82
#ff68e5

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

#ce68ff Color Code Preview on Black Background Color

This is how #ce68ff Color will look on black background color. Color contrast ratio is 7.05

#ce68ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce68ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce68ff

#ce68ff color code is use for CSS Background Color

Background color for the above div is #ce68ff

HTML with inline CSS

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

#ce68ff color code is use for CSS Border Color

CSS Border color for the above div is #ce68ff

HTML with inline CSS

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

CSS Border Left color for the above div is #ce68ff

HTML with inline CSS

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

CSS Border Right color for the above div is #ce68ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ce68ff

HTML with inline CSS

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

CSS Border Top color for the above div is #ce68ff

HTML with inline CSS

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

#ce68ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ce68ff Color code Preview on White Background

This is how #ce68ff Color code will look on white background color. Color contrast ratio is 2.98

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

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(206,104,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(153,255,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,104,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.