Skip to main content Skip to docs navigation

#ca488e hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Smitten and its hex is #C84186 Nearest Color Name

Color Hue/Base color: Violet

Hex #ca488e Color code in RGB color code model is created after adding 79.22% red color, 28.24% green color and 55.69% blue color. Hex #ca488e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 30% yellow and 20.78% black.

Hex #ca488e color code is between #cc4488 web safe hex color code and #bb5599 web safe hex color code. #cc4488 is the nearest web safe color code. You can see here many more shades of #ca488e color code.

RGB Chart

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

Color Table

Hex Color Code ca488e #ca488e
RGB Decimal 202, 72, 142 202, 72, 142
RGB Percent 79%, 28%, 56% rgb(79%, 28%, 56%)
CSS RGBa 202, 72, 142,1 rgba(202,72,142,1)
CMYK Model cmyk(0%,64%,30%,20.78%)
HSL Color Space 328,55% ,54% hsl(328,55% ,54%)
HSV Color Space 328°, 64%, 79%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001010 01001000 10001110
Octal 312 110 216
Decimal 202 72 142
Hex ca 48 8e

Different shades of #ca488e color code.

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

Darkest of #ca488e
#5e1b3f
Darker of #ca488e
#85275a
Dark of #ca488e
#ad3274
Base of #ca488e
#ca488e
Light of #ca488e
#d570a6
Lighter
#e197bf
Lightest
#ecbfd7

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

#ca488e
#48ca84

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

Split Complementary

#ca488e
#4dca48
#48cac5

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

Analogous Color

#ba48ca
#ca48c4
#ca488e
#ca4863
#ca6448

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

#ca488e
#488eca
#8eca48

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

#ca488e
#8eca48
#48ca84
#8448ca

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#ca488e
#cac548
#48ca84
#484dca

Square 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).

Monochromatic Color with #ca488e

#361024
#5e1b3f
#85275a
#ad3274
#ca488e
#d570a6
#e197bf
#ecbfd7
#f8e6f0

Tints of #ca488e Color

#ca488e
#cf5c9a
#d570a7
#db85b3
#e199c0
#e7adcc
#edc2d9
#f3d6e5
#f9eaf2
#ffffff

Shades of #ca488e color code

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

#ca488e
#b3407e
#9d386e
#86305e
#70284e
#59203f
#43182f
#2c101f
#16080f
#000000

Tones

#ca488e
#b2608c
#9b778a
#898989
#898989

Tones

Similar Color like #ca488e color

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

#cb498f
#cc4a90
#cd4b91
#ce4c92
#cf4d93
#d04e94
#d14f95
#d25096
#d35197
#d45298
#d55399
#d6549a
#d7559b
#d8569c
#c9478d
#c8468c
#c7458b
#c6448a
#c54389
#c44288
#c34187
#c24086
#c13f85
#c03e84
#bf3d83
#be3c82
#bd3b81
#bc3a80

Download this Dark Violet

Hex #ca488e 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.

#ca488e Color Code Preview on Black Background Color

This is how #ca488e Color will look on black background color. Color contrast ratio is 4.83

#ca488e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca488e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ca488e

#ca488e color code is use for CSS Background Color

Background color for the above div is #ca488e

HTML with inline CSS

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

#ca488e color code is use for CSS Border Color

CSS Border color for the above div is #ca488e

HTML with inline CSS

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

CSS Border Left color for the above div is #ca488e

HTML with inline CSS

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

CSS Border Right color for the above div is #ca488e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ca488e

HTML with inline CSS

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

CSS Border Top color for the above div is #ca488e

HTML with inline CSS

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

#ca488e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ca488e Color code Preview on White Background

This is how #ca488e Color code will look on white background color. Color contrast ratio is 4.35

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(202,72,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(72,202,132,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(202,72,142,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }