COLOR #7F58FA

HEX: #7F58FA RGB: (127,88,250)

Color info

#7F58FA contains mainly blue color. Web safe color of #7F58FA is #6666FF (or #66F).

RGB color model

#7F58FA color RGB value is (127,88,250).

RGB: (127,88,250) (50%, 35%, 98%)

RGB channels and saturation

R 127 of 255 = 50%
G 88 of 255 = 35%
B 250 of 255 = 98%

127
88
250

R + G + B ~ 61%. #7F58FA is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 88 + 250 = 465 (100%)
R 127 of 465 ~ 27.31%
G 88 of 465 ~ 18.92%
B 250 of 465 ~ 53.76'%

%27.31
%18.92
%53.76

CMYK color model

#7F58FA color CMYK value is (49,65,0,2).

  • cyan value is 49.20%
  • magenta value is 64.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (49,65,0,2)
C49M65Y0K2 (49%, 65%, 0%, 2%)
(0.49 / 0.65 / 0.00 / 0.02)

CMYK percentages

%49.2
%64.8
%0
%1.96

Codes

Color #7F58FA in popluar color models

7F 58 FA
RGB 127 88 250
HSL 254° 94.19% 66.27%
HSB/HSV 254° 64.80% 98.04%
CMYK 49.20% 64.80% 0.00%
1.96%

Color #7F58FA in popluar number systems.

HEX 7F 58 FA
Decimal 127 88 250
Binary 1111111 1011000 11111010
Octal 177 130 372

Shades and tints

Shades of #7F58FA

#7F58FA
(127,88,250)
#7450E4
(116,80,228)
#6948CE
(105,72,206)
#5E40B8
(94,64,184)
#5338A2
(83,56,162)
#48308C
(72,48,140)
#3D2876
(61,40,118)
#322060
(50,32,96)
#27184A
(39,24,74)
#1C1034
(28,16,52)
#11081E
(17,8,30)
#000000
(0,0,0)

Tints of #7F58FA

#7F58FA
(127,88,250)
#8A67FA
(138,103,250)
#9576FA
(149,118,250)
#A085FA
(160,133,250)
#AB94FA
(171,148,250)
#B6A3FA
(182,163,250)
#C1B2FA
(193,178,250)
#CCC1FA
(204,193,250)
#D7D0FA
(215,208,250)
#E2DFFA
(226,223,250)
#EDEEFA
(237,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F58FA color. Also use rgb(127,88,250) instead hex code.

Text Font Color

.myTextColor { color: #7F58FA; }

<p style="color:#7F58FA">This sample text font color is #7F58FA.</p>

This text font color is #7F58FA.

Background Color

.myBgColor { background-color: #7F58FA; }

<div style="background-color:#7F58FA">Inner text</div>

This div background color is #7F58FA.

Border color

.myBorderColor { border: 1px solid #7F58FA; }

<div style="border:3px solid #7F58FA">Div</div>

This div border color is #7F58FA.

Opacity

.myOpacity80 { color: #7F58FA; opacity: 0.8; }

<p style="color:#7F58FA;opacity:0.8;">80%</p>

Text with #7F58FA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7F58FA;}

<p style="text-shadow: 3px 3px 1px #7F58FA">Text here.</p>

This text has shadow with #7F58FA color.


.textShadow {text-shadow: 3px 3px 1px #7F58FA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7F58FA, 5px 5px 20px red">Text here.</p>

This text has shadow with #7F58FA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7F58FA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7F58FA, Direction=45, Strength=4)">Text</p>

This text has shadow with #7F58FA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7F58FA;
-webkit-box-shadow: 1px 1px 3px 2px #7F58FA;
box-shadow: 1px 1px 3px 2px #7F58FA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7F58FA; -webkit-box-shadow: 1px 1px 3px 2px #7F58FA; box-shadow:1px 1px 3px 2px #7F58FA;">
Div content here
</div>

This div box has shadow with color #7F58FA.

Preview

Color preview on black background

This text has color #7F58FA on black background.


Color preview on white background

This text has color #7F58FA on white background.


Black color preview on #7F58FA background

This text has black color on #7F58FA background.


White color preview on #7F58FA background

This text has white color on #7F58FA background.


Related colors

Complementary color

Complementary color for #hex is #80A705.


I love getcolorcode.com

Triadic colors

1 #FA7F58 and #58FA7F with #7F58FA are triadic colors.

2 #FA587F and #587FFA with #7F58FA are triadic colors.