crispedge.com

Color picker

Loading...

#c88bd4 hex color - Violet - Warm color - Information

#c88bd4 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c88bd4 Color code in RGB color code model is created after adding 78.43% red color, 54.51% green color and 83.14% blue color. Hex #c88bd4 Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 34% magenta, 0% yellow and 17% black.

Hex #c88bd4 color code is between #cc88cc web safe hex color code and #bb99dd web safe hex color code. #cc88cc is the nearest web safe color code. You can see here many more shades of #c88bd4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec88bd4#c88bd4
RGB Decimal200, 139, 212rgb(200, 139, 212)
RGB Percent78%, 55%, 83%rgb(78%, 55%, 83%)
CSS RGBa200, 139, 212,1rgba(200,139,212,1)
CMYK Modelcmyk(6%,34%,0%,17%)
HSL Color Space290,46% ,69%hsl(290,46% ,69%)
HSV Color Space290°, 34%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010001000101111010100
Octal310213324
Decimal200139212
Hexc88bd4

Different shades of #c88bd4 color code.

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

Light Shade of #c88bd4
#dab0e2
Dark Shade of #c88bd4
#b666c6
Saturated Shade of #c88bd4
#cd83dc
Desaturated Shade of #c88bd4
#c393cc
Grey scale Shade of #c88bd4
#afafaf
Brighten Shade
#e1a4ed
Most Readable Shade
#000000

Shades of #c88bd4 color code

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

#c88bd4
#b17bbc
#9b6ca4
#855c8d
#6f4d75
#583d5e
#422e46
#2c1e2f
#160f17
#000000

Similar Color like #c88bd4 color

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

#c98cd5
#ca8dd6
#cb8ed7
#cc8fd8
#cd90d9
#ce91da
#cf92db
#d093dc
#d194dd
#d295de
#d396df
#d497e0
#d598e1
#d699e2
#c78ad3
#c689d2
#c588d1
#c487d0
#c386cf
#c285ce
#c184cd
#c083cc
#bf82cb
#be81ca
#bd80c9
#bc7fc8
#bb7ec7
#ba7dc6

Monochromatic Color with #c88bd4

#c88bd4
#f0a7fe
#281c2a
#503754
#78537f
#a06fa9

Tints of #c88bd4 Color

#c88bd4
#ce97d8
#d4a4dd
#dab1e2
#e0bee7
#e6cbeb
#ecd8f0
#f2e5f5
#f8f2fa
#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

#c88bd4
#97d48b

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

Split Complementary

#c88bd4
#bcd48b
#8bd4a3

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

Analogous Color

#ab8bd4
#b98bd4
#c88bd4
#d48bd1
#d48bc3

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

#c88bd4
#d4c88b
#8bd4c8

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

#c88bd4
#d4a38b
#97d48b
#8bbbd4

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

#c88bd4
#97d48b
#8bd4a3
#d48bbc

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

#c88bd4 Color Code Preview on Black Background Color

This is how #c88bd4 Color will look on black background color. Color contrast ratio is 8.10

#c88bd4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c88bd4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c88bd4

#c88bd4 color code is use for CSS Background Color

Background color for the above div is #c88bd4

HTML with inline CSS

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

#c88bd4 color code is use for CSS Border Color

CSS Border color for the above div is #c88bd4

HTML with inline CSS

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

CSS Border Left color for the above div is #c88bd4

HTML with inline CSS

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

CSS Border Right color for the above div is #c88bd4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c88bd4

HTML with inline CSS

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

CSS Border Top color for the above div is #c88bd4

HTML with inline CSS

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

#c88bd4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c88bd4 Color code Preview on White Background

This is how #c88bd4 Color code will look on white background color. Color contrast ratio is 2.59

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

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,139,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(151,212,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(200,139,212,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.