crispedge.com

#cc72ad hex color - Violet - Warm color - Information

#cc72ad hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cc72ad Color code in RGB color code model is created after adding 80% red color, 44.71% green color and 67.84% blue color. Hex #cc72ad Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 44% magenta, 15% yellow and 20% black.

Hex #cc72ad color code is between #bb77aa web safe hex color code and #dd66bb web safe hex color code. #bb77aa is the nearest web safe color code. You can see here many more shades of #cc72ad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecc72ad#cc72ad
RGB Decimal204, 114, 173rgb(204, 114, 173)
RGB Percent80%, 45%, 68%rgb(80%, 45%, 68%)
CSS RGBa204, 114, 173,1rgba(204,114,173,1)
CMYK Modelcmyk(0%,44%,15%,20%)
HSL Color Space321,47% ,62%hsl(321,47% ,62%)
HSV Color Space321°, 44%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000111001010101101
Octal314162255
Decimal204114173
Hexcc72ad

Different shades of #cc72ad color code.

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

Light Shade of #cc72ad
#da97c3
Dark Shade of #cc72ad
#be4d97
Saturated Shade of #cc72ad
#d668b0
Desaturated Shade of #cc72ad
#c27caa
Grey scale Shade of #cc72ad
#9f9f9f
Brighten Shade
#e58bc6
Most Readable Shade
#000000

Shades of #cc72ad color code

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

#cc72ad
#b56599
#9e5886
#884c73
#713f60
#5a324c
#442639
#2d1926
#160c13
#000000

Similar Color like #cc72ad color

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

#cd73ae
#ce74af
#cf75b0
#d076b1
#d177b2
#d278b3
#d379b4
#d47ab5
#d57bb6
#d67cb7
#d77db8
#d87eb9
#d97fba
#da80bb
#cb71ac
#ca70ab
#c96faa
#c86ea9
#c76da8
#c66ca7
#c56ba6
#c46aa5
#c369a4
#c268a3
#c167a2
#c066a1
#bf65a0
#be649f

Monochromatic Color with #cc72ad

#cc72ad
#f68ad1
#22131d
#4c2b41
#774265
#a15a89

Tints of #cc72ad Color

#cc72ad
#d181b6
#d791bf
#dda1c8
#e2b0d1
#e8c0da
#eed0e3
#f3dfec
#f9eff5
#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

#cc72ad
#72cc91

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

Split Complementary

#cc72ad
#80cc72
#72ccbe

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

Analogous Color

#c772cc
#cc72bf
#cc72ad
#cc729b
#cc7289

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

#cc72ad
#adcc72
#72adcc

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

#cc72ad
#ccbe72
#72cc91
#7280cc

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

#cc72ad
#72cc91
#72ccbe
#cc7280

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

#cc72ad Color Code Preview on Black Background Color

This is how #cc72ad Color will look on black background color. Color contrast ratio is 6.58

#cc72ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc72ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc72ad

#cc72ad color code is use for CSS Background Color

Background color for the above div is #cc72ad

HTML with inline CSS

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

#cc72ad color code is use for CSS Border Color

CSS Border color for the above div is #cc72ad

HTML with inline CSS

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

CSS Border Left color for the above div is #cc72ad

HTML with inline CSS

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

CSS Border Right color for the above div is #cc72ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc72ad

HTML with inline CSS

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

CSS Border Top color for the above div is #cc72ad

HTML with inline CSS

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

#cc72ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc72ad Color code Preview on White Background

This is how #cc72ad Color code will look on white background color. Color contrast ratio is 3.19

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

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(204,114,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(114,204,145,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,114,173,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.

< /html>