crispedge.com

Color picker

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

#86387e hex color - Violet - Warm color - Information

#86387e hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #86387e Color code in RGB color code model is created after adding 52.55% red color, 21.96% green color and 49.41% blue color. Hex #86387e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 6% yellow and 47% black.

Hex #86387e color code is between #883377 web safe hex color code and #774488 web safe hex color code. #883377 is the nearest web safe color code. You can see here many more shades of #86387e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code86387e#86387e
RGB Decimal134, 56, 126rgb(134, 56, 126)
RGB Percent53%, 22%, 49%rgb(53%, 22%, 49%)
CSS RGBa134, 56, 126,1rgba(134,56,126,1)
CMYK Modelcmyk(0%,58%,6%,47%)
HSL Color Space306,41% ,37%hsl(306,41% ,37%)
HSV Color Space306°, 58%, 53%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001100011100001111110
Octal20670176
Decimal13456126
Hex86387e

Different shades of #86387e color code.

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

Light Shade of #86387e
#aa47a0
Dark Shade of #86387e
#62295c
Saturated Shade of #86387e
#8f2e86
Desaturated Shade of #86387e
#7c4176
Grey scale Shade of #86387e
#5f5f5f
Brighten Shade
#9f5197
Most Readable Shade
#FFFFFF

Shades of #86387e color code

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

#86387e
#773170
#682b62
#592554
#4a1f46
#3b1838
#2c122a
#1d0c1c
#0e060e
#000000

Similar Color like #86387e color

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

#87397f
#883a80
#893b81
#8a3c82
#8b3d83
#8c3e84
#8d3f85
#8e4086
#8f4187
#904288
#914389
#92448a
#93458b
#94468c
#85377d
#84367c
#83357b
#82347a
#813379
#803278
#7f3177
#7e3076
#7d2f75
#7c2e74
#7b2d73
#7a2c72
#792b71
#782a70

Monochromatic Color with #86387e

#86387e
#b04aa6
#db5cce
#060306
#31142e
#5b2656

Tints of #86387e Color

#86387e
#934e8c
#a0649a
#ae7aa9
#bb90b7
#c9a6c5
#d6bcd4
#e4d2e2
#f1e8f0
#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

#86387e
#388640

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

Split Complementary

#86387e
#578638
#388667

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

Analogous Color

#6f3886
#7e3886
#86387e
#86386e
#86385f

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

#86387e
#7e8638
#387e86

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

#86387e
#866738
#388640
#385786

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

#86387e
#388640
#388667
#863857

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 #86387e 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.

#86387e Color Code Preview on Black Background Color

This is how #86387e Color will look on black background color. Color contrast ratio is 2.88

#86387e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #86387e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #86387e

#86387e color code is use for CSS Background Color

Background color for the above div is #86387e

HTML with inline CSS

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

#86387e color code is use for CSS Border Color

CSS Border color for the above div is #86387e

HTML with inline CSS

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

CSS Border Left color for the above div is #86387e

HTML with inline CSS

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

CSS Border Right color for the above div is #86387e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #86387e

HTML with inline CSS

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

CSS Border Top color for the above div is #86387e

HTML with inline CSS

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

#86387e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#86387e Color code Preview on White Background

This is how #86387e Color code will look on white background color. Color contrast ratio is 7.29

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

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.