crispedge.com

Color picker

Loading...

#c09eea hex color - Blue - Cool color - Information

#c09eea hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

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

Hex #c09eea color code is between #bb99ee web safe hex color code and #ccaadd web safe hex color code. #bb99ee is the nearest web safe color code. You can see here many more shades of #c09eea color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec09eea#c09eea
RGB Decimal192, 158, 234rgb(192, 158, 234)
RGB Percent75%, 62%, 92%rgb(75%, 62%, 92%)
CSS RGBa192, 158, 234,1rgba(192,158,234,1)
CMYK Modelcmyk(18%,32%,0%,8%)
HSL Color Space267,64% ,77%hsl(267,64% ,77%)
HSV Color Space267°, 32%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110000001001111011101010
Octal300236352
Decimal192158234
Hexc09eea

Different shades of #c09eea color code.

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

Light Shade of #c09eea
#dbc8f3
Dark Shade of #c09eea
#a574e1
Saturated Shade of #c09eea
#bf98f0
Desaturated Shade of #c09eea
#c1a4e4
Grey scale Shade of #c09eea
#c4c4c4
Brighten Shade
#d9b7ff
Most Readable Shade
#000000

Shades of #c09eea color code

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

#c09eea
#aa8cd0
#957ab6
#80699c
#6a5782
#554668
#40344e
#2a2334
#15111a
#000000

Similar Color like #c09eea color

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

#c19feb
#c2a0ec
#c3a1ed
#c4a2ee
#c5a3ef
#c6a4f0
#c7a5f1
#c8a6f2
#c9a7f3
#caa8f4
#cba9f5
#ccaaf6
#cdabf7
#ceacf8
#bf9de9
#be9ce8
#bd9be7
#bc9ae6
#bb99e5
#ba98e4
#b997e3
#b896e2
#b795e1
#b694e0
#b593df
#b492de
#b391dd
#b290dc

Monochromatic Color with #c09eea

#c09eea
#120f15
#342b40
#57486a
#7a6595
#9d81bf

Tints of #c09eea Color

#c09eea
#c7a8ec
#ceb3ee
#d5bef1
#dcc9f3
#e3d3f5
#eadef8
#f1e9fa
#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

#c09eea
#c8ea9e

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

Split Complementary

#c09eea
#eae69e
#a2ea9e

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

Analogous Color

#a29eea
#b19eea
#c09eea
#cf9eea
#de9eea

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

#c09eea
#eac09e
#9eeac0

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

#c09eea
#ea9ea2
#c8ea9e
#9eeae6

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

#c09eea
#c8ea9e
#a2ea9e
#e69eea

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

#c09eea Color Code Preview on Black Background Color

This is how #c09eea Color will look on black background color. Color contrast ratio is 9.32

#c09eea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c09eea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c09eea

#c09eea color code is use for CSS Background Color

Background color for the above div is #c09eea

HTML with inline CSS

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

#c09eea color code is use for CSS Border Color

CSS Border color for the above div is #c09eea

HTML with inline CSS

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

CSS Border Left color for the above div is #c09eea

HTML with inline CSS

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

CSS Border Right color for the above div is #c09eea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c09eea

HTML with inline CSS

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

CSS Border Top color for the above div is #c09eea

HTML with inline CSS

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

#c09eea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c09eea Color code Preview on White Background

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

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