crispedge.com

Color picker

Loading...

#ca57ff hex color - Violet - Warm color - Information

#ca57ff hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ca57ff Color code in RGB color code model is created after adding 79.22% red color, 34.12% green color and 100% blue color. Hex #ca57ff Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 66% magenta, 0% yellow and 0% black.

Hex #ca57ff color code is between #cc55ee web safe hex color code and #bb66dd web safe hex color code. #cc55ee is the nearest web safe color code. You can see here many more shades of #ca57ff color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeca57ff#ca57ff
RGB Decimal202, 87, 255rgb(202, 87, 255)
RGB Percent79%, 34%, 100%rgb(79%, 34%, 100%)
CSS RGBa202, 87, 255,1rgba(202,87,255,1)
CMYK Modelcmyk(21%,66%,0%,0%)
HSL Color Space281,100% ,67%hsl(281,100% ,67%)
HSV Color Space281°, 66%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010100101011111111111
Octal312127377
Decimal20287255
Hexca57ff

Different shades of #ca57ff color code.

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

Light Shade of #ca57ff
#da8aff
Dark Shade of #ca57ff
#ba24ff
Saturated Shade of #ca57ff
#ca57ff
Desaturated Shade of #ca57ff
#c75ff7
Grey scale Shade of #ca57ff
#ababab
Brighten Shade
#e370ff
Most Readable Shade
#000000

Shades of #ca57ff color code

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

#ca57ff
#b34de2
#9d43c6
#863aaa
#70308d
#592671
#431d55
#2c1338
#16091c
#000000

Similar Color like #ca57ff color

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

#cb58ff
#cc59ff
#cd5aff
#ce5bff
#cf5cff
#d05dff
#d15eff
#d25fff
#d360ff
#d461ff
#d562ff
#d663ff
#d764ff
#d865ff
#c956fe
#c855fd
#c754fc
#c653fb
#c552fa
#c451f9
#c350f8
#c24ff7
#c14ef6
#c04df5
#bf4cf4
#be4bf3
#bd4af2
#bc49f1

Monochromatic Color with #ca57ff

#ca57ff
#220e2a
#431d55
#652c80
#873aaa
#a849d4

Tints of #ca57ff Color

#ca57ff
#cf69ff
#d57cff
#db8fff
#e1a1ff
#e7b4ff
#edc7ff
#f3d9ff
#f9ecff
#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

#ca57ff
#8cff57

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

Split Complementary

#ca57ff
#e0ff57
#57ff76

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

Analogous Color

#8757ff
#a857ff
#ca57ff
#ec57ff
#ff57f1

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

#ca57ff
#ffca57
#57ffca

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

#ca57ff
#ff7657
#8cff57
#57e0ff

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

#ca57ff
#8cff57
#57ff76
#ff57e0

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

#ca57ff Color Code Preview on Black Background Color

This is how #ca57ff Color will look on black background color. Color contrast ratio is 6.32

#ca57ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca57ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca57ff

#ca57ff color code is use for CSS Background Color

Background color for the above div is #ca57ff

HTML with inline CSS

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

#ca57ff color code is use for CSS Border Color

CSS Border color for the above div is #ca57ff

HTML with inline CSS

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

CSS Border Left color for the above div is #ca57ff

HTML with inline CSS

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

CSS Border Right color for the above div is #ca57ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ca57ff

HTML with inline CSS

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

CSS Border Top color for the above div is #ca57ff

HTML with inline CSS

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

#ca57ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ca57ff Color code Preview on White Background

This is how #ca57ff Color code will look on white background color. Color contrast ratio is 3.32

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

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,87,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(140,255,87,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(202,87,255,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.