crispedge.com

Color picker

Loading...

#c05daa hex color - Violet - Warm color - Information

#c05daa hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c05daa Color code in RGB color code model is created after adding 75.29% red color, 36.47% green color and 66.67% blue color. Hex #c05daa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 11% yellow and 25% black.

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codec05daa#c05daa
RGB Decimal192, 93, 170rgb(192, 93, 170)
RGB Percent75%, 36%, 67%rgb(75%, 36%, 67%)
CSS RGBa192, 93, 170,1rgba(192,93,170,1)
CMYK Modelcmyk(0%,52%,11%,25%)
HSL Color Space313,44% ,56%hsl(313,44% ,56%)
HSV Color Space313°, 52%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000000101110110101010
Octal300135252
Decimal19293170
Hexc05daa

Different shades of #c05daa color code.

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

Light Shade of #c05daa
#ce82bd
Dark Shade of #c05daa
#a84292
Saturated Shade of #c05daa
#cb52b0
Desaturated Shade of #c05daa
#b568a4
Grey scale Shade of #c05daa
#8e8e8e
Brighten Shade
#d976c3
Most Readable Shade
#FFFFFF

Shades of #c05daa color code

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

#c05daa
#aa5297
#954884
#803e71
#6a335e
#55294b
#401f38
#2a1425
#150a12
#000000

Similar Color like #c05daa color

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

#c15eab
#c25fac
#c360ad
#c461ae
#c562af
#c663b0
#c764b1
#c865b2
#c966b3
#ca67b4
#cb68b5
#cc69b6
#cd6ab7
#ce6bb8
#bf5ca9
#be5ba8
#bd5aa7
#bc59a6
#bb58a5
#ba57a4
#b956a3
#b855a2
#b754a1
#b653a0
#b5529f
#b4519e
#b3509d
#b24f9c

Monochromatic Color with #c05daa

#c05daa
#ea72d0
#160b13
#401f39
#6b345f
#954884

Tints of #c05daa Color

#c05daa
#c76fb3
#ce81bc
#d593c6
#dca5cf
#e3b7d9
#eac9e2
#f1dbec
#f8edf5
#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

#c05daa
#5dc073

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

Split Complementary

#c05daa
#78c05d
#5dc0a5

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

Analogous Color

#ae5dc0
#c05dbe
#c05daa
#c05d96
#c05d82

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

#c05daa
#aac05d
#5daac0

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

#c05daa
#c0a45d
#5dc073
#5d78c0

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

#c05daa
#5dc073
#5dc0a5
#c05d78

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

#c05daa Color Code Preview on Black Background Color

This is how #c05daa Color will look on black background color. Color contrast ratio is 5.39

#c05daa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c05daa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c05daa

#c05daa color code is use for CSS Background Color

Background color for the above div is #c05daa

HTML with inline CSS

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

#c05daa color code is use for CSS Border Color

CSS Border color for the above div is #c05daa

HTML with inline CSS

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

CSS Border Left color for the above div is #c05daa

HTML with inline CSS

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

CSS Border Right color for the above div is #c05daa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c05daa

HTML with inline CSS

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

CSS Border Top color for the above div is #c05daa

HTML with inline CSS

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

#c05daa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c05daa Color code Preview on White Background

This is how #c05daa Color code will look on white background color. Color contrast ratio is 3.90

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

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(192,93,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,192,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,93,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.