crispedge.com

#e137fc hex color - Violet - Warm color - Information

#e137fc hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #e137fc Color code in RGB color code model is created after adding 88.24% red color, 21.57% green color and 98.82% blue color. Hex #e137fc Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 78% magenta, 0% yellow and 1% black.

Hex #e137fc color code is between #dd33ff web safe hex color code and #ee44ee web safe hex color code. #dd33ff is the nearest web safe color code. You can see here many more shades of #e137fc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codee137fc#e137fc
RGB Decimal225, 55, 252rgb(225, 55, 252)
RGB Percent88%, 22%, 99%rgb(88%, 22%, 99%)
CSS RGBa225, 55, 252,1rgba(225,55,252,1)
CMYK Modelcmyk(11%,78%,0%,1%)
HSL Color Space292,97% ,60%hsl(292,97% ,60%)
HSV Color Space292°, 78%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111000010011011111111100
Octal34167374
Decimal22555252
Hexe137fc

Different shades of #e137fc color code.

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

Light Shade of #e137fc
#e969fd
Dark Shade of #e137fc
#d905fb
Saturated Shade of #e137fc
#e334ff
Desaturated Shade of #e137fc
#da41f2
Grey scale Shade of #e137fc
#999999
Brighten Shade
#fa50ff
Most Readable Shade
#000000

Shades of #e137fc color code

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

#e137fc
#c830e0
#af2ac4
#9624a8
#7d1e8c
#641870
#4b1254
#320c38
#19061c
#000000

Similar Color like #e137fc color

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

#e238fd
#e339fe
#e43aff
#e53bff
#e63cff
#e73dff
#e83eff
#e93fff
#ea40ff
#eb41ff
#ec42ff
#ed43ff
#ee44ff
#ef45ff
#e036fb
#df35fa
#de34f9
#dd33f8
#dc32f7
#db31f6
#da30f5
#d92ff4
#d82ef3
#d72df2
#d62cf1
#d52bf0
#d42aef
#d329ee

Monochromatic Color with #e137fc

#e137fc
#230927
#491252
#6f1b7c
#9524a7
#bb2ed1

Tints of #e137fc Color

#e137fc
#e44dfc
#e763fc
#eb79fd
#ee8ffd
#f1a6fd
#f5bcfe
#f8d2fe
#fbe8fe
#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

#e137fc
#52fc37

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

Split Complementary

#e137fc
#b5fc37
#37fc7f

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

Analogous Color

#9237fc
#ba37fc
#e137fc
#fc37f0
#fc37c8

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

#e137fc
#fce137
#37fce1

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

#e137fc
#fc7e37
#52fc37
#37b4fc

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

#e137fc
#52fc37
#37fc7f
#fc37b5

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

#e137fc Color Code Preview on Black Background Color

This is how #e137fc Color will look on black background color. Color contrast ratio is 6.15

#e137fc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e137fc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #e137fc

#e137fc color code is use for CSS Background Color

Background color for the above div is #e137fc

HTML with inline CSS

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

#e137fc color code is use for CSS Border Color

CSS Border color for the above div is #e137fc

HTML with inline CSS

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

CSS Border Left color for the above div is #e137fc

HTML with inline CSS

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

CSS Border Right color for the above div is #e137fc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #e137fc

HTML with inline CSS

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

CSS Border Top color for the above div is #e137fc

HTML with inline CSS

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

#e137fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#e137fc Color code Preview on White Background

This is how #e137fc Color code will look on white background color. Color contrast ratio is 3.41

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

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(225,55,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(82,252,55,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(225,55,252,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>