crispedge.com

Color picker

Loading...

#edc5fa hex color - Violet - Warm color - Information

#edc5fa hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #edc5fa Color code in RGB color code model is created after adding 92.94% red color, 77.25% green color and 98.04% blue color. Hex #edc5fa Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 21% magenta, 0% yellow and 2% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeedc5fa#edc5fa
RGB Decimal237, 197, 250rgb(237, 197, 250)
RGB Percent93%, 77%, 98%rgb(93%, 77%, 98%)
CSS RGBa237, 197, 250,1rgba(237,197,250,1)
CMYK Modelcmyk(5%,21%,0%,2%)
HSL Color Space285,84% ,88%hsl(285,84% ,88%)
HSV Color Space285°, 21%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011100010111111010
Octal355305372
Decimal237197250
Hexedc5fa

Different shades of #edc5fa color code.

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

Light Shade of #edc5fa
#fcf4fe
Dark Shade of #edc5fa
#de96f6
Saturated Shade of #edc5fa
#efc2fd
Desaturated Shade of #edc5fa
#ebc8f7
Grey scale Shade of #edc5fa
#dfdfdf
Brighten Shade
#ffdeff
Most Readable Shade
#000000

Shades of #edc5fa color code

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

#edc5fa
#d2afde
#b899c2
#9e83a6
#836d8a
#69576f
#4f4153
#342b37
#1a151b
#000000

Similar Color like #edc5fa color

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

#eec6fb
#efc7fc
#f0c8fd
#f1c9fe
#f2caff
#f3cbff
#f4ccff
#f5cdff
#f6ceff
#f7cfff
#f8d0ff
#f9d1ff
#fad2ff
#fbd3ff
#ecc4f9
#ebc3f8
#eac2f7
#e9c1f6
#e8c0f5
#e7bff4
#e6bef3
#e5bdf2
#e4bcf1
#e3bbf0
#e2baef
#e1b9ee
#e0b8ed
#dfb7ec

Monochromatic Color with #edc5fa

#edc5fa
#241e25
#4c3f50
#74617a
#9c82a5
#c5a4cf

Tints of #edc5fa Color

#edc5fa
#efcbfa
#f1d1fb
#f3d8fb
#f5defc
#f7e5fc
#f9ebfd
#fbf2fd
#fdf8fe
#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

#edc5fa
#d2fac5

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

Split Complementary

#edc5fa
#ecfac5
#c5fad3

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

Analogous Color

#d8c5fa
#e2c5fa
#edc5fa
#f8c5fa
#fac5f2

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

#edc5fa
#faedc5
#c5faed

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

#edc5fa
#fad2c5
#d2fac5
#c5ecfa

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

#edc5fa
#d2fac5
#c5fad3
#fac5ec

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

#edc5fa Color Code Preview on Black Background Color

This is how #edc5fa Color will look on black background color. Color contrast ratio is 13.97

#edc5fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc5fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edc5fa

#edc5fa color code is use for CSS Background Color

Background color for the above div is #edc5fa

HTML with inline CSS

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

#edc5fa color code is use for CSS Border Color

CSS Border color for the above div is #edc5fa

HTML with inline CSS

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

CSS Border Left color for the above div is #edc5fa

HTML with inline CSS

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

CSS Border Right color for the above div is #edc5fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edc5fa

HTML with inline CSS

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

CSS Border Top color for the above div is #edc5fa

HTML with inline CSS

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

#edc5fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edc5fa Color code Preview on White Background

This is how #edc5fa Color code will look on white background color. Color contrast ratio is 1.50

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

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(237,197,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(210,250,197,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,197,250,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.