crispedge.com

Color picker

Loading...

#e785f0 hex color - Violet - Warm color - Information

#e785f0 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e785f0 Color code in RGB color code model is created after adding 90.59% red color, 52.16% green color and 94.12% blue color. Hex #e785f0 Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 45% magenta, 0% yellow and 6% black.

Hex #e785f0 color code is between #ee88ee web safe hex color code and #dd77ff web safe hex color code. #ee88ee is the nearest web safe color code. You can see here many more shades of #e785f0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code e785f0 #e785f0
RGB Decimal 231, 133, 240 rgb(231, 133, 240)
RGB Percent 91%, 52%, 94% rgb(91%, 52%, 94%)
CSS RGBa 231, 133, 240,1 rgba(231,133,240,1)
CMYK Model cmyk(4%,45%,0%,6%)
HSL Color Space 295,78% ,73% hsl(295,78% ,73%)
HSV Color Space 295°, 45%, 94%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100111 10000101 11110000
Octal 347 205 360
Decimal 231 133 240
Hex e7 85 f0

Different shades of #e785f0 color code.

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

Light Shade of #e785f0
#f0b2f6
Dark Shade of #e785f0
#de58ea
Saturated Shade of #e785f0
#ed7ef7
Desaturated Shade of #e785f0
#e18ce9
Grey scale Shade of #e785f0
#bababa
Brighten Shade
#ff9eff
Most Readable Shade
#000000

Shades of #e785f0 color code

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

#e785f0
#cd76d5
#b367ba
#9a58a0
#804985
#663b6a
#4d2c50
#331d35
#190e1a
#000000

Similar Color like #e785f0 color

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

#e886f1
#e987f2
#ea88f3
#eb89f4
#ec8af5
#ed8bf6
#ee8cf7
#ef8df8
#f08ef9
#f18ffa
#f290fb
#f391fc
#f492fd
#f593fe
#e684ef
#e583ee
#e482ed
#e381ec
#e280eb
#e17fea
#e07ee9
#df7de8
#de7ce7
#dd7be6
#dc7ae5
#db79e4
#da78e3
#d977e2

Monochromatic Color with #e785f0

#e785f0
#1a0f1b
#432746
#6c3e70
#95569b
#be6dc5

Tints of #e785f0 Color

#e785f0
#e992f1
#eca0f3
#efadf5
#f1bbf6
#f4c8f8
#f7d6fa
#f9e3fb
#fcf1fd
#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

#e785f0
#8ef085

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

Split Complementary

#e785f0
#c4f085
#85f0b1

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

Analogous Color

#bc85f0
#d285f0
#e785f0
#f085e4
#f085ce

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

#e785f0
#f0e785
#85f0e7

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

#e785f0
#f0b185
#8ef085
#85c3f0

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

#e785f0
#8ef085
#85f0b1
#f085c4

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

#e785f0 Color Code Preview on Black Background Color

This is how #e785f0 Color will look on black background color. Color contrast ratio is 9.01

#e785f0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e785f0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e785f0

#e785f0 color code is use for CSS Background Color

Background color for the above div is #e785f0

HTML with inline CSS

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

#e785f0 color code is use for CSS Border Color

CSS Border color for the above div is #e785f0

HTML with inline CSS

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

CSS Border Left color for the above div is #e785f0

HTML with inline CSS

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

CSS Border Right color for the above div is #e785f0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e785f0

HTML with inline CSS

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

CSS Border Top color for the above div is #e785f0

HTML with inline CSS

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

#e785f0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e785f0 Color code Preview on White Background

This is how #e785f0 Color code will look on white background color. Color contrast ratio is 2.33

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

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