crispedge.com

Color picker

Loading...

#c88cba hex color - Red - Warm color - Information

#c88cba hex color - Red - Warm color

Color Hue/Base color: Red

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec88cba#c88cba
RGB Decimal200, 140, 186rgb(200, 140, 186)
RGB Percent78%, 55%, 73%rgb(78%, 55%, 73%)
CSS RGBa200, 140, 186,1rgba(200,140,186,1)
CMYK Modelcmyk(0%,30%,7%,22%)
HSL Color Space314,35% ,67%hsl(314,35% ,67%)
HSV Color Space314°, 30%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010001000110010111010
Octal310214272
Decimal200140186
Hexc88cba

Different shades of #c88cba color code.

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

Light Shade of #c88cba
#d8aecf
Dark Shade of #c88cba
#b769a5
Saturated Shade of #c88cba
#d083bf
Desaturated Shade of #c88cba
#bf94b5
Grey scale Shade of #c88cba
#aaaaaa
Brighten Shade
#e1a5d3
Most Readable Shade
#000000

Shades of #c88cba color code

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

#c88cba
#b17ca5
#9b6c90
#855d7c
#6f4d67
#583e52
#422e3e
#2c1f29
#160f14
#000000

Similar Color like #c88cba color

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

#c98dbb
#ca8ebc
#cb8fbd
#cc90be
#cd91bf
#ce92c0
#cf93c1
#d094c2
#d195c3
#d296c4
#d397c5
#d498c6
#d599c7
#d69ac8
#c78bb9
#c68ab8
#c589b7
#c488b6
#c387b5
#c286b4
#c185b3
#c084b2
#bf83b1
#be82b0
#bd81af
#bc80ae
#bb7fad
#ba7eac

Monochromatic Color with #c88cba

#c88cba
#f2aae2
#1e151c
#483343
#73506b
#9d6e92

Tints of #c88cba Color

#c88cba
#ce98c1
#d4a5c9
#dab2d1
#e0bfd8
#e6cbe0
#ecd8e8
#f2e5ef
#f8f2f7
#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

#c88cba
#8cc89a

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

Split Complementary

#c88cba
#9cc88c
#8cc8b8

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

Analogous Color

#be8cc8
#c88cc6
#c88cba
#c88cae
#c88ca2

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

#c88cba
#bac88c
#8cbac8

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

#c88cba
#c8b88c
#8cc89a
#8c9cc8

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

#c88cba
#8cc89a
#8cc8b8
#c88c9c

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

#c88cba Color Code Preview on Black Background Color

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

#c88cba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c88cba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c88cba

#c88cba color code is use for CSS Background Color

Background color for the above div is #c88cba

HTML with inline CSS

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

#c88cba color code is use for CSS Border Color

CSS Border color for the above div is #c88cba

HTML with inline CSS

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

CSS Border Left color for the above div is #c88cba

HTML with inline CSS

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

CSS Border Right color for the above div is #c88cba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c88cba

HTML with inline CSS

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

CSS Border Top color for the above div is #c88cba

HTML with inline CSS

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

#c88cba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c88cba Color code Preview on White Background

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

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,140,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(140,200,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(200,140,186,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.