crispedge.com

Color picker

Loading...

#98364e hex color - Red - Warm color - Information

#98364e hex color - Red - Warm color

Color Hue/Base color: Red

Hex #98364e Color code in RGB color code model is created after adding 59.61% red color, 21.18% green color and 30.59% blue color. Hex #98364e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 49% yellow and 40% black.

Hex #98364e color code is between #993355 web safe hex color code and #884444 web safe hex color code. #993355 is the nearest web safe color code. You can see here many more shades of #98364e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code98364e#98364e
RGB Decimal152, 54, 78rgb(152, 54, 78)
RGB Percent60%, 21%, 31%rgb(60%, 21%, 31%)
CSS RGBa152, 54, 78,1rgba(152,54,78,1)
CMYK Modelcmyk(0%,64%,49%,40%)
HSL Color Space345,48% ,40%hsl(345,48% ,40%)
HSV Color Space345°, 64%, 60%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100110000011011001001110
Octal23066116
Decimal1525478
Hex98364e

Different shades of #98364e color code.

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

Light Shade of #98364e
#bd4462
Dark Shade of #98364e
#72293b
Saturated Shade of #98364e
#a22c49
Desaturated Shade of #98364e
#8e4053
Grey scale Shade of #98364e
#676767
Brighten Shade
#b14f67
Most Readable Shade
#FFFFFF

Shades of #98364e color code

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

#98364e
#873045
#762a3c
#652434
#541e2b
#431822
#32121a
#210c11
#100608
#000000

Similar Color like #98364e color

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

#99374f
#9a3850
#9b3951
#9c3a52
#9d3b53
#9e3c54
#9f3d55
#a03e56
#a13f57
#a24058
#a34159
#a4425a
#a5435b
#a6445c
#97354d
#96344c
#95334b
#94324a
#933149
#923048
#912f47
#902e46
#8f2d45
#8e2c44
#8d2b43
#8c2a42
#8b2941
#8a2840

Monochromatic Color with #98364e

#98364e
#c24564
#ed547a
#18090d
#431822
#6d2738

Tints of #98364e Color

#98364e
#a34c61
#ae6275
#ba7989
#c58f9c
#d1a5b0
#dcbcc4
#e8d2d7
#f3e8eb
#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

#98364e
#369880

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

Split Complementary

#98364e
#36984f
#367f98

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

Analogous Color

#983675
#983662
#98364e
#98363a
#984536

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

#98364e
#4e9836
#364e98

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

#98364e
#7f9836
#369880
#4f3698

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

#98364e
#369880
#367f98
#984f36

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

#98364e Color Code Preview on Black Background Color

This is how #98364e Color will look on black background color. Color contrast ratio is 2.97

#98364e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#98364e color code is use for CSS Background Color

Background color for the above div is #98364e

HTML with inline CSS

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

#98364e color code is use for CSS Border Color

CSS Border color for the above div is #98364e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#98364e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#98364e Color code Preview on White Background

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

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

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(152,54,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(54,152,128,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(152,54,78,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.