crispedge.com

Color picker

Loading...

#e780f5 hex color - Violet - Warm color - Information

#e780f5 hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #e780f5 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 #e780f5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee780f5#e780f5
RGB Decimal231, 128, 245rgb(231, 128, 245)
RGB Percent91%, 50%, 96%rgb(91%, 50%, 96%)
CSS RGBa231, 128, 245,1rgba(231,128,245,1)
CMYK Modelcmyk(6%,48%,0%,4%)
HSL Color Space293,85% ,73%hsl(293,85% ,73%)
HSV Color Space293°, 48%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111001111000000011110101
Octal347200365
Decimal231128245
Hexe780f5

Different shades of #e780f5 color code.

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

Light Shade of #e780f5
#f0aff9
Dark Shade of #e780f5
#de51f1
Saturated Shade of #e780f5
#ec79fc
Desaturated Shade of #e780f5
#e287ee
Grey scale Shade of #e780f5
#bababa
Brighten Shade
#ff99ff
Most Readable Shade
#000000

Shades of #e780f5 color code

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

#e780f5
#cd71d9
#b363be
#9a55a3
#804788
#66386c
#4d2a51
#331c36
#190e1b
#000000

Similar Color like #e780f5 color

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

#e881f6
#e982f7
#ea83f8
#eb84f9
#ec85fa
#ed86fb
#ee87fc
#ef88fd
#f089fe
#f18aff
#f28bff
#f38cff
#f48dff
#f58eff
#e67ff4
#e57ef3
#e47df2
#e37cf1
#e27bf0
#e17aef
#e079ee
#df78ed
#de77ec
#dd76eb
#dc75ea
#db74e9
#da73e8
#d972e7

Monochromatic Color with #e780f5

#e780f5
#1f1120
#47274b
#6f3d75
#9754a0
#bf6aca

Tints of #e780f5 Color

#e780f5
#e98ef6
#ec9cf7
#efaaf8
#f1b8f9
#f4c6fa
#f7d4fb
#f9e2fc
#fcf0fd
#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

#e780f5
#8ef580

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

Split Complementary

#e780f5
#c9f580
#80f5ad

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

Analogous Color

#b880f5
#d080f5
#e780f5
#f580ec
#f580d4

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

#e780f5
#f5e780
#80f5e7

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

#e780f5
#f5ac80
#8ef580
#80c8f5

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

#e780f5
#8ef580
#80f5ad
#f580c9

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

#e780f5 Color Code Preview on Black Background Color

This is how #e780f5 Color will look on black background color. Color contrast ratio is 8.80

#e780f5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e780f5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e780f5

#e780f5 color code is use for CSS Background Color

Background color for the above div is #e780f5

HTML with inline CSS

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

#e780f5 color code is use for CSS Border Color

CSS Border color for the above div is #e780f5

HTML with inline CSS

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

CSS Border Left color for the above div is #e780f5

HTML with inline CSS

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

CSS Border Right color for the above div is #e780f5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e780f5

HTML with inline CSS

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

CSS Border Top color for the above div is #e780f5

HTML with inline CSS

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

#e780f5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e780f5 Color code Preview on White Background

This is how #e780f5 Color code will look on white background color. Color contrast ratio is 2.39

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

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