crispedge.com

Color picker

Loading...

#ed7ffc hex color - Violet - Warm color - Information

#ed7ffc hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #ed7ffc color code is between #ee77ff web safe hex color code and #dd88ee web safe hex color code. #ee77ff is the nearest web safe color code. You can see here many more shades of #ed7ffc color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeed7ffc#ed7ffc
RGB Decimal237, 127, 252rgb(237, 127, 252)
RGB Percent93%, 50%, 99%rgb(93%, 50%, 99%)
CSS RGBa237, 127, 252,1rgba(237,127,252,1)
CMYK Modelcmyk(6%,50%,0%,1%)
HSL Color Space293,95% ,74%hsl(293,95% ,74%)
HSV Color Space293°, 50%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011010111111111111100
Octal355177374
Decimal237127252
Hexed7ffc

Different shades of #ed7ffc color code.

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

Light Shade of #ed7ffc
#f4b1fd
Dark Shade of #ed7ffc
#e64dfb
Saturated Shade of #ed7ffc
#ef7cff
Desaturated Shade of #ed7ffc
#e886f5
Grey scale Shade of #ed7ffc
#bdbdbd
Brighten Shade
#ff98ff
Most Readable Shade
#000000

Shades of #ed7ffc color code

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

#ed7ffc
#d270e0
#b862c4
#9e54a8
#83468c
#693870
#4f2a54
#341c38
#1a0e1c
#000000

Similar Color like #ed7ffc color

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

#ee80fd
#ef81fe
#f082ff
#f183ff
#f284ff
#f385ff
#f486ff
#f587ff
#f688ff
#f789ff
#f88aff
#f98bff
#fa8cff
#fb8dff
#ec7efb
#eb7dfa
#ea7cf9
#e97bf8
#e87af7
#e779f6
#e678f5
#e577f4
#e476f3
#e375f2
#e274f1
#e173f0
#e072ef
#df71ee

Monochromatic Color with #ed7ffc

#ed7ffc
#251427
#4d2952
#753f7c
#9d54a7
#c56ad1

Tints of #ed7ffc Color

#ed7ffc
#ef8dfc
#f19bfc
#f3a9fd
#f5b7fd
#f7c6fd
#f9d4fe
#fbe2fe
#fdf0fe
#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

#ed7ffc
#8efc7f

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

Split Complementary

#ed7ffc
#ccfc7f
#7ffcaf

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

Analogous Color

#bb7ffc
#d47ffc
#ed7ffc
#fc7ff2
#fc7fd9

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

#ed7ffc
#fced7f
#7ffced

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

#ed7ffc
#fcae7f
#8efc7f
#7fccfc

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

#ed7ffc
#8efc7f
#7ffcaf
#fc7fcc

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

#ed7ffc Color Code Preview on Black Background Color

This is how #ed7ffc Color will look on black background color. Color contrast ratio is 9.04

#ed7ffc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed7ffc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed7ffc

#ed7ffc color code is use for CSS Background Color

Background color for the above div is #ed7ffc

HTML with inline CSS

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

#ed7ffc color code is use for CSS Border Color

CSS Border color for the above div is #ed7ffc

HTML with inline CSS

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

CSS Border Left color for the above div is #ed7ffc

HTML with inline CSS

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

CSS Border Right color for the above div is #ed7ffc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed7ffc

HTML with inline CSS

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

CSS Border Top color for the above div is #ed7ffc

HTML with inline CSS

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

#ed7ffc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed7ffc Color code Preview on White Background

This is how #ed7ffc Color code will look on white background color. Color contrast ratio is 2.32

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

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