crispedge.com

Color picker

Loading...

#ebe1fa hex color - Violet - Cool color - Information

#ebe1fa hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ebe1fa Color code in RGB color code model is created after adding 92.16% red color, 88.24% green color and 98.04% blue color. Hex #ebe1fa Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 10% magenta, 0% yellow and 2% black.

Hex #ebe1fa color code is between #eeddff web safe hex color code and #ddeeee web safe hex color code. #eeddff is the nearest web safe color code. You can see here many more shades of #ebe1fa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeebe1fa#ebe1fa
RGB Decimal235, 225, 250rgb(235, 225, 250)
RGB Percent92%, 88%, 98%rgb(92%, 88%, 98%)
CSS RGBa235, 225, 250,1rgba(235,225,250,1)
CMYK Modelcmyk(6%,10%,0%,2%)
HSL Color Space264,71% ,93%hsl(264,71% ,93%)
HSV Color Space264°, 10%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary111010111110000111111010
Octal353341372
Decimal235225250
Hexebe1fa

Different shades of #ebe1fa color code.

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

Light Shade of #ebe1fa
#ffffff
Dark Shade of #ebe1fa
#ceb5f3
Saturated Shade of #ebe1fa
#ebdffc
Desaturated Shade of #ebe1fa
#ebe3f8
Grey scale Shade of #ebe1fa
#ededed
Brighten Shade
#fffaff
Most Readable Shade
#000000

Shades of #ebe1fa color code

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

#ebe1fa
#d0c8de
#b6afc2
#9c96a6
#827d8a
#68646f
#4e4b53
#343237
#1a191b
#000000

Similar Color like #ebe1fa color

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

#ece2fb
#ede3fc
#eee4fd
#efe5fe
#f0e6ff
#f1e7ff
#f2e8ff
#f3e9ff
#f4eaff
#f5ebff
#f6ecff
#f7edff
#f8eeff
#f9efff
#eae0f9
#e9dff8
#e8def7
#e7ddf6
#e6dcf5
#e5dbf4
#e4daf3
#e3d9f2
#e2d8f1
#e1d7f0
#e0d6ef
#dfd5ee
#ded4ed
#ddd3ec

Monochromatic Color with #ebe1fa

#ebe1fa
#232225
#4b4850
#736e7a
#9b94a5
#c3bbcf

Tints of #ebe1fa Color

#ebe1fa
#ede4fa
#efe7fb
#f1ebfb
#f3eefc
#f6f1fc
#f8f5fd
#faf8fd
#fcfbfe
#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

#ebe1fa
#f0fae1

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

Split Complementary

#ebe1fa
#faf7e1
#e3fae1

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

Analogous Color

#e1e1fa
#e6e1fa
#ebe1fa
#f0e1fa
#f5e1fa

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

#ebe1fa
#faebe1
#e1faeb

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

#ebe1fa
#fae1e3
#f0fae1
#e1faf7

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

#ebe1fa
#f0fae1
#e3fae1
#f7e1fa

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

#ebe1fa Color Code Preview on Black Background Color

This is how #ebe1fa Color will look on black background color. Color contrast ratio is 16.68

#ebe1fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebe1fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ebe1fa

#ebe1fa color code is use for CSS Background Color

Background color for the above div is #ebe1fa

HTML with inline CSS

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

#ebe1fa color code is use for CSS Border Color

CSS Border color for the above div is #ebe1fa

HTML with inline CSS

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

CSS Border Left color for the above div is #ebe1fa

HTML with inline CSS

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

CSS Border Right color for the above div is #ebe1fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ebe1fa

HTML with inline CSS

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

CSS Border Top color for the above div is #ebe1fa

HTML with inline CSS

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

#ebe1fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ebe1fa Color code Preview on White Background

This is how #ebe1fa Color code will look on white background color. Color contrast ratio is 1.26

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

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(235,225,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(240,250,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,225,250,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.