crispedge.com

Color picker

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

#b002ef hex color - Violet - Warm color - Information

#b002ef hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b002ef Color code in RGB color code model is created after adding 69.02% red color, 0.78% green color and 93.73% blue color. Hex #b002ef Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 99% magenta, 0% yellow and 6% black.

Hex #b002ef color code is between #aa00ee web safe hex color code and #bb00ff web safe hex color code. #aa00ee is the nearest web safe color code. You can see here many more shades of #b002ef color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb002ef#b002ef
RGB Decimal176, 2, 239rgb(176, 2, 239)
RGB Percent69%, 1%, 94%rgb(69%, 1%, 94%)
CSS RGBa176, 2, 239,1rgba(176,2,239,1)
CMYK Modelcmyk(26%,99%,0%,6%)
HSL Color Space284,98% ,47%hsl(284,98% ,47%)
HSV Color Space284°, 99%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100000000001011101111
Octal2602357
Decimal1762239
Hexb002ef

Different shades of #b002ef color code.

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

Light Shade of #b002ef
#c427fd
Dark Shade of #b002ef
#8b02bc
Saturated Shade of #b002ef
#b100f1
Desaturated Shade of #b002ef
#aa0ee3
Grey scale Shade of #b002ef
#787878
Brighten Shade
#c91bff
Most Readable Shade
#FFFFFF

Shades of #b002ef color code

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

#b002ef
#9c01d4
#8801b9
#75019f
#610184
#4e006a
#3a004f
#270035
#13001a
#000000

Similar Color like #b002ef color

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

#b103f0
#b204f1
#b305f2
#b406f3
#b507f4
#b608f5
#b709f6
#b80af7
#b90bf8
#ba0cf9
#bb0dfa
#bc0efb
#bd0ffc
#be10fd
#af01ee
#ae00ed
#ad00ec
#ac00eb
#ab00ea
#aa00e9
#a900e8
#a800e7
#a700e6
#a600e5
#a500e4
#a400e3
#a300e2
#a200e1

Monochromatic Color with #b002ef

#b002ef
#14001a
#330145
#52016f
#71019a
#9102c4

Tints of #b002ef Color

#b002ef
#b81ef0
#c13af2
#ca56f4
#d372f6
#db8ef7
#e4aaf9
#edc6fb
#f6e2fd
#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

#b002ef
#41ef02

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

Split Complementary

#b002ef
#b7ef02
#02ef3a

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

Analogous Color

#5102ef
#8102ef
#b002ef
#df02ef
#ef02cf

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

#b002ef
#efb002
#02efb0

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

#b002ef
#ef3902
#41ef02
#02b7ef

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

#b002ef
#41ef02
#02ef3a
#ef02b7

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

#b002ef Color Code Preview on Black Background Color

This is how #b002ef Color will look on black background color. Color contrast ratio is 4.10

#b002ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b002ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b002ef

#b002ef color code is use for CSS Background Color

Background color for the above div is #b002ef

HTML with inline CSS

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

#b002ef color code is use for CSS Border Color

CSS Border color for the above div is #b002ef

HTML with inline CSS

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

CSS Border Left color for the above div is #b002ef

HTML with inline CSS

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

CSS Border Right color for the above div is #b002ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b002ef

HTML with inline CSS

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

CSS Border Top color for the above div is #b002ef

HTML with inline CSS

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

#b002ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b002ef Color code Preview on White Background

This is how #b002ef Color code will look on white background color. Color contrast ratio is 5.12

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

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.