crispedge.com

Color picker

Loading...

#ecb1fc hex color - Violet - Warm color - Information

#ecb1fc hex color - Violet - Warm color

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeecb1fc#ecb1fc
RGB Decimal236, 177, 252rgb(236, 177, 252)
RGB Percent93%, 69%, 99%rgb(93%, 69%, 99%)
CSS RGBa236, 177, 252,1rgba(236,177,252,1)
CMYK Modelcmyk(6%,30%,0%,1%)
HSL Color Space287,93% ,84%hsl(287,93% ,84%)
HSV Color Space287°, 30%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011001011000111111100
Octal354261374
Decimal236177252
Hexecb1fc

Different shades of #ecb1fc color code.

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

Light Shade of #ecb1fc
#f8e2fe
Dark Shade of #ecb1fc
#e080fa
Saturated Shade of #ecb1fc
#eeaeff
Desaturated Shade of #ecb1fc
#eab5f8
Grey scale Shade of #ecb1fc
#d6d6d6
Brighten Shade
#ffcaff
Most Readable Shade
#000000

Shades of #ecb1fc color code

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

#ecb1fc
#d19de0
#b789c4
#9d76a8
#83628c
#684e70
#4e3b54
#342738
#1a131c
#000000

Similar Color like #ecb1fc color

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

#edb2fd
#eeb3fe
#efb4ff
#f0b5ff
#f1b6ff
#f2b7ff
#f3b8ff
#f4b9ff
#f5baff
#f6bbff
#f7bcff
#f8bdff
#f9beff
#fabfff
#ebb0fb
#eaaffa
#e9aef9
#e8adf8
#e7acf7
#e6abf6
#e5aaf5
#e4a9f4
#e3a8f3
#e2a7f2
#e1a6f1
#e0a5f0
#dfa4ef
#dea3ee

Monochromatic Color with #ecb1fc

#ecb1fc
#251c27
#4d3a52
#75577c
#9c75a7
#c493d1

Tints of #ecb1fc Color

#ecb1fc
#eeb9fc
#f0c2fc
#f2cbfd
#f4d3fd
#f6dcfd
#f8e5fe
#faedfe
#fcf6fe
#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

#ecb1fc
#c1fcb1

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

Split Complementary

#ecb1fc
#e7fcb1
#b1fcc7

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

Analogous Color

#ceb1fc
#ddb1fc
#ecb1fc
#fbb1fc
#fcb1ee

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

#ecb1fc
#fcecb1
#b1fcec

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

#ecb1fc
#fcc6b1
#c1fcb1
#b1e6fc

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

#ecb1fc
#c1fcb1
#b1fcc7
#fcb1e7

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

#ecb1fc Color Code Preview on Black Background Color

This is how #ecb1fc Color will look on black background color. Color contrast ratio is 12.26

#ecb1fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecb1fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ecb1fc

#ecb1fc color code is use for CSS Background Color

Background color for the above div is #ecb1fc

HTML with inline CSS

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

#ecb1fc color code is use for CSS Border Color

CSS Border color for the above div is #ecb1fc

HTML with inline CSS

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

CSS Border Left color for the above div is #ecb1fc

HTML with inline CSS

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

CSS Border Right color for the above div is #ecb1fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ecb1fc

HTML with inline CSS

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

CSS Border Top color for the above div is #ecb1fc

HTML with inline CSS

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

#ecb1fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ecb1fc Color code Preview on White Background

This is how #ecb1fc Color code will look on white background color. Color contrast ratio is 1.71

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

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(236,177,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(193,252,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(236,177,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.