crispedge.com

Color picker

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

#c077e5 hex color - Violet - Warm color - Information

#c077e5 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #c077e5 Color code in RGB color code model is created after adding 75.29% red color, 46.67% green color and 89.8% blue color. Hex #c077e5 Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 48% magenta, 0% yellow and 10% black.

Hex #c077e5 color code is between #bb66dd web safe hex color code and #cc88ee web safe hex color code. #bb66dd is the nearest web safe color code. You can see here many more shades of #c077e5 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec077e5#c077e5
RGB Decimal192, 119, 229rgb(192, 119, 229)
RGB Percent75%, 47%, 90%rgb(75%, 47%, 90%)
CSS RGBa192, 119, 229,1rgba(192,119,229,1)
CMYK Modelcmyk(16%,48%,0%,10%)
HSL Color Space280,68% ,68%hsl(280,68% ,68%)
HSV Color Space280°, 48%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000000111011111100101
Octal300167345
Decimal192119229
Hexc077e5

Different shades of #c077e5 color code.

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

Light Shade of #c077e5
#d4a2ed
Dark Shade of #c077e5
#ac4cdd
Saturated Shade of #c077e5
#c36fed
Desaturated Shade of #c077e5
#bd7fdd
Grey scale Shade of #c077e5
#aeaeae
Brighten Shade
#d990fe
Most Readable Shade
#000000

Shades of #c077e5 color code

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

#c077e5
#aa69cb
#955cb2
#804f98
#6a427f
#553465
#40274c
#2a1a32
#150d19
#000000

Similar Color like #c077e5 color

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

#c178e6
#c279e7
#c37ae8
#c47be9
#c57cea
#c67deb
#c77eec
#c87fed
#c980ee
#ca81ef
#cb82f0
#cc83f1
#cd84f2
#ce85f3
#bf76e4
#be75e3
#bd74e2
#bc73e1
#bb72e0
#ba71df
#b970de
#b86fdd
#b76edc
#b66ddb
#b56cda
#b46bd9
#b36ad8
#b269d7

Monochromatic Color with #c077e5

#c077e5
#0e0910
#311f3b
#553565
#794b90
#9c61ba

Tints of #c077e5 Color

#c077e5
#c786e7
#ce95ea
#d5a4ed
#dcb3f0
#e3c2f3
#ead1f6
#f1e0f9
#f8effc
#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

#c077e5
#9ce577

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

Split Complementary

#c077e5
#d3e577
#77e589

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

Analogous Color

#9477e5
#aa77e5
#c077e5
#d677e5
#e577de

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

#c077e5
#e5c077
#77e5c0

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

#c077e5
#e58977
#9ce577
#77d3e5

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

#c077e5
#9ce577
#77e589
#e577d3

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

#c077e5 Color Code Preview on Black Background Color

This is how #c077e5 Color will look on black background color. Color contrast ratio is 7.01

#c077e5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c077e5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c077e5

#c077e5 color code is use for CSS Background Color

Background color for the above div is #c077e5

HTML with inline CSS

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

#c077e5 color code is use for CSS Border Color

CSS Border color for the above div is #c077e5

HTML with inline CSS

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

CSS Border Left color for the above div is #c077e5

HTML with inline CSS

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

CSS Border Right color for the above div is #c077e5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c077e5

HTML with inline CSS

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

CSS Border Top color for the above div is #c077e5

HTML with inline CSS

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

#c077e5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c077e5 Color code Preview on White Background

This is how #c077e5 Color code will look on white background color. Color contrast ratio is 3.00

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

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.