crispedge.com

Color picker

Loading...

#8157da hex color - Violet - Cool color - Information

#8157da hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #8157da Color code in RGB color code model is created after adding 50.59% red color, 34.12% green color and 85.49% blue color. Hex #8157da Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 60% magenta, 0% yellow and 15% black.

Hex #8157da color code is between #8855dd web safe hex color code and #7766cc web safe hex color code. #8855dd is the nearest web safe color code. You can see here many more shades of #8157da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8157da#8157da
RGB Decimal129, 87, 218rgb(129, 87, 218)
RGB Percent51%, 34%, 85%rgb(51%, 34%, 85%)
CSS RGBa129, 87, 218,1rgba(129,87,218,1)
CMYK Modelcmyk(41%,60%,0%,15%)
HSL Color Space259,64% ,60%hsl(259,64% ,60%)
HSV Color Space259°, 60%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000010101011111011010
Octal201127332
Decimal12987218
Hex8157da

Different shades of #8157da color code.

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

Light Shade of #8157da
#a081e3
Dark Shade of #8157da
#622ed0
Saturated Shade of #8157da
#7d4de4
Desaturated Shade of #8157da
#8561d0
Grey scale Shade of #8157da
#989898
Brighten Shade
#9a70f3
Most Readable Shade
#FFFFFF

Shades of #8157da color code

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

#8157da
#724dc1
#6443a9
#563a91
#473079
#392660
#2b1d48
#1c1330
#0e0918
#000000

Similar Color like #8157da color

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

#8258db
#8359dc
#845add
#855bde
#865cdf
#875de0
#885ee1
#895fe2
#8a60e3
#8b61e4
#8c62e5
#8d63e6
#8e64e7
#8f65e8
#8056d9
#7f55d8
#7e54d7
#7d53d6
#7c52d5
#7b51d4
#7a50d3
#794fd2
#784ed1
#774dd0
#764ccf
#754bce
#744acd
#7349cc

Monochromatic Color with #8157da

#8157da
#030205
#1c1330
#36245a
#4f3585
#6846af

Tints of #8157da Color

#8157da
#8f69de
#9d7ce2
#ab8fe6
#b9a1ea
#c7b4ee
#d5c7f2
#e3d9f6
#f1ecfa
#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

#8157da
#b0da57

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

Split Complementary

#8157da
#dac257
#6fda57

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

Analogous Color

#5761da
#6757da
#8157da
#9b57da
#b557da

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

#8157da
#da8157
#57da81

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

#8157da
#da576e
#b0da57
#57dac2

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

#8157da
#b0da57
#6fda57
#c257da

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 #8157da 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.

#8157da Color Code Preview on Black Background Color

This is how #8157da Color will look on black background color. Color contrast ratio is 4.31

#8157da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8157da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8157da

#8157da color code is use for CSS Background Color

Background color for the above div is #8157da

HTML with inline CSS

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

#8157da color code is use for CSS Border Color

CSS Border color for the above div is #8157da

HTML with inline CSS

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

CSS Border Left color for the above div is #8157da

HTML with inline CSS

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

CSS Border Right color for the above div is #8157da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8157da

HTML with inline CSS

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

CSS Border Top color for the above div is #8157da

HTML with inline CSS

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

#8157da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8157da Color code Preview on White Background

This is how #8157da Color code will look on white background color. Color contrast ratio is 4.87

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

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,87,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(176,218,87,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(129,87,218,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.