crispedge.com

Color picker

Loading...

#e39bf2 hex color - Violet - Warm color - Information

#e39bf2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e39bf2 Color code in RGB color code model is created after adding 89.02% red color, 60.78% green color and 94.9% blue color. Hex #e39bf2 Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 36% magenta, 0% yellow and 5% black.

Hex #e39bf2 color code is between #dd99ee web safe hex color code and #eeaaff web safe hex color code. #dd99ee is the nearest web safe color code. You can see here many more shades of #e39bf2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee39bf2#e39bf2
RGB Decimal227, 155, 242rgb(227, 155, 242)
RGB Percent89%, 61%, 95%rgb(89%, 61%, 95%)
CSS RGBa227, 155, 242,1rgba(227,155,242,1)
CMYK Modelcmyk(6%,36%,0%,5%)
HSL Color Space290,77% ,78%hsl(290,77% ,78%)
HSV Color Space290°, 36%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000111001101111110010
Octal343233362
Decimal227155242
Hexe39bf2

Different shades of #e39bf2 color code.

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

Light Shade of #e39bf2
#f0c8f8
Dark Shade of #e39bf2
#d66eec
Saturated Shade of #e39bf2
#e795f8
Desaturated Shade of #e39bf2
#dfa1ec
Grey scale Shade of #e39bf2
#c6c6c6
Brighten Shade
#fcb4ff
Most Readable Shade
#000000

Shades of #e39bf2 color code

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

#e39bf2
#c989d7
#b078bc
#9767a1
#7e5686
#64446b
#4b3350
#322235
#19111a
#000000

Similar Color like #e39bf2 color

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

#e49cf3
#e59df4
#e69ef5
#e79ff6
#e8a0f7
#e9a1f8
#eaa2f9
#eba3fa
#eca4fb
#eda5fc
#eea6fd
#efa7fe
#f0a8ff
#f1a9ff
#e29af1
#e199f0
#e098ef
#df97ee
#de96ed
#dd95ec
#dc94eb
#db93ea
#da92e9
#d991e8
#d890e7
#d78fe6
#d68ee5
#d58de4

Monochromatic Color with #e39bf2

#e39bf2
#1c131d
#442e48
#6b4972
#93659d
#bb80c7

Tints of #e39bf2 Color

#e39bf2
#e6a6f3
#e9b1f4
#ecbcf6
#efc7f7
#f2d2f9
#f5ddfa
#f8e8fc
#fbf3fd
#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

#e39bf2
#aaf29b

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

Split Complementary

#e39bf2
#d6f29b
#9bf2b7

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

Analogous Color

#c09bf2
#d29bf2
#e39bf2
#f29bf0
#f29bde

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

#e39bf2
#f2e39b
#9bf2e3

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

#e39bf2
#f2b79b
#aaf29b
#9bd5f2

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

#e39bf2
#aaf29b
#9bf2b7
#f29bd6

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

#e39bf2 Color Code Preview on Black Background Color

This is how #e39bf2 Color will look on black background color. Color contrast ratio is 10.24

#e39bf2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e39bf2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e39bf2

#e39bf2 color code is use for CSS Background Color

Background color for the above div is #e39bf2

HTML with inline CSS

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

#e39bf2 color code is use for CSS Border Color

CSS Border color for the above div is #e39bf2

HTML with inline CSS

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

CSS Border Left color for the above div is #e39bf2

HTML with inline CSS

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

CSS Border Right color for the above div is #e39bf2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e39bf2

HTML with inline CSS

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

CSS Border Top color for the above div is #e39bf2

HTML with inline CSS

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

#e39bf2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e39bf2 Color code Preview on White Background

This is how #e39bf2 Color code will look on white background color. Color contrast ratio is 2.05

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

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(227,155,242,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,242,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(227,155,242,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.