crispedge.com

Color picker

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

#c59ee0 hex color - Violet - Warm color - Information

#c59ee0 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #c59ee0 Color code in RGB color code model is created after adding 77.25% red color, 61.96% green color and 87.84% blue color. Hex #c59ee0 Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 29% magenta, 0% yellow and 12% black.

Hex #c59ee0 color code is between #cc99dd web safe hex color code and #bbaaee web safe hex color code. #cc99dd is the nearest web safe color code. You can see here many more shades of #c59ee0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec59ee0#c59ee0
RGB Decimal197, 158, 224rgb(197, 158, 224)
RGB Percent77%, 62%, 88%rgb(77%, 62%, 88%)
CSS RGBa197, 158, 224,1rgba(197,158,224,1)
CMYK Modelcmyk(12%,29%,0%,12%)
HSL Color Space275,52% ,75%hsl(275,52% ,75%)
HSV Color Space275°, 29%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001011001111011100000
Octal305236340
Decimal197158224
Hexc59ee0

Different shades of #c59ee0 color code.

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

Light Shade of #c59ee0
#dcc5ec
Dark Shade of #c59ee0
#ae77d4
Saturated Shade of #c59ee0
#c698e6
Desaturated Shade of #c59ee0
#c4a4da
Grey scale Shade of #c59ee0
#bfbfbf
Brighten Shade
#deb7f9
Most Readable Shade
#000000

Shades of #c59ee0 color code

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

#c59ee0
#af8cc7
#997aae
#836995
#6d577c
#574663
#41344a
#2b2331
#151118
#000000

Similar Color like #c59ee0 color

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

#c69fe1
#c7a0e2
#c8a1e3
#c9a2e4
#caa3e5
#cba4e6
#cca5e7
#cda6e8
#cea7e9
#cfa8ea
#d0a9eb
#d1aaec
#d2abed
#d3acee
#c49ddf
#c39cde
#c29bdd
#c19adc
#c099db
#bf98da
#be97d9
#bd96d8
#bc95d7
#bb94d6
#ba93d5
#b992d4
#b891d3
#b790d2

Monochromatic Color with #c59ee0

#c59ee0
#0a080b
#2f2636
#554460
#7a628b
#a080b5

Tints of #c59ee0 Color

#c59ee0
#cba8e3
#d1b3e6
#d8beea
#dec9ed
#e5d3f1
#ebdef4
#f2e9f8
#f8f4fb
#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

#c59ee0
#b9e09e

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

Split Complementary

#c59ee0
#dae09e
#9ee0a4

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

Analogous Color

#ab9ee0
#b89ee0
#c59ee0
#d29ee0
#df9ee0

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

#c59ee0
#e0c59e
#9ee0c5

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

#c59ee0
#e0a49e
#b9e09e
#9edae0

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

#c59ee0
#b9e09e
#9ee0a4
#e09eda

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

#c59ee0 Color Code Preview on Black Background Color

This is how #c59ee0 Color will look on black background color. Color contrast ratio is 9.34

#c59ee0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c59ee0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c59ee0

#c59ee0 color code is use for CSS Background Color

Background color for the above div is #c59ee0

HTML with inline CSS

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

#c59ee0 color code is use for CSS Border Color

CSS Border color for the above div is #c59ee0

HTML with inline CSS

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

CSS Border Left color for the above div is #c59ee0

HTML with inline CSS

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

CSS Border Right color for the above div is #c59ee0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c59ee0

HTML with inline CSS

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

CSS Border Top color for the above div is #c59ee0

HTML with inline CSS

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

#c59ee0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c59ee0 Color code Preview on White Background

This is how #c59ee0 Color code will look on white background color. Color contrast ratio is 2.25

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

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.