crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#efc0ff hex color - Violet - Warm color - Information

#efc0ff hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #efc0ff Color code in RGB color code model is created after adding 93.73% red color, 75.29% green color and 100% blue color. Hex #efc0ff Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 25% magenta, 0% yellow and 0% black.

Hex #efc0ff color code is between #eebbee web safe hex color code and #ffccdd web safe hex color code. #eebbee is the nearest web safe color code. You can see here many more shades of #efc0ff color code.

0 Likes 0 Comments | 8 Views

Color Table

Hex Color Codeefc0ff#efc0ff
RGB Decimal239, 192, 255rgb(239, 192, 255)
RGB Percent94%, 75%, 100%rgb(94%, 75%, 100%)
CSS RGBa239, 192, 255,1rgba(239,192,255,1)
CMYK Modelcmyk(6%,25%,0%,0%)
HSL Color Space285,100% ,88%hsl(285,100% ,88%)
HSV Color Space285°, 25%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111011111100000011111111
Octal357300377
Decimal239192255
Hexefc0ff

Different shades of #efc0ff color code.

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

Light Shade of #efc0ff
#fcf3ff
Dark Shade of #efc0ff
#e28dff
Saturated Shade of #efc0ff
#efc0ff
Desaturated Shade of #efc0ff
#edc3fc
Grey scale Shade of #efc0ff
#dfdfdf
Brighten Shade
#ffd9ff
Most Readable Shade
#000000

Shades of #efc0ff color code

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

#efc0ff
#d4aae2
#b995c6
#9f80aa
#846a8d
#6a5571
#4f4055
#352a38
#1a151c
#000000

Similar Color like #efc0ff color

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

#f0c1ff
#f1c2ff
#f2c3ff
#f3c4ff
#f4c5ff
#f5c6ff
#f6c7ff
#f7c8ff
#f8c9ff
#f9caff
#facbff
#fbccff
#fccdff
#fdceff
#eebffe
#edbefd
#ecbdfc
#ebbcfb
#eabbfa
#e9baf9
#e8b9f8
#e7b8f7
#e6b7f6
#e5b6f5
#e4b5f4
#e3b4f3
#e2b3f2
#e1b2f1

Monochromatic Color with #efc0ff

#efc0ff
#28202a
#504055
#786080
#9f80aa
#c7a0d4

Tints of #efc0ff Color

#efc0ff
#f0c7ff
#f2ceff
#f4d5ff
#f6dcff
#f7e3ff
#f9eaff
#fbf1ff
#fdf8ff
#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

#efc0ff
#d0ffc0

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

Split Complementary

#efc0ff
#f0ffc0
#c0ffd0

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

Analogous Color

#d6c0ff
#e2c0ff
#efc0ff
#fcc0ff
#ffc0f6

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

#efc0ff
#ffefc0
#c0ffef

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

#efc0ff
#ffcfc0
#d0ffc0
#c0efff

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

#efc0ff
#d0ffc0
#c0ffd0
#ffc0f0

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

#efc0ff Color Code Preview on Black Background Color

This is how #efc0ff Color will look on black background color. Color contrast ratio is 13.65

#efc0ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efc0ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #efc0ff

#efc0ff color code is use for CSS Background Color

Background color for the above div is #efc0ff

HTML with inline CSS

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

#efc0ff color code is use for CSS Border Color

CSS Border color for the above div is #efc0ff

HTML with inline CSS

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

CSS Border Left color for the above div is #efc0ff

HTML with inline CSS

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

CSS Border Right color for the above div is #efc0ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #efc0ff

HTML with inline CSS

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

CSS Border Top color for the above div is #efc0ff

HTML with inline CSS

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

#efc0ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#efc0ff Color code Preview on White Background

This is how #efc0ff Color code will look on white background color. Color contrast ratio is 1.54

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.