crispedge.com

#814dec hex color - Blue - Cool color - Information

#814dec hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #814dec Color code in RGB color code model is created after adding 50.59% red color, 30.2% green color and 92.55% blue color. Hex #814dec Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 67% magenta, 0% yellow and 7% black.

Hex #814dec color code is between #8855ee web safe hex color code and #7744dd web safe hex color code. #8855ee is the nearest web safe color code. You can see here many more shades of #814dec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code814dec#814dec
RGB Decimal129, 77, 236rgb(129, 77, 236)
RGB Percent51%, 30%, 93%rgb(51%, 30%, 93%)
CSS RGBa129, 77, 236,1rgba(129,77,236,1)
CMYK Modelcmyk(45%,67%,0%,7%)
HSL Color Space260,81% ,61%hsl(260,81% ,61%)
HSV Color Space260°, 67%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000010100110111101100
Octal201115354
Decimal12977236
Hex814dec

Different shades of #814dec color code.

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

Light Shade of #814dec
#a27bf1
Dark Shade of #814dec
#601fe7
Saturated Shade of #814dec
#7e43f6
Desaturated Shade of #814dec
#8457e2
Grey scale Shade of #814dec
#9c9c9c
Brighten Shade
#9a66ff
Most Readable Shade
#FFFFFF

Shades of #814dec color code

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

#814dec
#7244d1
#643bb7
#56339d
#472a83
#392268
#2b194e
#1c1134
#0e081a
#000000

Similar Color like #814dec color

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

#824eed
#834fee
#8450ef
#8551f0
#8652f1
#8753f2
#8854f3
#8955f4
#8a56f5
#8b57f6
#8c58f7
#8d59f8
#8e5af9
#8f5bfa
#804ceb
#7f4bea
#7e4ae9
#7d49e8
#7c48e7
#7b47e6
#7a46e5
#7945e4
#7844e3
#7743e2
#7642e1
#7541e0
#7440df
#733fde

Monochromatic Color with #814dec

#814dec
#0d0817
#241642
#3b236c
#533197
#6a3fc1

Tints of #814dec Color

#814dec
#8f60ee
#9d74f0
#ab88f2
#b99cf4
#c7aff6
#d5c3f8
#e3d7fa
#f1ebfc
#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

#814dec
#b8ec4d

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

Split Complementary

#814dec
#ecd04d
#69ec4d

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

Analogous Color

#4d59ec
#614dec
#814dec
#a14dec
#c14dec

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

#814dec
#ec814d
#4dec81

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

#814dec
#ec4d68
#b8ec4d
#4decd0

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

#814dec
#b8ec4d
#69ec4d
#d04dec

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 #814dec 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.

#814dec Color Code Preview on Black Background Color

This is how #814dec Color will look on black background color. Color contrast ratio is 4.21

#814dec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #814dec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #814dec

#814dec color code is use for CSS Background Color

Background color for the above div is #814dec

HTML with inline CSS

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

#814dec color code is use for CSS Border Color

CSS Border color for the above div is #814dec

HTML with inline CSS

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

CSS Border Left color for the above div is #814dec

HTML with inline CSS

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

CSS Border Right color for the above div is #814dec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #814dec

HTML with inline CSS

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

CSS Border Top color for the above div is #814dec

HTML with inline CSS

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

#814dec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#814dec Color code Preview on White Background

This is how #814dec Color code will look on white background color. Color contrast ratio is 4.99

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

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(129,77,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(184,236,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(129,77,236,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>