crispedge.com

Color picker

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

#7550f3 hex color - Blue - Cool color - Information

#7550f3 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #7550f3 Color code in RGB color code model is created after adding 45.88% red color, 31.37% green color and 95.29% blue color. Hex #7550f3 Color code in CMYK color (process color) code model is generated after subtraction of 52% cyan, 67% magenta, 0% yellow and 5% black.

Hex #7550f3 color code is between #7755ee web safe hex color code and #6644ff web safe hex color code. #7755ee is the nearest web safe color code. You can see here many more shades of #7550f3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7550f3#7550f3
RGB Decimal117, 80, 243rgb(117, 80, 243)
RGB Percent46%, 31%, 95%rgb(46%, 31%, 95%)
CSS RGBa117, 80, 243,1rgba(117,80,243,1)
CMYK Modelcmyk(52%,67%,0%,5%)
HSL Color Space254,87% ,63%hsl(254,87% ,63%)
HSV Color Space254°, 67%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101010101000011110011
Octal165120363
Decimal11780243
Hex7550f3

Different shades of #7550f3 color code.

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

Light Shade of #7550f3
#9b80f6
Dark Shade of #7550f3
#4f20f0
Saturated Shade of #7550f3
#7047fc
Desaturated Shade of #7550f3
#7a59ea
Grey scale Shade of #7550f3
#a1a1a1
Brighten Shade
#8e69ff
Most Readable Shade
#FFFFFF

Shades of #7550f3 color code

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

#7550f3
#6847d8
#5b3ebd
#4e35a2
#412c87
#34236c
#271a51
#1a1136
#0d081b
#000000

Similar Color like #7550f3 color

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

#7651f4
#7752f5
#7853f6
#7954f7
#7a55f8
#7b56f9
#7c57fa
#7d58fb
#7e59fc
#7f5afd
#805bfe
#815cff
#825dff
#835eff
#744ff2
#734ef1
#724df0
#714cef
#704bee
#6f4aed
#6e49ec
#6d48eb
#6c47ea
#6b46e9
#6a45e8
#6944e7
#6843e6
#6742e5

Monochromatic Color with #7550f3

#7550f3
#0f0a1e
#231849
#382673
#4c349e
#6142c8

Tints of #7550f3 Color

#7550f3
#8463f4
#9376f5
#a38af7
#b29df8
#c1b1f9
#d1c4fb
#e0d8fc
#efebfd
#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

#7550f3
#cef350

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

Split Complementary

#7550f3
#f3c650
#7df350

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

Analogous Color

#506cf3
#5450f3
#7550f3
#9650f3
#b650f3

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

#7550f3
#f37550
#50f375

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

#7550f3
#f3507c
#cef350
#50f3c6

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

#7550f3
#cef350
#7df350
#c650f3

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 #7550f3 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.

#7550f3 Color Code Preview on Black Background Color

This is how #7550f3 Color will look on black background color. Color contrast ratio is 4.20

#7550f3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7550f3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7550f3

#7550f3 color code is use for CSS Background Color

Background color for the above div is #7550f3

HTML with inline CSS

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

#7550f3 color code is use for CSS Border Color

CSS Border color for the above div is #7550f3

HTML with inline CSS

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

CSS Border Left color for the above div is #7550f3

HTML with inline CSS

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

CSS Border Right color for the above div is #7550f3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7550f3

HTML with inline CSS

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

CSS Border Top color for the above div is #7550f3

HTML with inline CSS

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

#7550f3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7550f3 Color code Preview on White Background

This is how #7550f3 Color code will look on white background color. Color contrast ratio is 5.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 #7550f3; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #7550f3; }

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.