crispedge.com

Color picker

Loading...

#ca9ed3 hex color - Violet - Warm color - Information

#ca9ed3 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ca9ed3 Color code in RGB color code model is created after adding 79.22% red color, 61.96% green color and 82.75% blue color. Hex #ca9ed3 Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 25% magenta, 0% yellow and 17% black.

Hex #ca9ed3 color code is between #cc99cc web safe hex color code and #bbaadd web safe hex color code. #cc99cc is the nearest web safe color code. You can see here many more shades of #ca9ed3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeca9ed3#ca9ed3
RGB Decimal202, 158, 211rgb(202, 158, 211)
RGB Percent79%, 62%, 83%rgb(79%, 62%, 83%)
CSS RGBa202, 158, 211,1rgba(202,158,211,1)
CMYK Modelcmyk(4%,25%,0%,17%)
HSL Color Space290,38% ,72%hsl(290,38% ,72%)
HSV Color Space290°, 25%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010101001111011010011
Octal312236323
Decimal202158211
Hexca9ed3

Different shades of #ca9ed3 color code.

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

Light Shade of #ca9ed3
#ddc1e3
Dark Shade of #ca9ed3
#b77bc3
Saturated Shade of #ca9ed3
#cf97da
Desaturated Shade of #ca9ed3
#c5a5cc
Grey scale Shade of #ca9ed3
#b8b8b8
Brighten Shade
#e3b7ec
Most Readable Shade
#000000

Shades of #ca9ed3 color code

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

#ca9ed3
#b38cbb
#9d7aa4
#86698c
#705775
#59465d
#433446
#2c232e
#161117
#000000

Similar Color like #ca9ed3 color

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

#cb9fd4
#cca0d5
#cda1d6
#cea2d7
#cfa3d8
#d0a4d9
#d1a5da
#d2a6db
#d3a7dc
#d4a8dd
#d5a9de
#d6aadf
#d7abe0
#d8ace1
#c99dd2
#c89cd1
#c79bd0
#c69acf
#c599ce
#c498cd
#c397cc
#c296cb
#c195ca
#c094c9
#bf93c8
#be92c7
#bd91c6
#bc90c5

Monochromatic Color with #ca9ed3

#ca9ed3
#f3befd
#271f29
#503f53
#795e7e
#a17ea8

Tints of #ca9ed3 Color

#ca9ed3
#cfa8d7
#d5b3dc
#dbbee1
#e1c9e6
#e7d3eb
#eddef0
#f3e9f5
#f9f4fa
#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

#ca9ed3
#a7d39e

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

Split Complementary

#ca9ed3
#c2d39e
#9ed3af

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

Analogous Color

#b59ed3
#bf9ed3
#ca9ed3
#d39ed1
#d39ec7

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

#ca9ed3
#d3ca9e
#9ed3ca

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

#ca9ed3
#d3af9e
#a7d39e
#9ec1d3

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

#ca9ed3
#a7d39e
#9ed3af
#d39ec2

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

#ca9ed3 Color Code Preview on Black Background Color

This is how #ca9ed3 Color will look on black background color. Color contrast ratio is 9.34

#ca9ed3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca9ed3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca9ed3

#ca9ed3 color code is use for CSS Background Color

Background color for the above div is #ca9ed3

HTML with inline CSS

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

#ca9ed3 color code is use for CSS Border Color

CSS Border color for the above div is #ca9ed3

HTML with inline CSS

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

CSS Border Left color for the above div is #ca9ed3

HTML with inline CSS

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

CSS Border Right color for the above div is #ca9ed3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ca9ed3

HTML with inline CSS

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

CSS Border Top color for the above div is #ca9ed3

HTML with inline CSS

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

#ca9ed3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ca9ed3 Color code Preview on White Background

This is how #ca9ed3 Color code will look on white background color. Color contrast ratio is 2.25

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

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,158,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(167,211,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(202,158,211,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.