crispedge.com

Color picker

Loading...

#edb8fc hex color - Violet - Warm color - Information

#edb8fc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #edb8fc Color code in RGB color code model is created after adding 92.94% red color, 72.16% green color and 98.82% blue color. Hex #edb8fc Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 27% magenta, 0% yellow and 1% black.

Hex #edb8fc color code is between #eebbff web safe hex color code and #ddaaee web safe hex color code. #eebbff is the nearest web safe color code. You can see here many more shades of #edb8fc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeedb8fc#edb8fc
RGB Decimal237, 184, 252rgb(237, 184, 252)
RGB Percent93%, 72%, 99%rgb(93%, 72%, 99%)
CSS RGBa237, 184, 252,1rgba(237,184,252,1)
CMYK Modelcmyk(6%,27%,0%,1%)
HSL Color Space287,92% ,85%hsl(287,92% ,85%)
HSV Color Space287°, 27%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011011011100011111100
Octal355270374
Decimal237184252
Hexedb8fc

Different shades of #edb8fc color code.

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

Light Shade of #edb8fc
#f9e9fe
Dark Shade of #edb8fc
#e187fa
Saturated Shade of #edb8fc
#efb5ff
Desaturated Shade of #edb8fc
#ebbcf8
Grey scale Shade of #edb8fc
#dadada
Brighten Shade
#ffd1ff
Most Readable Shade
#000000

Shades of #edb8fc color code

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

#edb8fc
#d2a3e0
#b88fc4
#9e7aa8
#83668c
#695170
#4f3d54
#342838
#1a141c
#000000

Similar Color like #edb8fc color

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

#eeb9fd
#efbafe
#f0bbff
#f1bcff
#f2bdff
#f3beff
#f4bfff
#f5c0ff
#f6c1ff
#f7c2ff
#f8c3ff
#f9c4ff
#fac5ff
#fbc6ff
#ecb7fb
#ebb6fa
#eab5f9
#e9b4f8
#e8b3f7
#e7b2f6
#e6b1f5
#e5b0f4
#e4aff3
#e3aef2
#e2adf1
#e1acf0
#e0abef
#dfaaee

Monochromatic Color with #edb8fc

#edb8fc
#251d27
#4d3c52
#755b7c
#9d7aa7
#c599d1

Tints of #edb8fc Color

#edb8fc
#efbffc
#f1c7fc
#f3cffd
#f5d7fd
#f7dffd
#f9e7fe
#fbeffe
#fdf7fe
#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

#edb8fc
#c7fcb8

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

Split Complementary

#edb8fc
#e9fcb8
#b8fccb

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

Analogous Color

#d2b8fc
#dfb8fc
#edb8fc
#fbb8fc
#fcb8f0

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

#edb8fc
#fcedb8
#b8fced

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

#edb8fc
#fccbb8
#c7fcb8
#b8e9fc

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

#edb8fc
#c7fcb8
#b8fccb
#fcb8e9

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

#edb8fc Color Code Preview on Black Background Color

This is how #edb8fc Color will look on black background color. Color contrast ratio is 12.86

#edb8fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edb8fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #edb8fc

#edb8fc color code is use for CSS Background Color

Background color for the above div is #edb8fc

HTML with inline CSS

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

#edb8fc color code is use for CSS Border Color

CSS Border color for the above div is #edb8fc

HTML with inline CSS

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

CSS Border Left color for the above div is #edb8fc

HTML with inline CSS

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

CSS Border Right color for the above div is #edb8fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #edb8fc

HTML with inline CSS

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

CSS Border Top color for the above div is #edb8fc

HTML with inline CSS

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

#edb8fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#edb8fc Color code Preview on White Background

This is how #edb8fc Color code will look on white background color. Color contrast ratio is 1.63

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

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,184,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(199,252,184,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(237,184,252,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.