crispedge.com

Color picker

Loading...

#c88db4 hex color - Red - Warm color - Information

#c88db4 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c88db4 Color code in RGB color code model is created after adding 78.43% red color, 55.29% green color and 70.59% blue color. Hex #c88db4 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 30% magenta, 10% yellow and 22% black.

Hex #c88db4 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 #c88db4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec88db4#c88db4
RGB Decimal200, 141, 180rgb(200, 141, 180)
RGB Percent78%, 55%, 71%rgb(78%, 55%, 71%)
CSS RGBa200, 141, 180,1rgba(200,141,180,1)
CMYK Modelcmyk(0%,30%,10%,22%)
HSL Color Space320,35% ,67%hsl(320,35% ,67%)
HSV Color Space320°, 30%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010001000110110110100
Octal310215264
Decimal200141180
Hexc88db4

Different shades of #c88db4 color code.

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

Light Shade of #c88db4
#d9afcb
Dark Shade of #c88db4
#b76b9d
Saturated Shade of #c88db4
#d085b7
Desaturated Shade of #c88db4
#c095b1
Grey scale Shade of #c88db4
#aaaaaa
Brighten Shade
#e1a6cd
Most Readable Shade
#000000

Shades of #c88db4 color code

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

#c88db4
#b17da0
#9b6d8c
#855e78
#6f4e64
#583e50
#422f3c
#2c1f28
#160f14
#000000

Similar Color like #c88db4 color

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

#c98eb5
#ca8fb6
#cb90b7
#cc91b8
#cd92b9
#ce93ba
#cf94bb
#d095bc
#d196bd
#d297be
#d398bf
#d499c0
#d59ac1
#d69bc2
#c78cb3
#c68bb2
#c58ab1
#c489b0
#c388af
#c287ae
#c186ad
#c085ac
#bf84ab
#be83aa
#bd82a9
#bc81a8
#bb80a7
#ba7fa6

Monochromatic Color with #c88db4

#c88db4
#f2abda
#1e151b
#483341
#735167
#9d6f8e

Tints of #c88db4 Color

#c88db4
#ce99bc
#d4a6c4
#dab3cd
#e0bfd5
#e6ccdd
#ecd9e6
#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

#c88db4
#8dc8a1

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

Split Complementary

#c88db4
#97c88d
#8dc8bf

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

Analogous Color

#c48dc8
#c88dc0
#c88db4
#c88da8
#c88d9c

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

#c88db4
#b4c88d
#8db4c8

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

#c88db4
#c8be8d
#8dc8a1
#8d96c8

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

#c88db4
#8dc8a1
#8dc8bf
#c88d97

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

#c88db4 Color Code Preview on Black Background Color

This is how #c88db4 Color will look on black background color. Color contrast ratio is 7.92

#c88db4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c88db4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c88db4

#c88db4 color code is use for CSS Background Color

Background color for the above div is #c88db4

HTML with inline CSS

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

#c88db4 color code is use for CSS Border Color

CSS Border color for the above div is #c88db4

HTML with inline CSS

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

CSS Border Left color for the above div is #c88db4

HTML with inline CSS

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

CSS Border Right color for the above div is #c88db4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c88db4

HTML with inline CSS

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

CSS Border Top color for the above div is #c88db4

HTML with inline CSS

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

#c88db4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c88db4 Color code Preview on White Background

This is how #c88db4 Color code will look on white background color. Color contrast ratio is 2.65

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

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(200,141,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(141,200,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(200,141,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.