crispedge.com

Color picker

Loading...

#c58eb4 hex color - Red - Warm color - Information

#c58eb4 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c58eb4 Color code in RGB color code model is created after adding 77.25% red color, 55.69% green color and 70.59% blue color. Hex #c58eb4 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 9% yellow and 23% black.

Hex #c58eb4 color code is between #cc88bb web safe hex color code and #bb99aa web safe hex color code. #cc88bb is the nearest web safe color code. You can see here many more shades of #c58eb4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec58eb4#c58eb4
RGB Decimal197, 142, 180rgb(197, 142, 180)
RGB Percent77%, 56%, 71%rgb(77%, 56%, 71%)
CSS RGBa197, 142, 180,1rgba(197,142,180,1)
CMYK Modelcmyk(0%,28%,9%,23%)
HSL Color Space319,32% ,66%hsl(319,32% ,66%)
HSV Color Space319°, 28%, 77%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001011000111010110100
Octal305216264
Decimal197142180
Hexc58eb4

Different shades of #c58eb4 color code.

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

Light Shade of #c58eb4
#d6b0ca
Dark Shade of #c58eb4
#b46c9e
Saturated Shade of #c58eb4
#ce85b7
Desaturated Shade of #c58eb4
#bc97b1
Grey scale Shade of #c58eb4
#a9a9a9
Brighten Shade
#dea7cd
Most Readable Shade
#000000

Shades of #c58eb4 color code

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

#c58eb4
#af7ea0
#996e8c
#835e78
#6d4e64
#573f50
#412f3c
#2b1f28
#150f14
#000000

Similar Color like #c58eb4 color

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

#c68fb5
#c790b6
#c891b7
#c992b8
#ca93b9
#cb94ba
#cc95bb
#cd96bc
#ce97bd
#cf98be
#d099bf
#d19ac0
#d29bc1
#d39cc2
#c48db3
#c38cb2
#c28bb1
#c18ab0
#c089af
#bf88ae
#be87ad
#bd86ac
#bc85ab
#bb84aa
#ba83a9
#b982a8
#b881a7
#b780a6

Monochromatic Color with #c58eb4

#c58eb4
#efaddb
#1b1319
#45323f
#705166
#9a6f8d

Tints of #c58eb4 Color

#c58eb4
#cb9abc
#d1a7c4
#d8b3cd
#dec0d5
#e5ccdd
#ebd9e6
#f2e5ee
#f8f2f6
#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

#c58eb4
#8ec59f

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

Split Complementary

#c58eb4
#99c58e
#8ec5ba

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

Analogous Color

#c08ec5
#c58ebf
#c58eb4
#c58ea9
#c58e9e

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

#c58eb4
#b4c58e
#8eb4c5

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

#c58eb4
#c5ba8e
#8ec59f
#8e99c5

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

#c58eb4
#8ec59f
#8ec5bb
#c58e99

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

#c58eb4 Color Code Preview on Black Background Color

This is how #c58eb4 Color will look on black background color. Color contrast ratio is 7.90

#c58eb4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c58eb4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c58eb4

#c58eb4 color code is use for CSS Background Color

Background color for the above div is #c58eb4

HTML with inline CSS

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

#c58eb4 color code is use for CSS Border Color

CSS Border color for the above div is #c58eb4

HTML with inline CSS

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

CSS Border Left color for the above div is #c58eb4

HTML with inline CSS

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

CSS Border Right color for the above div is #c58eb4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c58eb4

HTML with inline CSS

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

CSS Border Top color for the above div is #c58eb4

HTML with inline CSS

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

#c58eb4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c58eb4 Color code Preview on White Background

This is how #c58eb4 Color code will look on white background color. Color contrast ratio is 2.66

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

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(197,142,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(142,197,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(197,142,180,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.