crispedge.com

Color picker

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

#c15bf4 hex color - Violet - Warm color - Information

#c15bf4 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #c15bf4 Color code in RGB color code model is created after adding 75.69% red color, 35.69% green color and 95.69% blue color. Hex #c15bf4 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 63% magenta, 0% yellow and 4% black.

Hex #c15bf4 color code is between #bb55ee web safe hex color code and #cc66ff web safe hex color code. #bb55ee is the nearest web safe color code. You can see here many more shades of #c15bf4 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec15bf4#c15bf4
RGB Decimal193, 91, 244rgb(193, 91, 244)
RGB Percent76%, 36%, 96%rgb(76%, 36%, 96%)
CSS RGBa193, 91, 244,1rgba(193,91,244,1)
CMYK Modelcmyk(21%,63%,0%,4%)
HSL Color Space280,87% ,66%hsl(280,87% ,66%)
HSV Color Space280°, 63%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000010101101111110100
Octal301133364
Decimal19391244
Hexc15bf4

Different shades of #c15bf4 color code.

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

Light Shade of #c15bf4
#d38bf7
Dark Shade of #c15bf4
#af2bf1
Saturated Shade of #c15bf4
#c452fd
Desaturated Shade of #c15bf4
#be64eb
Grey scale Shade of #c15bf4
#a7a7a7
Brighten Shade
#da74ff
Most Readable Shade
#000000

Shades of #c15bf4 color code

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

#c15bf4
#ab50d8
#9646bd
#803ca2
#6b3287
#55286c
#401e51
#2a1436
#150a1b
#000000

Similar Color like #c15bf4 color

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

#c25cf5
#c35df6
#c45ef7
#c55ff8
#c660f9
#c761fa
#c862fb
#c963fc
#ca64fd
#cb65fe
#cc66ff
#cd67ff
#ce68ff
#cf69ff
#c05af3
#bf59f2
#be58f1
#bd57f0
#bc56ef
#bb55ee
#ba54ed
#b953ec
#b852eb
#b751ea
#b650e9
#b54fe8
#b44ee7
#b34de6

Monochromatic Color with #c15bf4

#c15bf4
#190c1f
#3b1c4a
#5c2b74
#7e3b9f
#9f4bc9

Tints of #c15bf4 Color

#c15bf4
#c76df5
#ce7ff6
#d591f7
#dca3f8
#e3b6fa
#eac8fb
#f1dafc
#f8ecfd
#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

#c15bf4
#8ef45b

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

Split Complementary

#c15bf4
#dbf45b
#5bf475

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

Analogous Color

#845bf4
#a25bf4
#c15bf4
#e05bf4
#f45bea

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

#c15bf4
#f4c15b
#5bf4c1

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

#c15bf4
#f4745b
#8ef45b
#5bdaf4

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

#c15bf4
#8ef45b
#5bf475
#f45bdb

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

#c15bf4 Color Code Preview on Black Background Color

This is how #c15bf4 Color will look on black background color. Color contrast ratio is 6.07

#c15bf4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c15bf4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c15bf4

#c15bf4 color code is use for CSS Background Color

Background color for the above div is #c15bf4

HTML with inline CSS

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

#c15bf4 color code is use for CSS Border Color

CSS Border color for the above div is #c15bf4

HTML with inline CSS

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

CSS Border Left color for the above div is #c15bf4

HTML with inline CSS

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

CSS Border Right color for the above div is #c15bf4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c15bf4

HTML with inline CSS

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

CSS Border Top color for the above div is #c15bf4

HTML with inline CSS

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

#c15bf4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c15bf4 Color code Preview on White Background

This is how #c15bf4 Color code will look on white background color. Color contrast ratio is 3.46

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

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.