@
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.

#c2589f hex color - Violet - Warm color - Information

#c2589f hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c2589f Color code in RGB color code model is created after adding 76.08% red color, 34.51% green color and 62.35% blue color. Hex #c2589f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 18% yellow and 23.92% black.

Hex #c2589f color code is between #bb5599 web safe hex color code and #cc66aa web safe hex color code. #bb5599 is the nearest web safe color code. You can see here many more shades of #c2589f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code c2589f #c2589f
RGB Decimal 194, 88, 159 rgb(194, 88, 159)
RGB Percent 76%, 35%, 62% rgb(76%, 35%, 62%)
CSS RGBa 194, 88, 159,1 rgba(194,88,159,1)
CMYK Model cmyk(0%,55%,18%,23.92%)
HSL Color Space 320,46% ,55% hsl(320,46% ,55%)
HSV Color Space 320°, 55%, 76%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11000010 01011000 10011111
Octal 302 130 237
Decimal 194 88 159
Hex c2 58 9f

Different shades of #c2589f color code.

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

Light Shade of #c2589f
#d07db4
Dark Shade of #c2589f
#a93e86
Saturated Shade of #c2589f
#cd4da3
Desaturated Shade of #c2589f
#b7639b
Grey scale Shade of #c2589f
#8d8d8d
Brighten Shade
#db71b8
Most Readable Shade
#FFFFFF

Shades of #c2589f color code

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

#c2589f
#ac4e8d
#96447b
#813a6a
#6b3058
#562746
#401d35
#2b1323
#150911
#000000

Similar Color like #c2589f color

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

#c359a0
#c45aa1
#c55ba2
#c65ca3
#c75da4
#c85ea5
#c95fa6
#ca60a7
#cb61a8
#cc62a9
#cd63aa
#ce64ab
#cf65ac
#d066ad
#c1579e
#c0569d
#bf559c
#be549b
#bd539a
#bc5299
#bb5198
#ba5097
#b94f96
#b84e95
#b74d94
#b64c93
#b54b92
#b44a91

Monochromatic Color with #c2589f

#c2589f
#ec6bc2
#180b14
#421e36
#6d3159
#97457c

Tints of #c2589f Color

#c2589f
#c86aa9
#cf7db4
#d68fbf
#dda2c9
#e3b4d4
#eac7df
#f1d9e9
#f8ecf4
#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

#c2589f
#58c27b

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

Split Complementary

#c2589f
#6ac258
#58c2b0

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

Analogous Color

#bb58c2
#c258b4
#c2589f
#c2588a
#c25875

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

#c2589f
#9fc258
#589fc2

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

#c2589f
#c2b058
#58c27b
#586ac2

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

#c2589f
#58c27b
#58c2b0
#c2586a

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

#c2589f Color Code Preview on Black Background Color

This is how #c2589f Color will look on black background color. Color contrast ratio is 5.19

#c2589f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2589f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2589f

#c2589f color code is use for CSS Background Color

Background color for the above div is #c2589f

HTML with inline CSS

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

#c2589f color code is use for CSS Border Color

CSS Border color for the above div is #c2589f

HTML with inline CSS

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

CSS Border Left color for the above div is #c2589f

HTML with inline CSS

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

CSS Border Right color for the above div is #c2589f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2589f

HTML with inline CSS

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

CSS Border Top color for the above div is #c2589f

HTML with inline CSS

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

#c2589f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2589f Color code Preview on White Background

This is how #c2589f Color code will look on white background color. Color contrast ratio is 4.05

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

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(194,88,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(88,194,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(194,88,159,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.