crispedge.com

Color picker

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

#c59df2 hex color - Blue - Cool color - Information

#c59df2 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #c59df2 Color code in RGB color code model is created after adding 77.25% red color, 61.57% green color and 94.9% blue color. Hex #c59df2 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 35% magenta, 0% yellow and 5% black.

Hex #c59df2 color code is between #cc99ee web safe hex color code and #bbaaff web safe hex color code. #cc99ee is the nearest web safe color code. You can see here many more shades of #c59df2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec59df2#c59df2
RGB Decimal197, 157, 242rgb(197, 157, 242)
RGB Percent77%, 62%, 95%rgb(77%, 62%, 95%)
CSS RGBa197, 157, 242,1rgba(197,157,242,1)
CMYK Modelcmyk(19%,35%,0%,5%)
HSL Color Space268,77% ,78%hsl(268,77% ,78%)
HSV Color Space268°, 35%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001011001110111110010
Octal305235362
Decimal197157242
Hexc59df2

Different shades of #c59df2 color code.

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

Light Shade of #c59df2
#e0caf8
Dark Shade of #c59df2
#aa70ec
Saturated Shade of #c59df2
#c597f8
Desaturated Shade of #c59df2
#c5a3ec
Grey scale Shade of #c59df2
#c7c7c7
Brighten Shade
#deb6ff
Most Readable Shade
#000000

Shades of #c59df2 color code

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

#c59df2
#af8bd7
#997abc
#8368a1
#6d5786
#57456b
#413450
#2b2235
#15111a
#000000

Similar Color like #c59df2 color

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

#c69ef3
#c79ff4
#c8a0f5
#c9a1f6
#caa2f7
#cba3f8
#cca4f9
#cda5fa
#cea6fb
#cfa7fc
#d0a8fd
#d1a9fe
#d2aaff
#d3abff
#c49cf1
#c39bf0
#c29aef
#c199ee
#c098ed
#bf97ec
#be96eb
#bd95ea
#bc94e9
#bb93e8
#ba92e7
#b991e6
#b890e5
#b78fe4

Monochromatic Color with #c59df2

#c59df2
#18131d
#3b2f48
#5d4a72
#80669d
#a281c7

Tints of #c59df2 Color

#c59df2
#cba7f3
#d1b2f4
#d8bdf6
#dec8f7
#e5d3f9
#ebdefa
#f2e9fc
#f8f4fd
#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

#c59df2
#caf29d

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

Split Complementary

#c59df2
#f2f09d
#9ff29d

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

Analogous Color

#a39df2
#b49df2
#c59df2
#d69df2
#e79df2

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

#c59df2
#f2c59d
#9df2c5

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

#c59df2
#f29d9f
#caf29d
#9df2ef

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

#c59df2
#caf29d
#9ff29d
#f09df2

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

#c59df2 Color Code Preview on Black Background Color

This is how #c59df2 Color will look on black background color. Color contrast ratio is 9.48

#c59df2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c59df2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c59df2

#c59df2 color code is use for CSS Background Color

Background color for the above div is #c59df2

HTML with inline CSS

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

#c59df2 color code is use for CSS Border Color

CSS Border color for the above div is #c59df2

HTML with inline CSS

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

CSS Border Left color for the above div is #c59df2

HTML with inline CSS

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

CSS Border Right color for the above div is #c59df2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c59df2

HTML with inline CSS

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

CSS Border Top color for the above div is #c59df2

HTML with inline CSS

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

#c59df2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c59df2 Color code Preview on White Background

This is how #c59df2 Color code will look on white background color. Color contrast ratio is 2.22

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.