crispedge.com

Color picker

Loading...

#cd5cea hex color - Violet - Warm color - Information

#cd5cea hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cd5cea Color code in RGB color code model is created after adding 80.39% red color, 36.08% green color and 91.76% blue color. Hex #cd5cea Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 61% magenta, 0% yellow and 8% black.

Hex #cd5cea color code is between #cc55ee web safe hex color code and #dd66dd web safe hex color code. #cc55ee is the nearest web safe color code. You can see here many more shades of #cd5cea color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecd5cea#cd5cea
RGB Decimal205, 92, 234rgb(205, 92, 234)
RGB Percent80%, 36%, 92%rgb(80%, 36%, 92%)
CSS RGBa205, 92, 234,1rgba(205,92,234,1)
CMYK Modelcmyk(12%,61%,0%,8%)
HSL Color Space288,77% ,64%hsl(288,77% ,64%)
HSV Color Space288°, 61%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011010101110011101010
Octal315134352
Decimal20592234
Hexcd5cea

Different shades of #cd5cea color code.

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

Light Shade of #cd5cea
#db89f0
Dark Shade of #cd5cea
#bf2fe4
Saturated Shade of #cd5cea
#d253f3
Desaturated Shade of #cd5cea
#c865e1
Grey scale Shade of #cd5cea
#a3a3a3
Brighten Shade
#e675ff
Most Readable Shade
#000000

Shades of #cd5cea color code

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

#cd5cea
#b651d0
#9f47b6
#883d9c
#713382
#5b2868
#441e4e
#2d1434
#160a1a
#000000

Similar Color like #cd5cea color

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

#ce5deb
#cf5eec
#d05fed
#d160ee
#d261ef
#d362f0
#d463f1
#d564f2
#d665f3
#d766f4
#d867f5
#d968f6
#da69f7
#db6af8
#cc5be9
#cb5ae8
#ca59e7
#c958e6
#c857e5
#c756e4
#c655e3
#c554e2
#c453e1
#c352e0
#c251df
#c150de
#c04fdd
#bf4edc

Monochromatic Color with #cd5cea

#cd5cea
#130815
#381940
#5d2a6a
#833b95
#a84bbf

Tints of #cd5cea Color

#cd5cea
#d26eec
#d880ee
#dd92f1
#e3a4f3
#e8b6f5
#eec8f8
#f3dafa
#f9ecfc
#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

#cd5cea
#79ea5c

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

Split Complementary

#cd5cea
#c0ea5c
#5cea86

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

Analogous Color

#945cea
#b15cea
#cd5cea
#e95cea
#ea5cce

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

#cd5cea
#eacd5c
#5ceacd

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

#cd5cea
#ea865c
#79ea5c
#5cc0ea

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

#cd5cea
#79ea5c
#5cea86
#ea5cc0

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

#cd5cea Color Code Preview on Black Background Color

This is how #cd5cea Color will look on black background color. Color contrast ratio is 6.31

#cd5cea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd5cea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd5cea

#cd5cea color code is use for CSS Background Color

Background color for the above div is #cd5cea

HTML with inline CSS

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

#cd5cea color code is use for CSS Border Color

CSS Border color for the above div is #cd5cea

HTML with inline CSS

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

CSS Border Left color for the above div is #cd5cea

HTML with inline CSS

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

CSS Border Right color for the above div is #cd5cea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd5cea

HTML with inline CSS

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

CSS Border Top color for the above div is #cd5cea

HTML with inline CSS

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

#cd5cea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd5cea Color code Preview on White Background

This is how #cd5cea Color code will look on white background color. Color contrast ratio is 3.33

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

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(205,92,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(121,234,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(205,92,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.