crispedge.com

Color picker

Loading...

#c09dab hex color - Violet - Warm color - Information

#c09dab hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #c09dab color code is between #bb99aa web safe hex color code and #ccaabb web safe hex color code. #bb99aa is the nearest web safe color code. You can see here many more shades of #c09dab color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec09dab#c09dab
RGB Decimal192, 157, 171rgb(192, 157, 171)
RGB Percent75%, 62%, 67%rgb(75%, 62%, 67%)
CSS RGBa192, 157, 171,1rgba(192,157,171,1)
CMYK Modelcmyk(0%,18%,11%,25%)
HSL Color Space336,22% ,68%hsl(336,22% ,68%)
HSV Color Space336°, 18%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000001001110110101011
Octal300235253
Decimal192157171
Hexc09dab

Different shades of #c09dab color code.

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

Light Shade of #c09dab
#d4bcc6
Dark Shade of #c09dab
#ac7e90
Saturated Shade of #c09dab
#c895a9
Desaturated Shade of #c09dab
#b8a5ad
Grey scale Shade of #c09dab
#aeaeae
Brighten Shade
#d9b6c4
Most Readable Shade
#000000

Shades of #c09dab color code

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

#c09dab
#aa8b98
#957a85
#806872
#6a575f
#55454c
#403439
#2a2226
#151113
#000000

Similar Color like #c09dab color

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

#c19eac
#c29fad
#c3a0ae
#c4a1af
#c5a2b0
#c6a3b1
#c7a4b2
#c8a5b3
#c9a6b4
#caa7b5
#cba8b6
#cca9b7
#cdaab8
#ceabb9
#bf9caa
#be9ba9
#bd9aa8
#bc99a7
#bb98a6
#ba97a5
#b996a4
#b895a3
#b794a2
#b693a1
#b592a0
#b4919f
#b3909e
#b28f9d

Monochromatic Color with #c09dab

#c09dab
#eac0d1
#161214
#403539
#6b585f
#957a85

Tints of #c09dab Color

#c09dab
#c7a7b4
#ceb2bd
#d5bdc7
#dcc8d0
#e3d3d9
#eadee3
#f1e9ec
#f8f4f5
#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

#c09dab
#9dc0b2

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

Split Complementary

#c09dab
#9dc0a1
#9dbdc0

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

Analogous Color

#c09db9
#c09db2
#c09dab
#c09da4
#c09d9d

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

#c09dab
#abc09d
#9dabc0

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

#c09dab
#bcc09d
#9dc0b2
#a19dc0

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

#c09dab
#9dc0b2
#9dbdc0
#c0a19d

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

#c09dab Color Code Preview on Black Background Color

This is how #c09dab Color will look on black background color. Color contrast ratio is 8.65

#c09dab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c09dab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c09dab

#c09dab color code is use for CSS Background Color

Background color for the above div is #c09dab

HTML with inline CSS

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

#c09dab color code is use for CSS Border Color

CSS Border color for the above div is #c09dab

HTML with inline CSS

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

CSS Border Left color for the above div is #c09dab

HTML with inline CSS

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

CSS Border Right color for the above div is #c09dab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c09dab

HTML with inline CSS

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

CSS Border Top color for the above div is #c09dab

HTML with inline CSS

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

#c09dab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c09dab Color code Preview on White Background

This is how #c09dab Color code will look on white background color. Color contrast ratio is 2.43

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.