@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#8e585a hex color - Violet - Warm color - Information

#8e585a hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #8e585a Color code in RGB color code model is created after adding 55.69% red color, 34.51% green color and 35.29% blue color. Hex #8e585a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 37% yellow and 44.31% black.

Hex #8e585a color code is between #885555 web safe hex color code and #996666 web safe hex color code. #885555 is the nearest web safe color code. You can see here many more shades of #8e585a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code8e585a#8e585a
RGB Decimal142, 88, 90rgb(142, 88, 90)
RGB Percent56%, 35%, 35%rgb(56%, 35%, 35%)
CSS RGBa142, 88, 90,1rgba(142,88,90,1)
CMYK Modelcmyk(0%,38%,37%,44.31%)
HSL Color Space358,23% ,45%hsl(358,23% ,45%)
HSV Color Space358°, 38%, 56%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100011100101100001011010
Octal216130132
Decimal1428890
Hex8e585a

Different shades of #8e585a color code.

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

Light Shade of #8e585a
#a77274
Dark Shade of #8e585a
#6e4446
Saturated Shade of #8e585a
#994c4f
Desaturated Shade of #8e585a
#826365
Grey scale Shade of #8e585a
#737373
Brighten Shade
#a77173
Most Readable Shade
#FFFFFF

Shades of #8e585a color code

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

#8e585a
#7e4e50
#6e4446
#5e3a3c
#4e3032
#3f2728
#2f1d1e
#1f1314
#0f090a
#000000

Similar Color like #8e585a color

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

#8f595b
#905a5c
#915b5d
#925c5e
#935d5f
#945e60
#955f61
#966062
#976163
#986264
#996365
#9a6466
#9b6567
#9c6668
#8d5759
#8c5658
#8b5557
#8a5456
#895355
#885254
#875153
#865052
#854f51
#844e50
#834d4f
#824c4e
#814b4d
#804a4c

Monochromatic Color with #8e585a

#8e585a
#b87275
#e38d90
#0e0909
#392324
#633e3f

Tints of #8e585a Color

#8e585a
#9a6a6c
#a77d7e
#b38f91
#c0a2a3
#ccb4b5
#d9c7c8
#e5d9da
#f2ecec
#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

#8e585a
#588e8c

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

Split Complementary

#8e585a
#588e71
#58758e

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

Analogous Color

#8e5870
#8e5865
#8e585a
#8e6158
#8e6c58

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

#8e585a
#5a8e58
#585a8e

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

#8e585a
#758e58
#588e8c
#71588e

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

#8e585a
#588e8c
#58758e
#8e7158

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 #8e585a 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.

#8e585a Color Code Preview on Black Background Color

This is how #8e585a Color will look on black background color. Color contrast ratio is 3.69

#8e585a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8e585a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8e585a

#8e585a color code is use for CSS Background Color

Background color for the above div is #8e585a

HTML with inline CSS

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

#8e585a color code is use for CSS Border Color

CSS Border color for the above div is #8e585a

HTML with inline CSS

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

CSS Border Left color for the above div is #8e585a

HTML with inline CSS

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

CSS Border Right color for the above div is #8e585a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8e585a

HTML with inline CSS

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

CSS Border Top color for the above div is #8e585a

HTML with inline CSS

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

#8e585a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8e585a Color code Preview on White Background

This is how #8e585a Color code will look on white background color. Color contrast ratio is 5.69

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(142,88,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(88,142,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(142,88,90,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.