crispedge.com

Color picker

Loading...

#efc9fe hex color - Violet - Warm color - Information

#efc9fe hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #efc9fe Color code in RGB color code model is created after adding 93.73% red color, 78.82% green color and 99.61% blue color. Hex #efc9fe Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 21% magenta, 0% yellow and 0% black.

Hex #efc9fe color code is between #eeccff web safe hex color code and #ffbbee web safe hex color code. #eeccff is the nearest web safe color code. You can see here many more shades of #efc9fe color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeefc9fe#efc9fe
RGB Decimal239, 201, 254rgb(239, 201, 254)
RGB Percent94%, 79%, 100%rgb(94%, 79%, 100%)
CSS RGBa239, 201, 254,1rgba(239,201,254,1)
CMYK Modelcmyk(6%,21%,0%,0%)
HSL Color Space283,96% ,89%hsl(283,96% ,89%)
HSV Color Space283°, 21%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111100100111111110
Octal357311376
Decimal239201254
Hexefc9fe

Different shades of #efc9fe color code.

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

Light Shade of #efc9fe
#fefbff
Dark Shade of #efc9fe
#e097fd
Saturated Shade of #efc9fe
#efc8ff
Desaturated Shade of #efc9fe
#eeccfb
Grey scale Shade of #efc9fe
#e3e3e3
Brighten Shade
#ffe2ff
Most Readable Shade
#000000

Shades of #efc9fe color code

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

#efc9fe
#d4b2e1
#b99cc5
#9f86a9
#846f8d
#6a5970
#4f4354
#352c38
#1a161c
#000000

Similar Color like #efc9fe color

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

#f0caff
#f1cbff
#f2ccff
#f3cdff
#f4ceff
#f5cfff
#f6d0ff
#f7d1ff
#f8d2ff
#f9d3ff
#fad4ff
#fbd5ff
#fcd6ff
#fdd7ff
#eec8fd
#edc7fc
#ecc6fb
#ebc5fa
#eac4f9
#e9c3f8
#e8c2f7
#e7c1f6
#e6c0f5
#e5bff4
#e4bef3
#e3bdf2
#e2bcf1
#e1bbf0

Monochromatic Color with #efc9fe

#efc9fe
#272129
#4f4254
#77647e
#9f86a9
#c7a7d3

Tints of #efc9fe Color

#efc9fe
#f0cffe
#f2d5fe
#f4dbfe
#f6e1fe
#f7e7fe
#f9edfe
#fbf3fe
#fdf9fe
#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

#efc9fe
#d8fec9

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

Split Complementary

#efc9fe
#f3fec9
#c9fed5

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

Analogous Color

#dac9fe
#e4c9fe
#efc9fe
#fac9fe
#fec9f8

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

#efc9fe
#feefc9
#c9feef

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

#efc9fe
#fed4c9
#d8fec9
#c9f2fe

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

#efc9fe
#d8fec9
#c9fed5
#fec9f3

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

#efc9fe Color Code Preview on Black Background Color

This is how #efc9fe Color will look on black background color. Color contrast ratio is 14.46

#efc9fe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efc9fe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efc9fe

#efc9fe color code is use for CSS Background Color

Background color for the above div is #efc9fe

HTML with inline CSS

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

#efc9fe color code is use for CSS Border Color

CSS Border color for the above div is #efc9fe

HTML with inline CSS

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

CSS Border Left color for the above div is #efc9fe

HTML with inline CSS

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

CSS Border Right color for the above div is #efc9fe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efc9fe

HTML with inline CSS

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

CSS Border Top color for the above div is #efc9fe

HTML with inline CSS

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

#efc9fe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efc9fe Color code Preview on White Background

This is how #efc9fe Color code will look on white background color. Color contrast ratio is 1.45

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

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(239,201,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(216,254,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(239,201,254,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.