crispedge.com

Color picker

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

#d134f5 hex color - Violet - Warm color - Information

#d134f5 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d134f5 Color code in RGB color code model is created after adding 81.96% red color, 20.39% green color and 96.08% blue color. Hex #d134f5 Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 79% magenta, 0% yellow and 4% black.

Hex #d134f5 color code is between #cc33ee web safe hex color code and #dd44ff web safe hex color code. #cc33ee is the nearest web safe color code. You can see here many more shades of #d134f5 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Coded134f5#d134f5
RGB Decimal209, 52, 245rgb(209, 52, 245)
RGB Percent82%, 20%, 96%rgb(82%, 20%, 96%)
CSS RGBa209, 52, 245,1rgba(209,52,245,1)
CMYK Modelcmyk(15%,79%,0%,4%)
HSL Color Space289,91% ,58%hsl(289,91% ,58%)
HSV Color Space289°, 79%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100010011010011110101
Octal32164365
Decimal20952245
Hexd134f5

Different shades of #d134f5 color code.

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

Light Shade of #d134f5
#dc65f7
Dark Shade of #d134f5
#c10cea
Saturated Shade of #d134f5
#d72aff
Desaturated Shade of #d134f5
#ca3fea
Grey scale Shade of #d134f5
#949494
Brighten Shade
#ea4dff
Most Readable Shade
#FFFFFF

Shades of #d134f5 color code

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

#d134f5
#b92ed9
#a228be
#8b22a3
#741c88
#5c176c
#451151
#2e0b36
#17051b
#000000

Similar Color like #d134f5 color

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

#d235f6
#d336f7
#d437f8
#d538f9
#d639fa
#d73afb
#d83bfc
#d93cfd
#da3dfe
#db3eff
#dc3fff
#dd40ff
#de41ff
#df42ff
#d033f4
#cf32f3
#ce31f2
#cd30f1
#cc2ff0
#cb2eef
#ca2dee
#c92ced
#c82bec
#c72aeb
#c629ea
#c528e9
#c427e8
#c326e7

Monochromatic Color with #d134f5

#d134f5
#1c0720
#40104b
#641975
#8822a0
#ad2bca

Tints of #d134f5 Color

#d134f5
#d64af6
#db61f7
#e077f8
#e58ef9
#eaa4fa
#efbbfb
#f4d1fc
#f9e8fd
#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

#d134f5
#58f534

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

Split Complementary

#d134f5
#b8f534
#34f571

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

Analogous Color

#8434f5
#aa34f5
#d134f5
#f534f2
#f534cc

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

#d134f5
#f5d134
#34f5d1

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

#d134f5
#f57034
#58f534
#34b8f5

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

#d134f5
#58f534
#34f571
#f534b8

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

#d134f5 Color Code Preview on Black Background Color

This is how #d134f5 Color will look on black background color. Color contrast ratio is 5.52

#d134f5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d134f5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d134f5

#d134f5 color code is use for CSS Background Color

Background color for the above div is #d134f5

HTML with inline CSS

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

#d134f5 color code is use for CSS Border Color

CSS Border color for the above div is #d134f5

HTML with inline CSS

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

CSS Border Left color for the above div is #d134f5

HTML with inline CSS

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

CSS Border Right color for the above div is #d134f5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d134f5

HTML with inline CSS

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

CSS Border Top color for the above div is #d134f5

HTML with inline CSS

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

#d134f5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d134f5 Color code Preview on White Background

This is how #d134f5 Color code will look on white background color. Color contrast ratio is 3.80

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

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.