Skip to main content Skip to docs navigation

#c8a2eb hex color | Download Light 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 Bright Ube and its hex is #D19FE8 Nearest Color Name

Color Hue/Base color: Violet

Hex #c8a2eb Color code in RGB color code model is created after adding 78.43% red color, 63.53% green color and 92.16% blue color. Hex #c8a2eb Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 31% magenta, 0% yellow and 7.84% black.

Hex #c8a2eb color code is between #ccaaee web safe hex color code and #bb99dd web safe hex color code. #ccaaee is the nearest web safe color code. You can see here many more shades of #c8a2eb color code.

RGB Chart

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

Color Table

Hex Color Code c8a2eb #c8a2eb
RGB Decimal 200, 162, 235 200, 162, 235
RGB Percent 78%, 64%, 92% rgb(78%, 64%, 92%)
CSS RGBa 200, 162, 235,1 rgba(200,162,235,1)
CMYK Model cmyk(15%,31%,0%,7.84%)
HSL Color Space 271,65% ,78% hsl(271,65% ,78%)
HSV Color Space 271°, 31%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001000 10100010 11101011
Octal 310 242 353
Decimal 200 162 235
Hex c8 a2 eb

Different shades of #c8a2eb color code.

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

Darkest of #c8a2eb
#7d2bc9
Darker of #c8a2eb
#964ed9
Dark of #c8a2eb
#af78e2
Base of #c8a2eb
#c8a2eb
Light of #c8a2eb
#e1ccf4
Lighter
#faf6fd
Lightest
#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

#c8a2eb
#c5eba2

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

Split Complementary

#c8a2eb
#e9eba2
#a2eba3

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

Analogous Color

#a2a7eb
#aaa2eb
#c8a2eb
#e0a2eb
#eba2d7

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

#c8a2eb
#a2ebc8
#ebc8a2

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

#c8a2eb
#ebc8a2
#c5eba2
#a2c5eb

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

#c8a2eb
#eba3a2
#c5eba2
#a2e9eb

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 #c8a2eb

#63229f
#7d2bc9
#964ed9
#af78e2
#c8a2eb
#e1ccf4
#faf6fd
#ffffff
#ffffff

Tints of #c8a2eb Color

#c8a2eb
#ceaced
#d4b6ef
#dac1f1
#e0cbf3
#e6d5f6
#ece0f8
#f2eafa
#f8f4fc
#ffffff

Shades of #c8a2eb color code

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

#c8a2eb
#b190d0
#9b7eb6
#856c9c
#6f5a82
#584868
#42364e
#2c2434
#16121a
#000000

Tones

#c8a2eb
#c8ade0
#c7b9d4
#c7c4c9
#c6c6c6

Tones

Similar Color like #c8a2eb color

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

#c9a3ec
#caa4ed
#cba5ee
#cca6ef
#cda7f0
#cea8f1
#cfa9f2
#d0aaf3
#d1abf4
#d2acf5
#d3adf6
#d4aef7
#d5aff8
#d6b0f9
#c7a1ea
#c6a0e9
#c59fe8
#c49ee7
#c39de6
#c29ce5
#c19be4
#c09ae3
#bf99e2
#be98e1
#bd97e0
#bc96df
#bb95de
#ba94dd

Download this Light Violet

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

#c8a2eb Color Code Preview on Black Background Color

This is how #c8a2eb Color will look on black background color. Color contrast ratio is 9.82

#c8a2eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8a2eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c8a2eb

#c8a2eb color code is use for CSS Background Color

Background color for the above div is #c8a2eb

HTML with inline CSS

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

#c8a2eb color code is use for CSS Border Color

CSS Border color for the above div is #c8a2eb

HTML with inline CSS

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

CSS Border Left color for the above div is #c8a2eb

HTML with inline CSS

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

CSS Border Right color for the above div is #c8a2eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c8a2eb

HTML with inline CSS

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

CSS Border Top color for the above div is #c8a2eb

HTML with inline CSS

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

#c8a2eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c8a2eb Color code Preview on White Background

This is how #c8a2eb Color code will look on white background color. Color contrast ratio is 2.14

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

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(200,162,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(197,235,162,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(200,162,235,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }