crispedge.com

Color picker

Loading...

#c69eea hex color - Blue - Warm color - Information

#c69eea hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #c69eea Color code in RGB color code model is created after adding 77.65% red color, 61.96% green color and 91.76% blue color. Hex #c69eea Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 32% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec69eea#c69eea
RGB Decimal198, 158, 234rgb(198, 158, 234)
RGB Percent78%, 62%, 92%rgb(78%, 62%, 92%)
CSS RGBa198, 158, 234,1rgba(198,158,234,1)
CMYK Modelcmyk(15%,32%,0%,8%)
HSL Color Space272,64% ,77%hsl(272,64% ,77%)
HSV Color Space272°, 32%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001101001111011101010
Octal306236352
Decimal198158234
Hexc69eea

Different shades of #c69eea color code.

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

Light Shade of #c69eea
#dfc8f3
Dark Shade of #c69eea
#ad74e1
Saturated Shade of #c69eea
#c698f0
Desaturated Shade of #c69eea
#c6a4e4
Grey scale Shade of #c69eea
#c4c4c4
Brighten Shade
#dfb7ff
Most Readable Shade
#000000

Shades of #c69eea color code

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

#c69eea
#b08cd0
#9a7ab6
#84699c
#6e5782
#584668
#42344e
#2c2334
#16111a
#000000

Similar Color like #c69eea color

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

#c79feb
#c8a0ec
#c9a1ed
#caa2ee
#cba3ef
#cca4f0
#cda5f1
#cea6f2
#cfa7f3
#d0a8f4
#d1a9f5
#d2aaf6
#d3abf7
#d4acf8
#c59de9
#c49ce8
#c39be7
#c29ae6
#c199e5
#c098e4
#bf97e3
#be96e2
#bd95e1
#bc94e0
#bb93df
#ba92de
#b991dd
#b890dc

Monochromatic Color with #c69eea

#c69eea
#120f15
#362b40
#5a486a
#7e6595
#a281bf

Tints of #c69eea Color

#c69eea
#cca8ec
#d2b3ee
#d9bef1
#dfc9f3
#e5d3f5
#ecdef8
#f2e9fa
#f8f4fc
#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

#c69eea
#c2ea9e

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

Split Complementary

#c69eea
#e8ea9e
#9eeaa0

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

Analogous Color

#a89eea
#b79eea
#c69eea
#d59eea
#e49eea

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

#c69eea
#eac69e
#9eeac6

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

#c69eea
#eaa09e
#c2ea9e
#9ee8ea

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

#c69eea
#c2ea9e
#9eeaa0
#ea9ee8

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

#c69eea Color Code Preview on Black Background Color

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

#c69eea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c69eea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c69eea

#c69eea color code is use for CSS Background Color

Background color for the above div is #c69eea

HTML with inline CSS

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

#c69eea color code is use for CSS Border Color

CSS Border color for the above div is #c69eea

HTML with inline CSS

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

CSS Border Left color for the above div is #c69eea

HTML with inline CSS

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

CSS Border Right color for the above div is #c69eea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c69eea

HTML with inline CSS

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

CSS Border Top color for the above div is #c69eea

HTML with inline CSS

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

#c69eea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c69eea Color code Preview on White Background

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

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(198,158,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(194,234,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(198,158,234,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.