crispedge.com

Color picker

Loading...

#ce0e95 hex color - Red - Warm color - Information

#ce0e95 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ce0e95 Color code in RGB color code model is created after adding 80.78% red color, 5.49% green color and 58.43% blue color. Hex #ce0e95 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 93% magenta, 28% yellow and 19% black.

Hex #ce0e95 color code is between #cc1199 web safe hex color code and #dd0088 web safe hex color code. #cc1199 is the nearest web safe color code. You can see here many more shades of #ce0e95 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codece0e95#ce0e95
RGB Decimal206, 14, 149rgb(206, 14, 149)
RGB Percent81%, 5%, 58%rgb(81%, 5%, 58%)
CSS RGBa206, 14, 149,1rgba(206,14,149,1)
CMYK Modelcmyk(0%,93%,28%,19%)
HSL Color Space318,87% ,43%hsl(318,87% ,43%)
HSV Color Space318°, 93%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011100000111010010101
Octal31616225
Decimal20614149
Hexce0e95

Different shades of #ce0e95 color code.

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

Light Shade of #ce0e95
#f01fb2
Dark Shade of #ce0e95
#9e0b72
Saturated Shade of #ce0e95
#d90399
Desaturated Shade of #ce0e95
#c31991
Grey scale Shade of #ce0e95
#6e6e6e
Brighten Shade
#e727ae
Most Readable Shade
#FFFFFF

Shades of #ce0e95 color code

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

#ce0e95
#b70c84
#a00a73
#890963
#720752
#5b0642
#440431
#2d0321
#160110
#000000

Similar Color like #ce0e95 color

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

#cf0f96
#d01097
#d11198
#d21299
#d3139a
#d4149b
#d5159c
#d6169d
#d7179e
#d8189f
#d919a0
#da1aa1
#db1ba2
#dc1ca3
#cd0d94
#cc0c93
#cb0b92
#ca0a91
#c90990
#c8088f
#c7078e
#c6068d
#c5058c
#c4048b
#c3038a
#c20289
#c10188
#c00087

Monochromatic Color with #ce0e95

#ce0e95
#f811b4
#24021a
#4e0539
#790858
#a30b76

Tints of #ce0e95 Color

#ce0e95
#d328a0
#d843ac
#de5eb8
#e379c4
#e993cf
#eeaedb
#f4c9e7
#f9e4f3
#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

#ce0e95
#0ece47

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

Split Complementary

#ce0e95
#35ce0e
#0ecea7

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

Analogous Color

#ba0ece
#ce0ebb
#ce0e95
#ce0e6f
#ce0e48

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

#ce0e95
#95ce0e
#0e95ce

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

#ce0e95
#cea70e
#0ece47
#0e35ce

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

#ce0e95
#0ece47
#0ecea7
#ce0e35

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

#ce0e95 Color Code Preview on Black Background Color

This is how #ce0e95 Color will look on black background color. Color contrast ratio is 4.12

#ce0e95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce0e95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ce0e95

#ce0e95 color code is use for CSS Background Color

Background color for the above div is #ce0e95

HTML with inline CSS

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

#ce0e95 color code is use for CSS Border Color

CSS Border color for the above div is #ce0e95

HTML with inline CSS

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

CSS Border Left color for the above div is #ce0e95

HTML with inline CSS

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

CSS Border Right color for the above div is #ce0e95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ce0e95

HTML with inline CSS

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

CSS Border Top color for the above div is #ce0e95

HTML with inline CSS

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

#ce0e95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ce0e95 Color code Preview on White Background

This is how #ce0e95 Color code will look on white background color. Color contrast ratio is 5.10

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

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(206,14,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(14,206,71,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,14,149,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.