crispedge.com

Color picker

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

#4c2f60 hex color - Violet - Warm color - Information

#4c2f60 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #4c2f60 Color code in RGB color code model is created after adding 29.8% red color, 18.43% green color and 37.65% blue color. Hex #4c2f60 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 51% magenta, 0% yellow and 62% black.

Hex #4c2f60 color code is between #443366 web safe hex color code and #552255 web safe hex color code. #443366 is the nearest web safe color code. You can see here many more shades of #4c2f60 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code4c2f60#4c2f60
RGB Decimal76, 47, 96rgb(76, 47, 96)
RGB Percent30%, 18%, 38%rgb(30%, 18%, 38%)
CSS RGBa76, 47, 96,1rgba(76,47,96,1)
CMYK Modelcmyk(21%,51%,0%,62%)
HSL Color Space276,34% ,28%hsl(276,34% ,28%)
HSV Color Space276°, 51%, 38%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010011000010111101100000
Octal11457140
Decimal764796
Hex4c2f60

Different shades of #4c2f60 color code.

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

Light Shade of #4c2f60
#674082
Dark Shade of #4c2f60
#311e3e
Saturated Shade of #4c2f60
#4d2867
Desaturated Shade of #4c2f60
#4b3659
Grey scale Shade of #4c2f60
#474747
Brighten Shade
#654879
Most Readable Shade
#FFFFFF

Shades of #4c2f60 color code

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

#4c2f60
#432955
#3b244a
#321f40
#2a1a35
#21142a
#190f20
#100a15
#08050a
#000000

Similar Color like #4c2f60 color

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

#4d3061
#4e3162
#4f3263
#503364
#513465
#523566
#533667
#543768
#553869
#56396a
#573a6b
#583b6c
#593c6d
#5a3d6e
#4b2e5f
#4a2d5e
#492c5d
#482b5c
#472a5b
#46295a
#452859
#442758
#432657
#422556
#412455
#402354
#3f2253
#3e2152

Monochromatic Color with #4c2f60

#4c2f60
#6e448a
#8f59b5
#b16ddf
#09050b
#2a1a35

Tints of #4c2f60 Color

#4c2f60
#5f4671
#735d83
#877495
#9b8ba6
#afa2b8
#c3b9ca
#d7d0db
#ebe7ed
#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

#4c2f60
#43602f

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

Split Complementary

#4c2f60
#5c602f
#2f6034

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

Analogous Color

#382f60
#422f60
#4c2f60
#562f60
#602f60

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

#4c2f60
#604c2f
#2f604c

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

#4c2f60
#60332f
#43602f
#2f5b60

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

#4c2f60
#43602f
#2f6034
#602f5c

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 #4c2f60 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.

#4c2f60 Color Code Preview on Black Background Color

This is how #4c2f60 Color will look on black background color. Color contrast ratio is 1.88

#4c2f60 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4c2f60

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4c2f60

#4c2f60 color code is use for CSS Background Color

Background color for the above div is #4c2f60

HTML with inline CSS

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

#4c2f60 color code is use for CSS Border Color

CSS Border color for the above div is #4c2f60

HTML with inline CSS

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

CSS Border Left color for the above div is #4c2f60

HTML with inline CSS

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

CSS Border Right color for the above div is #4c2f60

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4c2f60

HTML with inline CSS

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

CSS Border Top color for the above div is #4c2f60

HTML with inline CSS

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

#4c2f60 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4c2f60 Color code Preview on White Background

This is how #4c2f60 Color code will look on white background color. Color contrast ratio is 11.15

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

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.