crispedge.com

Color picker

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

#b087e5 hex color - Violet - Cool color - Information

#b087e5 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

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

Hex #b087e5 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 #b087e5 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeb087e5#b087e5
RGB Decimal176, 135, 229rgb(176, 135, 229)
RGB Percent69%, 53%, 90%rgb(69%, 53%, 90%)
CSS RGBa176, 135, 229,1rgba(176,135,229,1)
CMYK Modelcmyk(23%,41%,0%,10%)
HSL Color Space266,64% ,71%hsl(266,64% ,71%)
HSV Color Space266°, 41%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100001000011111100101
Octal260207345
Decimal176135229
Hexb087e5

Different shades of #b087e5 color code.

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

Light Shade of #b087e5
#ccb1ee
Dark Shade of #b087e5
#945ddc
Saturated Shade of #b087e5
#af80ec
Desaturated Shade of #b087e5
#b18ede
Grey scale Shade of #b087e5
#b6b6b6
Brighten Shade
#c9a0fe
Most Readable Shade
#000000

Shades of #b087e5 color code

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

#b087e5
#9c78cb
#8869b2
#755a98
#614b7f
#4e3c65
#3a2d4c
#271e32
#130f19
#000000

Similar Color like #b087e5 color

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

#b188e6
#b289e7
#b38ae8
#b48be9
#b58cea
#b68deb
#b78eec
#b88fed
#b990ee
#ba91ef
#bb92f0
#bc93f1
#bd94f2
#be95f3
#af86e4
#ae85e3
#ad84e2
#ac83e1
#ab82e0
#aa81df
#a980de
#a87fdd
#a77edc
#a67ddb
#a57cda
#a47bd9
#a37ad8
#a279d7

Monochromatic Color with #b087e5

#b087e5
#0d0a10
#2d233b
#4e3c65
#6f5590
#8f6eba

Tints of #b087e5 Color

#b087e5
#b894e7
#c1a1ea
#caafed
#d3bcf0
#dbc9f3
#e4d7f6
#ede4f9
#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

#b087e5
#bce587

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

Split Complementary

#b087e5
#e5df87
#8de587

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

Analogous Color

#8a87e5
#9d87e5
#b087e5
#c387e5
#d687e5

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

#b087e5
#e5b087
#87e5b0

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

#b087e5
#e5878d
#bce587
#87e5df

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

#b087e5
#bce587
#8de587
#df87e5

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

#b087e5 Color Code Preview on Black Background Color

This is how #b087e5 Color will look on black background color. Color contrast ratio is 7.44

#b087e5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b087e5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b087e5

#b087e5 color code is use for CSS Background Color

Background color for the above div is #b087e5

HTML with inline CSS

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

#b087e5 color code is use for CSS Border Color

CSS Border color for the above div is #b087e5

HTML with inline CSS

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

CSS Border Left color for the above div is #b087e5

HTML with inline CSS

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

CSS Border Right color for the above div is #b087e5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b087e5

HTML with inline CSS

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

CSS Border Top color for the above div is #b087e5

HTML with inline CSS

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

#b087e5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b087e5 Color code Preview on White Background

This is how #b087e5 Color code will look on white background color. Color contrast ratio is 2.82

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.