crispedge.com

Color picker

Loading...

#ce5ce2 hex color - Violet - Warm color - Information

#ce5ce2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ce5ce2 Color code in RGB color code model is created after adding 80.78% red color, 36.08% green color and 88.63% blue color. Hex #ce5ce2 Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 59% magenta, 0% yellow and 11% black.

Hex #ce5ce2 color code is between #cc55dd web safe hex color code and #dd66ee web safe hex color code. #cc55dd is the nearest web safe color code. You can see here many more shades of #ce5ce2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codece5ce2#ce5ce2
RGB Decimal206, 92, 226rgb(206, 92, 226)
RGB Percent81%, 36%, 89%rgb(81%, 36%, 89%)
CSS RGBa206, 92, 226,1rgba(206,92,226,1)
CMYK Modelcmyk(9%,59%,0%,11%)
HSL Color Space291,70% ,62%hsl(291,70% ,62%)
HSV Color Space291°, 59%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011100101110011100010
Octal316134342
Decimal20692226
Hexce5ce2

Different shades of #ce5ce2 color code.

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

Light Shade of #ce5ce2
#db87ea
Dark Shade of #ce5ce2
#c131da
Saturated Shade of #ce5ce2
#d552ec
Desaturated Shade of #ce5ce2
#c766d8
Grey scale Shade of #ce5ce2
#9f9f9f
Brighten Shade
#e775fb
Most Readable Shade
#000000

Shades of #ce5ce2 color code

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

#ce5ce2
#b751c8
#a047af
#893d96
#72337d
#5b2864
#441e4b
#2d1432
#160a19
#000000

Similar Color like #ce5ce2 color

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

#cf5de3
#d05ee4
#d15fe5
#d260e6
#d361e7
#d462e8
#d563e9
#d664ea
#d765eb
#d866ec
#d967ed
#da68ee
#db69ef
#dc6af0
#cd5be1
#cc5ae0
#cb59df
#ca58de
#c957dd
#c856dc
#c755db
#c654da
#c553d9
#c452d8
#c351d7
#c250d6
#c14fd5
#c04ed4

Monochromatic Color with #ce5ce2

#ce5ce2
#0c050d
#331738
#5a2862
#81398d
#a74bb7

Tints of #ce5ce2 Color

#ce5ce2
#d36ee5
#d880e8
#de92eb
#e3a4ee
#e9b6f2
#eec8f5
#f4daf8
#f9ecfb
#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

#ce5ce2
#70e25c

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

Split Complementary

#ce5ce2
#b3e25c
#5ce28b

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

Analogous Color

#985ce2
#b35ce2
#ce5ce2
#e25cdb
#e25cc0

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

#ce5ce2
#e2ce5c
#5ce2ce

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

#ce5ce2
#e28b5c
#70e25c
#5cb3e2

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

#ce5ce2
#70e25c
#5ce28b
#e25cb3

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

#ce5ce2 Color Code Preview on Black Background Color

This is how #ce5ce2 Color will look on black background color. Color contrast ratio is 6.25

#ce5ce2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce5ce2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce5ce2

#ce5ce2 color code is use for CSS Background Color

Background color for the above div is #ce5ce2

HTML with inline CSS

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

#ce5ce2 color code is use for CSS Border Color

CSS Border color for the above div is #ce5ce2

HTML with inline CSS

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

CSS Border Left color for the above div is #ce5ce2

HTML with inline CSS

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

CSS Border Right color for the above div is #ce5ce2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ce5ce2

HTML with inline CSS

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

CSS Border Top color for the above div is #ce5ce2

HTML with inline CSS

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

#ce5ce2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ce5ce2 Color code Preview on White Background

This is how #ce5ce2 Color code will look on white background color. Color contrast ratio is 3.36

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

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,92,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(112,226,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,92,226,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.