crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ca99f1 hex color - Blue - Warm color - Information

#ca99f1 hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ca99f1 Color code in RGB color code model is created after adding 79.22% red color, 60% green color and 94.51% blue color. Hex #ca99f1 Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 37% magenta, 0% yellow and 5% black.

Hex #ca99f1 color code is between #cc88ee web safe hex color code and #bbaaff web safe hex color code. #cc88ee is the nearest web safe color code. You can see here many more shades of #ca99f1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeca99f1#ca99f1
RGB Decimal202, 153, 241rgb(202, 153, 241)
RGB Percent79%, 60%, 95%rgb(79%, 60%, 95%)
CSS RGBa202, 153, 241,1rgba(202,153,241,1)
CMYK Modelcmyk(16%,37%,0%,5%)
HSL Color Space273,76% ,77%hsl(273,76% ,77%)
HSV Color Space273°, 37%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010101001100111110001
Octal312231361
Decimal202153241
Hexca99f1

Different shades of #ca99f1 color code.

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

Light Shade of #ca99f1
#e1c6f7
Dark Shade of #ca99f1
#b36ceb
Saturated Shade of #ca99f1
#cb93f7
Desaturated Shade of #ca99f1
#c99feb
Grey scale Shade of #ca99f1
#c5c5c5
Brighten Shade
#e3b2ff
Most Readable Shade
#000000

Shades of #ca99f1 color code

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

#ca99f1
#b388d6
#9d77bb
#8666a0
#705585
#59446b
#433350
#2c2235
#16111a
#000000

Similar Color like #ca99f1 color

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

#cb9af2
#cc9bf3
#cd9cf4
#ce9df5
#cf9ef6
#d09ff7
#d1a0f8
#d2a1f9
#d3a2fa
#d4a3fb
#d5a4fc
#d6a5fd
#d7a6fe
#d8a7ff
#c998f0
#c897ef
#c796ee
#c695ed
#c594ec
#c493eb
#c392ea
#c291e9
#c190e8
#c08fe7
#bf8ee6
#be8de5
#bd8ce4
#bc8be3

Monochromatic Color with #ca99f1

#ca99f1
#18121c
#3c2d47
#5f4871
#83639c
#a67ec6

Tints of #ca99f1 Color

#ca99f1
#cfa4f2
#d5aff4
#dbbbf5
#e1c6f7
#e7d1f8
#edddfa
#f3e8fb
#f9f3fd
#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

#ca99f1
#c0f199

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

Split Complementary

#ca99f1
#ecf199
#99f19e

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

Analogous Color

#a799f1
#b899f1
#ca99f1
#dc99f1
#ed99f1

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

#ca99f1
#f1ca99
#99f1ca

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

#ca99f1
#f19e99
#c0f199
#99ecf1

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

#ca99f1
#c0f199
#99f19e
#f199ec

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

#ca99f1 Color Code Preview on Black Background Color

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

#ca99f1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca99f1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca99f1

#ca99f1 color code is use for CSS Background Color

Background color for the above div is #ca99f1

HTML with inline CSS

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

#ca99f1 color code is use for CSS Border Color

CSS Border color for the above div is #ca99f1

HTML with inline CSS

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

CSS Border Left color for the above div is #ca99f1

HTML with inline CSS

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

CSS Border Right color for the above div is #ca99f1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ca99f1

HTML with inline CSS

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

CSS Border Top color for the above div is #ca99f1

HTML with inline CSS

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

#ca99f1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ca99f1 Color code Preview on White Background

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.