crispedge.com

#c00788 hex color - Red - Warm color - Information

#c00788 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c00788 Color code in RGB color code model is created after adding 75.29% red color, 2.75% green color and 53.33% blue color. Hex #c00788 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 96% magenta, 29% yellow and 25% black.

Hex #c00788 color code is between #bb0077 web safe hex color code and #cc0099 web safe hex color code. #bb0077 is the nearest web safe color code. You can see here many more shades of #c00788 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codec00788#c00788
RGB Decimal192, 7, 136rgb(192, 7, 136)
RGB Percent75%, 3%, 53%rgb(75%, 3%, 53%)
CSS RGBa192, 7, 136,1rgba(192,7,136,1)
CMYK Modelcmyk(0%,96%,29%,25%)
HSL Color Space318,93% ,39%hsl(318,93% ,39%)
HSV Color Space318°, 96%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000000000011110001000
Octal3007210
Decimal1927136
Hexc00788

Different shades of #c00788 color code.

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

Light Shade of #c00788
#f109ab
Dark Shade of #c00788
#8f0565
Saturated Shade of #c00788
#c7008b
Desaturated Shade of #c00788
#b61184
Grey scale Shade of #c00788
#636363
Brighten Shade
#d920a1
Most Readable Shade
#FFFFFF

Shades of #c00788 color code

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

#c00788
#aa0678
#950569
#80045a
#6a034b
#55033c
#40022d
#2a011e
#15000f
#000000

Similar Color like #c00788 color

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

#c10889
#c2098a
#c30a8b
#c40b8c
#c50c8d
#c60d8e
#c70e8f
#c80f90
#c91091
#ca1192
#cb1293
#cc1394
#cd1495
#ce1596
#bf0687
#be0586
#bd0485
#bc0384
#bb0283
#ba0182
#b90081
#b80080
#b7007f
#b6007e
#b5007d
#b4007c
#b3007b
#b2007a

Monochromatic Color with #c00788

#c00788
#ea09a6
#160110
#40022e
#6b044c
#95056a

Tints of #c00788 Color

#c00788
#c72295
#ce3ea2
#d559af
#dc75bc
#e390ca
#eaacd7
#f1c7e4
#f8e3f1
#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

#c00788
#07c03f

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

Split Complementary

#c00788
#2bc007
#07c09c

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

Analogous Color

#ae07c0
#c007ad
#c00788
#c00763
#c0073e

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

#c00788
#88c007
#0788c0

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

#c00788
#c09b07
#07c03f
#072bc0

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

#c00788
#07c03f
#07c09c
#c0072b

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

#c00788 Color Code Preview on Black Background Color

This is how #c00788 Color will look on black background color. Color contrast ratio is 3.63

#c00788 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c00788

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c00788

#c00788 color code is use for CSS Background Color

Background color for the above div is #c00788

HTML with inline CSS

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

#c00788 color code is use for CSS Border Color

CSS Border color for the above div is #c00788

HTML with inline CSS

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

CSS Border Left color for the above div is #c00788

HTML with inline CSS

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

CSS Border Right color for the above div is #c00788

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c00788

HTML with inline CSS

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

CSS Border Top color for the above div is #c00788

HTML with inline CSS

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

#c00788 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c00788 Color code Preview on White Background

This is how #c00788 Color code will look on white background color. Color contrast ratio is 5.79

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

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(192,7,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(7,192,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,7,136,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>