crispedge.com

Color picker

Loading...

#c093ec hex color - Blue - Warm color - Information

#c093ec hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #c093ec Color code in RGB color code model is created after adding 75.29% red color, 57.65% green color and 92.55% blue color. Hex #c093ec Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 38% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec093ec#c093ec
RGB Decimal192, 147, 236rgb(192, 147, 236)
RGB Percent75%, 58%, 93%rgb(75%, 58%, 93%)
CSS RGBa192, 147, 236,1rgba(192,147,236,1)
CMYK Modelcmyk(19%,38%,0%,7%)
HSL Color Space270,70% ,75%hsl(270,70% ,75%)
HSV Color Space270°, 38%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000001001001111101100
Octal300223354
Decimal192147236
Hexc093ec

Different shades of #c093ec color code.

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

Light Shade of #c093ec
#d9bef4
Dark Shade of #c093ec
#a768e4
Saturated Shade of #c093ec
#c08df2
Desaturated Shade of #c093ec
#c099e6
Grey scale Shade of #c093ec
#bfbfbf
Brighten Shade
#d9acff
Most Readable Shade
#000000

Shades of #c093ec color code

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

#c093ec
#aa82d1
#9572b7
#80629d
#6a5183
#554168
#40314e
#2a2034
#15101a
#000000

Similar Color like #c093ec color

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

#c194ed
#c295ee
#c396ef
#c497f0
#c598f1
#c699f2
#c79af3
#c89bf4
#c99cf5
#ca9df6
#cb9ef7
#cc9ff8
#cda0f9
#cea1fa
#bf92eb
#be91ea
#bd90e9
#bc8fe8
#bb8ee7
#ba8de6
#b98ce5
#b88be4
#b78ae3
#b689e2
#b588e1
#b487e0
#b386df
#b285de

Monochromatic Color with #c093ec

#c093ec
#130f17
#362942
#58446c
#7b5e97
#9d79c1

Tints of #c093ec Color

#c093ec
#c79fee
#ceabf0
#d5b7f2
#dcc3f4
#e3cff6
#eadbf8
#f1e7fa
#f8f3fc
#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

#c093ec
#bfec93

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

Split Complementary

#c093ec
#ecec93
#93ec93

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

Analogous Color

#9c93ec
#ae93ec
#c093ec
#d293ec
#e493ec

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

#c093ec
#ecc093
#93ecc0

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

#c093ec
#ec9393
#bfec93
#93ebec

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

#c093ec
#bfec93
#93ec93
#ec93ec

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

#c093ec Color Code Preview on Black Background Color

This is how #c093ec Color will look on black background color. Color contrast ratio is 8.63

#c093ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c093ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c093ec

#c093ec color code is use for CSS Background Color

Background color for the above div is #c093ec

HTML with inline CSS

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

#c093ec color code is use for CSS Border Color

CSS Border color for the above div is #c093ec

HTML with inline CSS

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

CSS Border Left color for the above div is #c093ec

HTML with inline CSS

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

CSS Border Right color for the above div is #c093ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c093ec

HTML with inline CSS

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

CSS Border Top color for the above div is #c093ec

HTML with inline CSS

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

#c093ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c093ec Color code Preview on White Background

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

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,147,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(191,236,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(192,147,236,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.