crispedge.com

Color picker

Loading...

#ca99e0 hex color - Violet - Warm color - Information

#ca99e0 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ca99e0 Color code in RGB color code model is created after adding 79.22% red color, 60% green color and 87.84% blue color. Hex #ca99e0 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 32% magenta, 0% yellow and 12% black.

Hex #ca99e0 color code is between #cc88dd web safe hex color code and #bbaaee web safe hex color code. #cc88dd is the nearest web safe color code. You can see here many more shades of #ca99e0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeca99e0#ca99e0
RGB Decimal202, 153, 224rgb(202, 153, 224)
RGB Percent79%, 60%, 88%rgb(79%, 60%, 88%)
CSS RGBa202, 153, 224,1rgba(202,153,224,1)
CMYK Modelcmyk(10%,32%,0%,12%)
HSL Color Space281,53% ,74%hsl(281,53% ,74%)
HSV Color Space281°, 32%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010101001100111100000
Octal312231340
Decimal202153224
Hexca99e0

Different shades of #ca99e0 color code.

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

Light Shade of #ca99e0
#dec0ec
Dark Shade of #ca99e0
#b672d4
Saturated Shade of #ca99e0
#cd92e7
Desaturated Shade of #ca99e0
#c7a0d9
Grey scale Shade of #ca99e0
#bcbcbc
Brighten Shade
#e3b2f9
Most Readable Shade
#000000

Shades of #ca99e0 color code

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

#ca99e0
#b388c7
#9d77ae
#866695
#70557c
#594463
#43334a
#2c2231
#161118
#000000

Similar Color like #ca99e0 color

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

#cb9ae1
#cc9be2
#cd9ce3
#ce9de4
#cf9ee5
#d09fe6
#d1a0e7
#d2a1e8
#d3a2e9
#d4a3ea
#d5a4eb
#d6a5ec
#d7a6ed
#d8a7ee
#c998df
#c897de
#c796dd
#c695dc
#c594db
#c493da
#c392d9
#c291d8
#c190d7
#c08fd6
#bf8ed5
#be8dd4
#bd8cd3
#bc8bd2

Monochromatic Color with #ca99e0

#ca99e0
#0a080b
#312536
#574260
#7d5f8b
#a47cb5

Tints of #ca99e0 Color

#ca99e0
#cfa4e3
#d5afe6
#dbbbea
#e1c6ed
#e7d1f1
#edddf4
#f3e8f8
#f9f3fb
#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

#ca99e0
#afe099

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

Split Complementary

#ca99e0
#d3e099
#99e0a7

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

Analogous Color

#ae99e0
#bc99e0
#ca99e0
#d899e0
#e099da

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

#ca99e0
#e0ca99
#99e0ca

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

#ca99e0
#e0a699
#afe099
#99d2e0

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

#ca99e0
#afe099
#99e0a7
#e099d3

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

#ca99e0 Color Code Preview on Black Background Color

This is how #ca99e0 Color will look on black background color. Color contrast ratio is 9.14

#ca99e0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca99e0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca99e0

#ca99e0 color code is use for CSS Background Color

Background color for the above div is #ca99e0

HTML with inline CSS

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

#ca99e0 color code is use for CSS Border Color

CSS Border color for the above div is #ca99e0

HTML with inline CSS

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

CSS Border Left color for the above div is #ca99e0

HTML with inline CSS

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

CSS Border Right color for the above div is #ca99e0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ca99e0

HTML with inline CSS

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

CSS Border Top color for the above div is #ca99e0

HTML with inline CSS

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

#ca99e0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ca99e0 Color code Preview on White Background

This is how #ca99e0 Color code will look on white background color. Color contrast ratio is 2.30

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

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(202,153,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(175,224,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(202,153,224,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.