crispedge.com

Color picker

Loading...

#cc66bb hex color - Violet - Warm color - Information

#cc66bb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cc66bb Color code in RGB color code model is created after adding 80% red color, 40% green color and 73.33% blue color. Hex #cc66bb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 8% yellow and 20% black.

Hex #cc66bb color code is a web safe color. Next web safe color code is #bb55aa and previous web safe color code is #dd77cc. You can see here many more shades of #cc66bb color code.

0 Likes 0 Comments | 14 Views

RGB Chart

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

Color Table

Hex Color Codecc66bb#cc66bb
RGB Decimal204, 102, 187rgb(204, 102, 187)
RGB Percent80%, 40%, 73%rgb(80%, 40%, 73%)
CSS RGBa204, 102, 187,1rgba(204,102,187,1)
CMYK Modelcmyk(0%,50%,8%,20%)
HSL Color Space310,50% ,60%hsl(310,50% ,60%)
HSV Color Space310°, 50%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011000110011010111011
Octal314146273
Decimal204102187
Hexcc66bb

Different shades of #cc66bb color code.

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

Light Shade of #cc66bb
#d98ccc
Dark Shade of #cc66bb
#bf40aa
Saturated Shade of #cc66bb
#d65cc2
Desaturated Shade of #cc66bb
#c270b4
Grey scale Shade of #cc66bb
#999999
Brighten Shade
#e57fd4
Most Readable Shade
#000000

Shades of #cc66bb color code

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

#cc66bb
#b55aa6
#9e4f91
#88447c
#713867
#5a2d53
#44223e
#2d1629
#160b14
#000000

Similar Color like #cc66bb color

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

#cd67bc
#ce68bd
#cf69be
#d06abf
#d16bc0
#d26cc1
#d36dc2
#d46ec3
#d56fc4
#d670c5
#d771c6
#d872c7
#d973c8
#da74c9
#cb65ba
#ca64b9
#c963b8
#c862b7
#c761b6
#c660b5
#c55fb4
#c45eb3
#c35db2
#c25cb1
#c15bb0
#c05aaf
#bf59ae
#be58ad

Monochromatic Color with #cc66bb

#cc66bb
#f67be2
#22111f
#4c2646
#773b6d
#a15194

Tints of #cc66bb Color

#cc66bb
#d177c2
#d788ca
#dd99d1
#e2aad9
#e8bbe0
#eecce8
#f3ddef
#f9eef7
#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

#cc66bb
#66cc77

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

Split Complementary

#cc66bb
#88cc66
#66ccaa

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

Analogous Color

#b466cc
#c966cc
#cc66bb
#cc66a7
#cc6692

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

#cc66bb
#bbcc66
#66bbcc

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

#cc66bb
#ccaa66
#66cc77
#6688cc

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

#cc66bb
#66cc77
#66ccaa
#cc6688

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

#cc66bb Color Code Preview on Black Background Color

This is how #cc66bb Color will look on black background color. Color contrast ratio is 6.19

#cc66bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc66bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cc66bb

#cc66bb color code is use for CSS Background Color

Background color for the above div is #cc66bb

HTML with inline CSS

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

#cc66bb color code is use for CSS Border Color

CSS Border color for the above div is #cc66bb

HTML with inline CSS

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

CSS Border Left color for the above div is #cc66bb

HTML with inline CSS

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

CSS Border Right color for the above div is #cc66bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cc66bb

HTML with inline CSS

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

CSS Border Top color for the above div is #cc66bb

HTML with inline CSS

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

#cc66bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cc66bb Color code Preview on White Background

This is how #cc66bb Color code will look on white background color. Color contrast ratio is 3.39

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

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

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.