Skip to main content Skip to docs navigation

#e080fd hex color | Download Light Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Pink Fetish and its hex is #DD77FF Nearest Color Name

Color Hue/Base color: Violet

Hex #e080fd Color code in RGB color code model is created after adding 87.84% red color, 50.2% green color and 99.22% blue color. Hex #e080fd Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 49% magenta, 0% yellow and 0.78% black.

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

RGB Chart

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

Color Table

Hex Color Code e080fd #e080fd
RGB Decimal 224, 128, 253 224, 128, 253
RGB Percent 88%, 50%, 99% rgb(88%, 50%, 99%)
CSS RGBa 224, 128, 253,1 rgba(224,128,253,1)
CMYK Model cmyk(11%,49%,0%,0.78%)
HSL Color Space 286,97% ,75% hsl(286,97% ,75%)
HSV Color Space 286°, 49%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11100000 10000000 11111101
Octal 340 200 375
Decimal 224 128 253
Hex e0 80 fd

Different shades of #e080fd color code.

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

Darkest of #e080fd
#ad04e0
Darker of #e080fd
#c71cfb
Dark of #e080fd
#d44efc
Base of #e080fd
#e080fd
Light of #e080fd
#ecb2fe
Lighter
#f9e4ff
Lightest
#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

#e080fd
#9dfd80

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

Split Complementary

#e080fd
#dcfd80
#80fda2

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

Analogous Color

#9780fd
#ac80fd
#e080fd
#fd80f0
#fd80bc

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

#e080fd
#80fde0
#fde080

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

#e080fd
#fde080
#9dfd80
#809dfd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#e080fd
#fda280
#9dfd80
#80dcfd

Square 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).

Monochromatic Color with #e080fd

#8603ae
#ad04e0
#c71cfb
#d44efc
#e080fd
#ecb2fe
#f9e4ff
#ffffff
#ffffff

Tints of #e080fd Color

#e080fd
#e38efd
#e69cfd
#eaaafd
#edb8fd
#f1c6fe
#f4d4fe
#f8e2fe
#fbf0fe
#ffffff

Shades of #e080fd color code

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

#e080fd
#c771e0
#ae63c4
#9555a8
#7c478c
#633870
#4a2a54
#311c38
#180e1c
#000000

Tones

#e080fd
#d98df0
#d29ae3
#cba7d6
#c4b4c9

Tones

Similar Color like #e080fd color

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

#e181fe
#e282ff
#e383ff
#e484ff
#e585ff
#e686ff
#e787ff
#e888ff
#e989ff
#ea8aff
#eb8bff
#ec8cff
#ed8dff
#ee8eff
#df7ffc
#de7efb
#dd7dfa
#dc7cf9
#db7bf8
#da7af7
#d979f6
#d878f5
#d777f4
#d676f3
#d575f2
#d474f1
#d373f0
#d272ef

Download this Light Violet

Hex #e080fd 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.

#e080fd Color Code Preview on Black Background Color

This is how #e080fd Color will look on black background color. Color contrast ratio is 8.68

#e080fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e080fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e080fd

#e080fd color code is use for CSS Background Color

Background color for the above div is #e080fd

HTML with inline CSS

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

#e080fd color code is use for CSS Border Color

CSS Border color for the above div is #e080fd

HTML with inline CSS

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

CSS Border Left color for the above div is #e080fd

HTML with inline CSS

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

CSS Border Right color for the above div is #e080fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e080fd

HTML with inline CSS

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

CSS Border Top color for the above div is #e080fd

HTML with inline CSS

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

#e080fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e080fd Color code Preview on White Background

This is how #e080fd Color code will look on white background color. Color contrast ratio is 2.42

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(224,128,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,253,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(224,128,253,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }