crispedge.com

Color picker

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

#5877f4 hex color - Blue - Cool color - Information

#5877f4 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5877f4 Color code in RGB color code model is created after adding 34.51% red color, 46.67% green color and 95.69% blue color. Hex #5877f4 Color code in CMYK color (process color) code model is generated after subtraction of 64% cyan, 51% magenta, 0% yellow and 4% black.

Hex #5877f4 color code is between #5566ee web safe hex color code and #6688ff web safe hex color code. #5566ee is the nearest web safe color code. You can see here many more shades of #5877f4 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code5877f4#5877f4
RGB Decimal88, 119, 244rgb(88, 119, 244)
RGB Percent35%, 47%, 96%rgb(35%, 47%, 96%)
CSS RGBa88, 119, 244,1rgba(88,119,244,1)
CMYK Modelcmyk(64%,51%,0%,4%)
HSL Color Space228,88% ,65%hsl(228,88% ,65%)
HSV Color Space228°, 64%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010110000111011111110100
Octal130167364
Decimal88119244
Hex5877f4

Different shades of #5877f4 color code.

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

Light Shade of #5877f4
#889ef7
Dark Shade of #5877f4
#2850f1
Saturated Shade of #5877f4
#4f72fd
Desaturated Shade of #5877f4
#617ceb
Grey scale Shade of #5877f4
#a6a6a6
Brighten Shade
#7190ff
Most Readable Shade
#FFFFFF

Shades of #5877f4 color code

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

#5877f4
#4e69d8
#445cbd
#3a4fa2
#304287
#27346c
#1d2751
#131a36
#090d1b
#000000

Similar Color like #5877f4 color

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

#5978f5
#5a79f6
#5b7af7
#5c7bf8
#5d7cf9
#5e7dfa
#5f7efb
#607ffc
#6180fd
#6281fe
#6382ff
#6483ff
#6584ff
#6685ff
#5776f3
#5675f2
#5574f1
#5473f0
#5372ef
#5271ee
#5170ed
#506fec
#4f6eeb
#4e6dea
#4d6ce9
#4c6be8
#4b6ae7
#4a69e6

Monochromatic Color with #5877f4

#5877f4
#0b0f1f
#1b244a
#2a3974
#394e9f
#4962c9

Tints of #5877f4 Color

#5877f4
#6a86f5
#7d95f6
#8fa4f7
#a2b3f8
#b4c2fa
#c7d1fb
#d9e0fc
#eceffd
#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

#5877f4
#f4d558

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

Split Complementary

#5877f4
#f48758
#c5f458

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

Analogous Color

#58b5f4
#5896f4
#5877f4
#5858f4
#7758f4

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

#5877f4
#f45877
#77f458

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

#5877f4
#f458c5
#f4d558
#58f487

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

#5877f4
#f4d558
#c5f458
#8758f4

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 #5877f4 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.

#5877f4 Color Code Preview on Black Background Color

This is how #5877f4 Color will look on black background color. Color contrast ratio is 5.36

#5877f4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5877f4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5877f4

#5877f4 color code is use for CSS Background Color

Background color for the above div is #5877f4

HTML with inline CSS

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

#5877f4 color code is use for CSS Border Color

CSS Border color for the above div is #5877f4

HTML with inline CSS

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

CSS Border Left color for the above div is #5877f4

HTML with inline CSS

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

CSS Border Right color for the above div is #5877f4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5877f4

HTML with inline CSS

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

CSS Border Top color for the above div is #5877f4

HTML with inline CSS

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

#5877f4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5877f4 Color code Preview on White Background

This is how #5877f4 Color code will look on white background color. Color contrast ratio is 3.92

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

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.