crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#cd059b hex color - Red - Warm color - Information

#cd059b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #cd059b Color code in RGB color code model is created after adding 80.39% red color, 1.96% green color and 60.78% blue color. Hex #cd059b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 98% magenta, 24% yellow and 20% black.

Hex #cd059b color code is between #cc0099 web safe hex color code and #dd00aa web safe hex color code. #cc0099 is the nearest web safe color code. You can see here many more shades of #cd059b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codecd059b#cd059b
RGB Decimal205, 5, 155rgb(205, 5, 155)
RGB Percent80%, 2%, 61%rgb(80%, 2%, 61%)
CSS RGBa205, 5, 155,1rgba(205,5,155,1)
CMYK Modelcmyk(0%,98%,24%,20%)
HSL Color Space315,95% ,41%hsl(315,95% ,41%)
HSV Color Space315°, 98%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011010000010110011011
Octal3155233
Decimal2055155
Hexcd059b

Different shades of #cd059b color code.

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

Light Shade of #cd059b
#f90cbe
Dark Shade of #cd059b
#9b0475
Saturated Shade of #cd059b
#d2009d
Desaturated Shade of #cd059b
#c21096
Grey scale Shade of #cd059b
#696969
Brighten Shade
#e61eb4
Most Readable Shade
#FFFFFF

Shades of #cd059b color code

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

#cd059b
#b60489
#9f0378
#880367
#710256
#5b0244
#440133
#2d0122
#160011
#000000

Similar Color like #cd059b color

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

#ce069c
#cf079d
#d0089e
#d1099f
#d20aa0
#d30ba1
#d40ca2
#d50da3
#d60ea4
#d70fa5
#d810a6
#d911a7
#da12a8
#db13a9
#cc049a
#cb0399
#ca0298
#c90197
#c80096
#c70095
#c60094
#c50093
#c40092
#c30091
#c20090
#c1008f
#c0008e
#bf008d

Monochromatic Color with #cd059b

#cd059b
#f706bb
#23011a
#4d023b
#78035b
#a2047b

Tints of #cd059b Color

#cd059b
#d220a6
#d83cb1
#dd58bc
#e374c7
#e88fd2
#eeabdd
#f3c7e8
#f9e3f3
#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

#cd059b
#05cd37

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

Split Complementary

#cd059b
#37cd05
#05cd9b

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

Analogous Color

#af05cd
#cd05c3
#cd059b
#cd0573
#cd054b

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

#cd059b
#9bcd05
#059bcd

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

#cd059b
#cd9b05
#05cd37
#0537cd

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

#cd059b
#05cd37
#05cd9b
#cd0537

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

#cd059b Color Code Preview on Black Background Color

This is how #cd059b Color will look on black background color. Color contrast ratio is 4.09

#cd059b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd059b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cd059b

#cd059b color code is use for CSS Background Color

Background color for the above div is #cd059b

HTML with inline CSS

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

#cd059b color code is use for CSS Border Color

CSS Border color for the above div is #cd059b

HTML with inline CSS

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

CSS Border Left color for the above div is #cd059b

HTML with inline CSS

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

CSS Border Right color for the above div is #cd059b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cd059b

HTML with inline CSS

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

CSS Border Top color for the above div is #cd059b

HTML with inline CSS

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

#cd059b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cd059b Color code Preview on White Background

This is how #cd059b Color code will look on white background color. Color contrast ratio is 5.13

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.