crispedge.com

Color picker

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

#b085e5 hex color - Violet - Cool color - Information

#b085e5 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b085e5 Color code in RGB color code model is created after adding 69.02% red color, 52.16% green color and 89.8% blue color. Hex #b085e5 Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 42% magenta, 0% yellow and 10% black.

Hex #b085e5 color code is between #aa88dd web safe hex color code and #bb77ee web safe hex color code. #aa88dd is the nearest web safe color code. You can see here many more shades of #b085e5 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb085e5#b085e5
RGB Decimal176, 133, 229rgb(176, 133, 229)
RGB Percent69%, 52%, 90%rgb(69%, 52%, 90%)
CSS RGBa176, 133, 229,1rgba(176,133,229,1)
CMYK Modelcmyk(23%,42%,0%,10%)
HSL Color Space267,65% ,71%hsl(267,65% ,71%)
HSV Color Space267°, 42%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100001000010111100101
Octal260205345
Decimal176133229
Hexb085e5

Different shades of #b085e5 color code.

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

Light Shade of #b085e5
#cbafee
Dark Shade of #b085e5
#955bdc
Saturated Shade of #b085e5
#af7eec
Desaturated Shade of #b085e5
#b18cde
Grey scale Shade of #b085e5
#b5b5b5
Brighten Shade
#c99efe
Most Readable Shade
#000000

Shades of #b085e5 color code

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

#b085e5
#9c76cb
#8867b2
#755898
#61497f
#4e3b65
#3a2c4c
#271d32
#130e19
#000000

Similar Color like #b085e5 color

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

#b186e6
#b287e7
#b388e8
#b489e9
#b58aea
#b68beb
#b78cec
#b88ded
#b98eee
#ba8fef
#bb90f0
#bc91f1
#bd92f2
#be93f3
#af84e4
#ae83e3
#ad82e2
#ac81e1
#ab80e0
#aa7fdf
#a97ede
#a87ddd
#a77cdc
#a67bdb
#a57ada
#a479d9
#a378d8
#a277d7

Monochromatic Color with #b085e5

#b085e5
#0d0a10
#2d223b
#4e3b65
#6f5490
#8f6cba

Tints of #b085e5 Color

#b085e5
#b892e7
#c1a0ea
#caaded
#d3bbf0
#dbc8f3
#e4d6f6
#ede3f9
#f6f1fc
#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

#b085e5
#bae585

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

Split Complementary

#b085e5
#e5e085
#8ae585

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

Analogous Color

#8a85e5
#9d85e5
#b085e5
#c385e5
#d685e5

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

#b085e5
#e5b085
#85e5b0

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

#b085e5
#e5858a
#bae585
#85e5e0

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

#b085e5
#bae585
#8ae585
#e085e5

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

#b085e5 Color Code Preview on Black Background Color

This is how #b085e5 Color will look on black background color. Color contrast ratio is 7.33

#b085e5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b085e5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b085e5

#b085e5 color code is use for CSS Background Color

Background color for the above div is #b085e5

HTML with inline CSS

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

#b085e5 color code is use for CSS Border Color

CSS Border color for the above div is #b085e5

HTML with inline CSS

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

CSS Border Left color for the above div is #b085e5

HTML with inline CSS

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

CSS Border Right color for the above div is #b085e5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b085e5

HTML with inline CSS

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

CSS Border Top color for the above div is #b085e5

HTML with inline CSS

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

#b085e5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b085e5 Color code Preview on White Background

This is how #b085e5 Color code will look on white background color. Color contrast ratio is 2.86

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

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.