crispedge.com

#ed7bed hex color - Violet - Warm color - Information

#ed7bed hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ed7bed Color code in RGB color code model is created after adding 92.94% red color, 48.24% green color and 92.94% blue color. Hex #ed7bed Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 48% magenta, 0% yellow and 7% black.

Hex #ed7bed color code is between #ee77ee web safe hex color code and #dd88dd web safe hex color code. #ee77ee is the nearest web safe color code. You can see here many more shades of #ed7bed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeed7bed#ed7bed
RGB Decimal237, 123, 237rgb(237, 123, 237)
RGB Percent93%, 48%, 93%rgb(93%, 48%, 93%)
CSS RGBa237, 123, 237,1rgba(237,123,237,1)
CMYK Modelcmyk(0%,48%,0%,7%)
HSL Color Space300,76% ,71%hsl(300,76% ,71%)
HSV Color Space300°, 48%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011010111101111101101
Octal355173355
Decimal237123237
Hexed7bed

Different shades of #ed7bed color code.

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

Light Shade of #ed7bed
#f3a8f3
Dark Shade of #ed7bed
#e74ee7
Saturated Shade of #ed7bed
#f473f4
Desaturated Shade of #ed7bed
#e582e5
Grey scale Shade of #ed7bed
#b4b4b4
Brighten Shade
#ff94ff
Most Readable Shade
#000000

Shades of #ed7bed color code

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

#ed7bed
#d26dd2
#b85fb8
#9e529e
#834483
#693669
#4f294f
#341b34
#1a0d1a
#000000

Similar Color like #ed7bed color

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

#ee7cee
#ef7def
#f07ef0
#f17ff1
#f280f2
#f381f3
#f482f4
#f583f5
#f684f6
#f785f7
#f886f8
#f987f9
#fa88fa
#fb89fb
#ec7aec
#eb79eb
#ea78ea
#e977e9
#e876e8
#e775e7
#e674e6
#e573e5
#e472e4
#e371e3
#e270e2
#e16fe1
#e06ee0
#df6ddf

Monochromatic Color with #ed7bed

#ed7bed
#180d18
#432343
#6d396d
#984f98
#c265c2

Tints of #ed7bed Color

#ed7bed
#ef89ef
#f198f1
#f3a7f3
#f5b5f5
#f7c4f7
#f9d3f9
#fbe1fb
#fdf0fd
#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

#ed7bed
#7bed7b

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

Split Complementary

#ed7bed
#b4ed7b
#7bedb4

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

Analogous Color

#bf7bed
#d67bed
#ed7bed
#ed7bd6
#ed7bbf

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

#ed7bed
#eded7b
#7beded

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

#ed7bed
#edb47b
#7bed7b
#7bb4ed

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

#ed7bed
#7bed7b
#7bedb4
#ed7bb4

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

#ed7bed Color Code Preview on Black Background Color

This is how #ed7bed Color will look on black background color. Color contrast ratio is 8.66

#ed7bed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed7bed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ed7bed

#ed7bed color code is use for CSS Background Color

Background color for the above div is #ed7bed

HTML with inline CSS

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

#ed7bed color code is use for CSS Border Color

CSS Border color for the above div is #ed7bed

HTML with inline CSS

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

CSS Border Left color for the above div is #ed7bed

HTML with inline CSS

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

CSS Border Right color for the above div is #ed7bed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ed7bed

HTML with inline CSS

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

CSS Border Top color for the above div is #ed7bed

HTML with inline CSS

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

#ed7bed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ed7bed Color code Preview on White Background

This is how #ed7bed Color code will look on white background color. Color contrast ratio is 2.43

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

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

< /html>