crispedge.com

Color picker

Loading...

#ce93e9 hex color - Violet - Warm color - Information

#ce93e9 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ce93e9 Color code in RGB color code model is created after adding 80.78% red color, 57.65% green color and 91.37% blue color. Hex #ce93e9 Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 37% magenta, 0% yellow and 9% black.

Hex #ce93e9 color code is between #cc99ee web safe hex color code and #dd88dd web safe hex color code. #cc99ee is the nearest web safe color code. You can see here many more shades of #ce93e9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codece93e9#ce93e9
RGB Decimal206, 147, 233rgb(206, 147, 233)
RGB Percent81%, 58%, 91%rgb(81%, 58%, 91%)
CSS RGBa206, 147, 233,1rgba(206,147,233,1)
CMYK Modelcmyk(12%,37%,0%,9%)
HSL Color Space281,66% ,75%hsl(281,66% ,75%)
HSV Color Space281°, 37%, 91%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101001001111101001
Octal316223351
Decimal206147233
Hexce93e9

Different shades of #ce93e9 color code.

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

Light Shade of #ce93e9
#e1bdf2
Dark Shade of #ce93e9
#bb69e0
Saturated Shade of #ce93e9
#d08cef
Desaturated Shade of #ce93e9
#cc99e2
Grey scale Shade of #ce93e9
#bebebe
Brighten Shade
#e7acff
Most Readable Shade
#000000

Shades of #ce93e9 color code

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

#ce93e9
#b782cf
#a072b5
#89629b
#725181
#5b4167
#44314d
#2d2033
#161019
#000000

Similar Color like #ce93e9 color

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

#cf94ea
#d095eb
#d196ec
#d297ed
#d398ee
#d499ef
#d59af0
#d69bf1
#d79cf2
#d89df3
#d99ef4
#da9ff5
#dba0f6
#dca1f7
#cd92e8
#cc91e7
#cb90e6
#ca8fe5
#c98ee4
#c88de3
#c78ce2
#c68be1
#c58ae0
#c489df
#c388de
#c287dd
#c186dc
#c085db

Monochromatic Color with #ce93e9

#ce93e9
#120d14
#38283f
#5d4369
#835d94
#a878be

Tints of #ce93e9 Color

#ce93e9
#d39feb
#d8abed
#deb7f0
#e3c3f2
#e9cff5
#eedbf7
#f4e7fa
#f9f3fc
#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

#ce93e9
#aee993

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

Split Complementary

#ce93e9
#d9e993
#93e9a3

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

Analogous Color

#ac93e9
#bd93e9
#ce93e9
#df93e9
#e993e2

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

#ce93e9
#e9ce93
#93e9ce

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

#ce93e9
#e9a393
#aee993
#93d9e9

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

#ce93e9
#aee993
#93e9a3
#e993d9

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

#ce93e9 Color Code Preview on Black Background Color

This is how #ce93e9 Color will look on black background color. Color contrast ratio is 8.97

#ce93e9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce93e9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce93e9

#ce93e9 color code is use for CSS Background Color

Background color for the above div is #ce93e9

HTML with inline CSS

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

#ce93e9 color code is use for CSS Border Color

CSS Border color for the above div is #ce93e9

HTML with inline CSS

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

CSS Border Left color for the above div is #ce93e9

HTML with inline CSS

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

CSS Border Right color for the above div is #ce93e9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ce93e9

HTML with inline CSS

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

CSS Border Top color for the above div is #ce93e9

HTML with inline CSS

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

#ce93e9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ce93e9 Color code Preview on White Background

This is how #ce93e9 Color code will look on white background color. Color contrast ratio is 2.34

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

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,147,233,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(174,233,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,147,233,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.