crispedge.com

Color picker

Loading...

#ce98d7 hex color - Violet - Warm color - Information

#ce98d7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ce98d7 Color code in RGB color code model is created after adding 80.78% red color, 59.61% green color and 84.31% blue color. Hex #ce98d7 Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 29% magenta, 0% yellow and 16% black.

Hex #ce98d7 color code is between #cc99dd web safe hex color code and #dd88cc web safe hex color code. #cc99dd is the nearest web safe color code. You can see here many more shades of #ce98d7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codece98d7#ce98d7
RGB Decimal206, 152, 215rgb(206, 152, 215)
RGB Percent81%, 60%, 84%rgb(81%, 60%, 84%)
CSS RGBa206, 152, 215,1rgba(206,152,215,1)
CMYK Modelcmyk(4%,29%,0%,16%)
HSL Color Space291,44% ,72%hsl(291,44% ,72%)
HSV Color Space291°, 29%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101001100011010111
Octal316230327
Decimal206152215
Hexce98d7

Different shades of #ce98d7 color code.

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

Light Shade of #ce98d7
#dfbde5
Dark Shade of #ce98d7
#bd73c9
Saturated Shade of #ce98d7
#d391de
Desaturated Shade of #ce98d7
#c99fd0
Grey scale Shade of #ce98d7
#b7b7b7
Brighten Shade
#e7b1f0
Most Readable Shade
#000000

Shades of #ce98d7 color code

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

#ce98d7
#b787bf
#a076a7
#89658f
#725477
#5b435f
#443247
#2d212f
#161017
#000000

Similar Color like #ce98d7 color

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

#cf99d8
#d09ad9
#d19bda
#d29cdb
#d39ddc
#d49edd
#d59fde
#d6a0df
#d7a1e0
#d8a2e1
#d9a3e2
#daa4e3
#dba5e4
#dca6e5
#cd97d6
#cc96d5
#cb95d4
#ca94d3
#c993d2
#c892d1
#c791d0
#c690cf
#c58fce
#c48ecd
#c38dcc
#c28ccb
#c18bca
#c08ac9

Monochromatic Color with #ce98d7

#ce98d7
#020202
#2b202d
#543e57
#7d5c82
#a57aac

Tints of #ce98d7 Color

#ce98d7
#d3a3db
#d8aedf
#debae4
#e3c5e8
#e9d1ed
#eedcf1
#f4e8f6
#f9f3fa
#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

#ce98d7
#a1d798

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

Split Complementary

#ce98d7
#c1d798
#98d7af

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

Analogous Color

#b598d7
#c198d7
#ce98d7
#d798d3
#d798c7

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

#ce98d7
#d7ce98
#98d7ce

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

#ce98d7
#d7ae98
#a1d798
#98c0d7

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

#ce98d7
#a1d798
#98d7af
#d798c1

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

#ce98d7 Color Code Preview on Black Background Color

This is how #ce98d7 Color will look on black background color. Color contrast ratio is 9.10

#ce98d7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce98d7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce98d7

#ce98d7 color code is use for CSS Background Color

Background color for the above div is #ce98d7

HTML with inline CSS

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

#ce98d7 color code is use for CSS Border Color

CSS Border color for the above div is #ce98d7

HTML with inline CSS

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

CSS Border Left color for the above div is #ce98d7

HTML with inline CSS

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

CSS Border Right color for the above div is #ce98d7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ce98d7

HTML with inline CSS

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

CSS Border Top color for the above div is #ce98d7

HTML with inline CSS

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

#ce98d7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ce98d7 Color code Preview on White Background

This is how #ce98d7 Color code will look on white background color. Color contrast ratio is 2.31

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

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,152,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(161,215,152,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,152,215,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.