crispedge.com

Color picker

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

#ca5d95 hex color - Violet - Warm color - Information

#ca5d95 hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #ca5d95 Color code in RGB color code model is created after adding 79.22% red color, 36.47% green color and 58.43% blue color. Hex #ca5d95 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 54% magenta, 26% yellow and 21% black.

Hex #ca5d95 color code is between #cc5599 web safe hex color code and #bb6688 web safe hex color code. #cc5599 is the nearest web safe color code. You can see here many more shades of #ca5d95 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeca5d95#ca5d95
RGB Decimal202, 93, 149rgb(202, 93, 149)
RGB Percent79%, 36%, 58%rgb(79%, 36%, 58%)
CSS RGBa202, 93, 149,1rgba(202,93,149,1)
CMYK Modelcmyk(0%,54%,26%,21%)
HSL Color Space329,51% ,58%hsl(329,51% ,58%)
HSV Color Space329°, 54%, 79%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010100101110110010101
Octal312135225
Decimal20293149
Hexca5d95

Different shades of #ca5d95 color code.

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

Light Shade of #ca5d95
#d783ae
Dark Shade of #ca5d95
#b83c7c
Saturated Shade of #ca5d95
#d55295
Desaturated Shade of #ca5d95
#bf6895
Grey scale Shade of #ca5d95
#939393
Brighten Shade
#e376ae
Most Readable Shade
#FFFFFF

Shades of #ca5d95 color code

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

#ca5d95
#b35284
#9d4873
#863e63
#703352
#592942
#431f31
#2c1421
#160a10
#000000

Similar Color like #ca5d95 color

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

#cb5e96
#cc5f97
#cd6098
#ce6199
#cf629a
#d0639b
#d1649c
#d2659d
#d3669e
#d4679f
#d568a0
#d669a1
#d76aa2
#d86ba3
#c95c94
#c85b93
#c75a92
#c65991
#c55890
#c4578f
#c3568e
#c2558d
#c1548c
#c0538b
#bf528a
#be5189
#bd5088
#bc4f87

Monochromatic Color with #ca5d95

#ca5d95
#f471b4
#200f18
#4a2237
#753656
#9f4976

Tints of #ca5d95 Color

#ca5d95
#cf6fa0
#d581ac
#db93b8
#e1a5c4
#e7b7cf
#edc9db
#f3dbe7
#f9edf3
#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

#ca5d95
#5dca92

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

Split Complementary

#ca5d95
#5fca5d
#5dcac8

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

Analogous Color

#ca5dc1
#ca5dab
#ca5d95
#ca5d7f
#ca5d69

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

#ca5d95
#95ca5d
#5d95ca

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

#ca5d95
#cac85d
#5dca92
#5d5eca

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

#ca5d95
#5dca92
#5dcac8
#ca5d5f

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

#ca5d95 Color Code Preview on Black Background Color

This is how #ca5d95 Color will look on black background color. Color contrast ratio is 5.51

#ca5d95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca5d95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca5d95

#ca5d95 color code is use for CSS Background Color

Background color for the above div is #ca5d95

HTML with inline CSS

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

#ca5d95 color code is use for CSS Border Color

CSS Border color for the above div is #ca5d95

HTML with inline CSS

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

CSS Border Left color for the above div is #ca5d95

HTML with inline CSS

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

CSS Border Right color for the above div is #ca5d95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ca5d95

HTML with inline CSS

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

CSS Border Top color for the above div is #ca5d95

HTML with inline CSS

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

#ca5d95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ca5d95 Color code Preview on White Background

This is how #ca5d95 Color code will look on white background color. Color contrast ratio is 3.81

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.