crispedge.com

Color picker

Loading...

#cf72ee hex color - Violet - Warm color - Information

#cf72ee hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cf72ee Color code in RGB color code model is created after adding 81.18% red color, 44.71% green color and 93.33% blue color. Hex #cf72ee Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 52% magenta, 0% yellow and 7% black.

Hex #cf72ee color code is between #cc77dd web safe hex color code and #dd66ff web safe hex color code. #cc77dd is the nearest web safe color code. You can see here many more shades of #cf72ee color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecf72ee#cf72ee
RGB Decimal207, 114, 238rgb(207, 114, 238)
RGB Percent81%, 45%, 93%rgb(81%, 45%, 93%)
CSS RGBa207, 114, 238,1rgba(207,114,238,1)
CMYK Modelcmyk(13%,52%,0%,7%)
HSL Color Space285,78% ,69%hsl(285,78% ,69%)
HSV Color Space285°, 52%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011110111001011101110
Octal317162356
Decimal207114238
Hexcf72ee

Different shades of #cf72ee color code.

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

Light Shade of #cf72ee
#de9ff3
Dark Shade of #cf72ee
#bf44e9
Saturated Shade of #cf72ee
#d36af6
Desaturated Shade of #cf72ee
#cb7ae6
Grey scale Shade of #cf72ee
#b0b0b0
Brighten Shade
#e88bff
Most Readable Shade
#000000

Shades of #cf72ee color code

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

#cf72ee
#b865d3
#a158b9
#8a4c9e
#733f84
#5c3269
#45264f
#2e1934
#170c1a
#000000

Similar Color like #cf72ee color

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

#d073ef
#d174f0
#d275f1
#d376f2
#d477f3
#d578f4
#d679f5
#d77af6
#d87bf7
#d97cf8
#da7df9
#db7efa
#dc7ffb
#dd80fc
#ce71ed
#cd70ec
#cc6feb
#cb6eea
#ca6de9
#c96ce8
#c86be7
#c76ae6
#c669e5
#c568e4
#c467e3
#c366e2
#c265e1
#c164e0

Monochromatic Color with #cf72ee

#cf72ee
#160c1a
#3b2144
#60356e
#854999
#aa5ec3

Tints of #cf72ee Color

#cf72ee
#d481ef
#d991f1
#dfa1f3
#e4b0f5
#e9c0f7
#efd0f9
#f4dffb
#f9effd
#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

#cf72ee
#91ee72

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

Split Complementary

#cf72ee
#cfee72
#72ee91

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

Analogous Color

#9d72ee
#b672ee
#cf72ee
#e872ee
#ee72db

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

#cf72ee
#eecf72
#72eecf

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

#cf72ee
#ee9172
#91ee72
#72cfee

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

#cf72ee
#91ee72
#72ee91
#ee72cf

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

#cf72ee Color Code Preview on Black Background Color

This is how #cf72ee Color will look on black background color. Color contrast ratio is 7.29

#cf72ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cf72ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cf72ee

#cf72ee color code is use for CSS Background Color

Background color for the above div is #cf72ee

HTML with inline CSS

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

#cf72ee color code is use for CSS Border Color

CSS Border color for the above div is #cf72ee

HTML with inline CSS

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

CSS Border Left color for the above div is #cf72ee

HTML with inline CSS

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

CSS Border Right color for the above div is #cf72ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cf72ee

HTML with inline CSS

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

CSS Border Top color for the above div is #cf72ee

HTML with inline CSS

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

#cf72ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cf72ee Color code Preview on White Background

This is how #cf72ee Color code will look on white background color. Color contrast ratio is 2.88

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

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(207,114,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(145,238,114,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(207,114,238,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.