crispedge.com

Color picker

Loading...

#cd0052 hex color - Red - Warm color - Information

#cd0052 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #cd0052 Color code in RGB color code model is created after adding 80.39% red color, 0% green color and 32.16% blue color. Hex #cd0052 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 60% yellow and 20% black.

Hex #cd0052 color code is between #cc0055 web safe hex color code and #dd0044 web safe hex color code. #cc0055 is the nearest web safe color code. You can see here many more shades of #cd0052 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codecd0052#cd0052
RGB Decimal205, 0, 82rgb(205, 0, 82)
RGB Percent80%, 0%, 32%rgb(80%, 0%, 32%)
CSS RGBa205, 0, 82,1rgba(205,0,82,1)
CMYK Modelcmyk(0%,100%,60%,20%)
HSL Color Space336,100% ,40%hsl(336,100% ,40%)
HSV Color Space336°, 100%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011010000000001010010
Octal3150122
Decimal205082
Hexcd0052

Different shades of #cd0052 color code.

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

Light Shade of #cd0052
#ff0167
Dark Shade of #cd0052
#9a003e
Saturated Shade of #cd0052
#cd0052
Desaturated Shade of #cd0052
#c30a54
Grey scale Shade of #cd0052
#666666
Brighten Shade
#e6196b
Most Readable Shade
#FFFFFF

Shades of #cd0052 color code

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

#cd0052
#b60048
#9f003f
#880036
#71002d
#5b0024
#44001b
#2d0012
#160009
#000000

Similar Color like #cd0052 color

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

#ce0153
#cf0254
#d00355
#d10456
#d20557
#d30658
#d40759
#d5085a
#d6095b
#d70a5c
#d80b5d
#d90c5e
#da0d5f
#db0e60
#cc0051
#cb0050
#ca004f
#c9004e
#c8004d
#c7004c
#c6004b
#c5004a
#c40049
#c30048
#c20047
#c10046
#c00045
#bf0044

Monochromatic Color with #cd0052

#cd0052
#f70063
#23000e
#4d001f
#780030
#a20041

Tints of #cd0052 Color

#cd0052
#d21c65
#d83878
#dd558b
#e3719e
#e88db2
#eeaac5
#f3c6d8
#f9e2eb
#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

#cd0052
#00cd7b

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

Split Complementary

#cd0052
#00cd15
#00b8cd

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

Analogous Color

#cd00a4
#cd007b
#cd0052
#cd0029
#cd0000

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

#cd0052
#52cd00
#0052cd

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

#cd0052
#b8cd00
#00cd7b
#1400cd

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

#cd0052
#00cd7b
#00b8cd
#cd1500

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

#cd0052 Color Code Preview on Black Background Color

This is how #cd0052 Color will look on black background color. Color contrast ratio is 3.72

#cd0052 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd0052

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd0052

#cd0052 color code is use for CSS Background Color

Background color for the above div is #cd0052

HTML with inline CSS

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

#cd0052 color code is use for CSS Border Color

CSS Border color for the above div is #cd0052

HTML with inline CSS

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

CSS Border Left color for the above div is #cd0052

HTML with inline CSS

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

CSS Border Right color for the above div is #cd0052

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd0052

HTML with inline CSS

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

CSS Border Top color for the above div is #cd0052

HTML with inline CSS

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

#cd0052 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd0052 Color code Preview on White Background

This is how #cd0052 Color code will look on white background color. Color contrast ratio is 5.65

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

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