crispedge.com

Color picker

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

#be53f2 hex color - Violet - Warm color - Information

#be53f2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #be53f2 Color code in RGB color code model is created after adding 74.51% red color, 32.55% green color and 94.9% blue color. Hex #be53f2 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 66% magenta, 0% yellow and 5% black.

Hex #be53f2 color code is between #bb55ee web safe hex color code and #cc44ff web safe hex color code. #bb55ee is the nearest web safe color code. You can see here many more shades of #be53f2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codebe53f2#be53f2
RGB Decimal190, 83, 242rgb(190, 83, 242)
RGB Percent75%, 33%, 95%rgb(75%, 33%, 95%)
CSS RGBa190, 83, 242,1rgba(190,83,242,1)
CMYK Modelcmyk(21%,66%,0%,5%)
HSL Color Space280,86% ,64%hsl(280,86% ,64%)
HSV Color Space280°, 66%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111100101001111110010
Octal276123362
Decimal19083242
Hexbe53f2

Different shades of #be53f2 color code.

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

Light Shade of #be53f2
#d082f6
Dark Shade of #be53f2
#ac24ee
Saturated Shade of #be53f2
#c14afb
Desaturated Shade of #be53f2
#bb5ce9
Grey scale Shade of #be53f2
#a2a2a2
Brighten Shade
#d76cff
Most Readable Shade
#FFFFFF

Shades of #be53f2 color code

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

#be53f2
#a849d7
#9340bc
#7e37a1
#692e86
#54246b
#3f1b50
#2a1235
#15091a
#000000

Similar Color like #be53f2 color

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

#bf54f3
#c055f4
#c156f5
#c257f6
#c358f7
#c459f8
#c55af9
#c65bfa
#c75cfb
#c85dfc
#c95efd
#ca5ffe
#cb60ff
#cc61ff
#bd52f1
#bc51f0
#bb50ef
#ba4fee
#b94eed
#b84dec
#b74ceb
#b64bea
#b54ae9
#b449e8
#b348e7
#b247e6
#b146e5
#b045e4

Monochromatic Color with #be53f2

#be53f2
#170a1d
#391948
#5a2772
#7b369d
#9d44c7

Tints of #be53f2 Color

#be53f2
#c566f3
#cc79f4
#d38cf6
#da9ff7
#e2b2f9
#e9c5fa
#f0d8fc
#f7ebfd
#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

#be53f2
#87f253

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

Split Complementary

#be53f2
#d6f253
#53f26f

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

Analogous Color

#7e53f2
#9e53f2
#be53f2
#de53f2
#f253e6

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

#be53f2
#f2be53
#53f2be

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

#be53f2
#f26e53
#87f253
#53d6f2

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

#be53f2
#87f253
#53f26f
#f253d6

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

#be53f2 Color Code Preview on Black Background Color

This is how #be53f2 Color will look on black background color. Color contrast ratio is 5.71

#be53f2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be53f2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #be53f2

#be53f2 color code is use for CSS Background Color

Background color for the above div is #be53f2

HTML with inline CSS

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

#be53f2 color code is use for CSS Border Color

CSS Border color for the above div is #be53f2

HTML with inline CSS

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

CSS Border Left color for the above div is #be53f2

HTML with inline CSS

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

CSS Border Right color for the above div is #be53f2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #be53f2

HTML with inline CSS

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

CSS Border Top color for the above div is #be53f2

HTML with inline CSS

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

#be53f2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#be53f2 Color code Preview on White Background

This is how #be53f2 Color code will look on white background color. Color contrast ratio is 3.68

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.