crispedge.com

Color picker

Loading...

#be5ae5 hex color - Violet - Warm color - Information

#be5ae5 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #be5ae5 Color code in RGB color code model is created after adding 74.51% red color, 35.29% green color and 89.8% blue color. Hex #be5ae5 Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 61% magenta, 0% yellow and 10% black.

Hex #be5ae5 color code is between #bb55dd web safe hex color code and #cc66ee web safe hex color code. #bb55dd is the nearest web safe color code. You can see here many more shades of #be5ae5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebe5ae5#be5ae5
RGB Decimal190, 90, 229rgb(190, 90, 229)
RGB Percent75%, 35%, 90%rgb(75%, 35%, 90%)
CSS RGBa190, 90, 229,1rgba(190,90,229,1)
CMYK Modelcmyk(17%,61%,0%,10%)
HSL Color Space283,73% ,63%hsl(283,73% ,63%)
HSV Color Space283°, 61%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100101101011100101
Octal276132345
Decimal19090229
Hexbe5ae5

Different shades of #be5ae5 color code.

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

Light Shade of #be5ae5
#cf86ec
Dark Shade of #be5ae5
#ad2ede
Saturated Shade of #be5ae5
#c250ef
Desaturated Shade of #be5ae5
#ba64db
Grey scale Shade of #be5ae5
#9f9f9f
Brighten Shade
#d773fe
Most Readable Shade
#FFFFFF

Shades of #be5ae5 color code

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

#be5ae5
#a850cb
#9346b2
#7e3c98
#69327f
#542865
#3f1e4c
#2a1432
#150a19
#000000

Similar Color like #be5ae5 color

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

#bf5be6
#c05ce7
#c15de8
#c25ee9
#c35fea
#c460eb
#c561ec
#c662ed
#c763ee
#c864ef
#c965f0
#ca66f1
#cb67f2
#cc68f3
#bd59e4
#bc58e3
#bb57e2
#ba56e1
#b955e0
#b854df
#b753de
#b652dd
#b551dc
#b450db
#b34fda
#b24ed9
#b14dd8
#b04cd7

Monochromatic Color with #be5ae5

#be5ae5
#0e0610
#31173b
#542865
#773990
#9b49ba

Tints of #be5ae5 Color

#be5ae5
#c56ce7
#cc7eea
#d391ed
#daa3f0
#e2b5f3
#e9c8f6
#f0daf9
#f7ecfc
#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

#be5ae5
#81e55a

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

Split Complementary

#be5ae5
#c7e55a
#5ae579

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

Analogous Color

#865ae5
#a25ae5
#be5ae5
#da5ae5
#e55ad4

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

#be5ae5
#e5be5a
#5ae5be

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

#be5ae5
#e5785a
#81e55a
#5ac6e5

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

#be5ae5
#81e55a
#5ae579
#e55ac7

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

#be5ae5 Color Code Preview on Black Background Color

This is how #be5ae5 Color will look on black background color. Color contrast ratio is 5.78

#be5ae5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be5ae5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be5ae5

#be5ae5 color code is use for CSS Background Color

Background color for the above div is #be5ae5

HTML with inline CSS

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

#be5ae5 color code is use for CSS Border Color

CSS Border color for the above div is #be5ae5

HTML with inline CSS

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

CSS Border Left color for the above div is #be5ae5

HTML with inline CSS

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

CSS Border Right color for the above div is #be5ae5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be5ae5

HTML with inline CSS

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

CSS Border Top color for the above div is #be5ae5

HTML with inline CSS

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

#be5ae5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be5ae5 Color code Preview on White Background

This is how #be5ae5 Color code will look on white background color. Color contrast ratio is 3.63

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

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(190,90,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(129,229,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,90,229,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.