crispedge.com

Color picker

Loading...

#ec34ff hex color - Violet - Warm color - Information

#ec34ff hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ec34ff Color code in RGB color code model is created after adding 92.55% red color, 20.39% green color and 100% blue color. Hex #ec34ff Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 80% magenta, 0% yellow and 0% black.

Hex #ec34ff color code is between #ee33ee web safe hex color code and #dd44dd web safe hex color code. #ee33ee is the nearest web safe color code. You can see here many more shades of #ec34ff color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeec34ff#ec34ff
RGB Decimal236, 52, 255rgb(236, 52, 255)
RGB Percent93%, 20%, 100%rgb(93%, 20%, 100%)
CSS RGBa236, 52, 255,1rgba(236,52,255,1)
CMYK Modelcmyk(7%,80%,0%,0%)
HSL Color Space294,100% ,60%hsl(294,100% ,60%)
HSV Color Space294°, 80%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011000011010011111111
Octal35464377
Decimal23652255
Hexec34ff

Different shades of #ec34ff color code.

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

Light Shade of #ec34ff
#f167ff
Dark Shade of #ec34ff
#e701ff
Saturated Shade of #ec34ff
#ec34ff
Desaturated Shade of #ec34ff
#e43ef5
Grey scale Shade of #ec34ff
#999999
Brighten Shade
#ff4dff
Most Readable Shade
#000000

Shades of #ec34ff color code

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

#ec34ff
#d12ee2
#b728c6
#9d22aa
#831c8d
#681771
#4e1155
#340b38
#1a051c
#000000

Similar Color like #ec34ff color

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

#ed35ff
#ee36ff
#ef37ff
#f038ff
#f139ff
#f23aff
#f33bff
#f43cff
#f53dff
#f63eff
#f73fff
#f840ff
#f941ff
#fa42ff
#eb33fe
#ea32fd
#e931fc
#e830fb
#e72ffa
#e62ef9
#e52df8
#e42cf7
#e32bf6
#e22af5
#e129f4
#e028f3
#df27f2
#de26f1

Monochromatic Color with #ec34ff

#ec34ff
#27092a
#4f1155
#761a80
#9d23aa
#c52bd4

Tints of #ec34ff Color

#ec34ff
#ee4aff
#f061ff
#f277ff
#f48eff
#f6a4ff
#f8bbff
#fad1ff
#fce8ff
#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

#ec34ff
#47ff34

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

Split Complementary

#ec34ff
#acff34
#34ff87

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

Analogous Color

#9b34ff
#c334ff
#ec34ff
#ff34e9
#ff34c1

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

#ec34ff
#ffec34
#34ffec

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

#ec34ff
#ff8634
#47ff34
#34acff

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

#ec34ff
#47ff34
#34ff87
#ff34ac

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

#ec34ff Color Code Preview on Black Background Color

This is how #ec34ff Color will look on black background color. Color contrast ratio is 6.50

#ec34ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec34ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ec34ff

#ec34ff color code is use for CSS Background Color

Background color for the above div is #ec34ff

HTML with inline CSS

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

#ec34ff color code is use for CSS Border Color

CSS Border color for the above div is #ec34ff

HTML with inline CSS

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

CSS Border Left color for the above div is #ec34ff

HTML with inline CSS

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

CSS Border Right color for the above div is #ec34ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ec34ff

HTML with inline CSS

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

CSS Border Top color for the above div is #ec34ff

HTML with inline CSS

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

#ec34ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ec34ff Color code Preview on White Background

This is how #ec34ff Color code will look on white background color. Color contrast ratio is 3.23

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

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(236,52,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(71,255,52,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(236,52,255,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.