COLOR #8558F4

HEX: #8558F4
RGB: (133,88,244)

Color info

#8558F4 contains mainly blue color. Web safe color of #8558F4 is #9966FF (or #96F).

RGB color model

#8558F4 color RGB value is (133,88,244).

  • red value is 133;
  • green value is 88;
  • blue value is 244.
RGB:
(133,88,244)
(52%,35%,96%)

RGB channels and saturation

R 133 of 255 = 52%
G 88 of 255 = 35%
B 244 of 255 = 96%

133
88
244

R + G + B ~ 61%. #8558F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 88 + 244 = 465 (100%)
R 133 of 465 ~ 28.6%
G 88 of 465 ~ 18.92%
B 244 of 465 ~ 52.47%

%28.6
%18.92
%52.47

CMYK color model

#8558F4 color CMYK value is (45,64,0,4).

  • cyan value is 45.49%
  • magenta value is 63.93%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(45,64,0,4)
C45M64Y0K4 
(45%,64%,0%,4%)
(0.45/0.64/0.00/0.04)	

CMYK percentages

%45.49
%63.93
%0
%4.31

Codes

Color #8558F4 in popluar color models

8558F4
RGB13388244
HSL257°87.64%65.10%
HSB/HSV257°63.93%95.69%
CMYK45.49%63.93%0.00%
4.31%

Color #8558F4 in popluar number systems.

HEX8558F4
Decimal13388244
Binary10000101101100011110100
Octal205130364

Shades and tints

Shades of #8558F4

#8558F4
(133,88,244)
#7950DE
(121,80,222)
#6D48C8
(109,72,200)
#6140B2
(97,64,178)
#55389C
(85,56,156)
#493086
(73,48,134)
#3D2870
(61,40,112)
#31205A
(49,32,90)
#251844
(37,24,68)
#19102E
(25,16,46)
#0D0818
(13,8,24)
#000000
(0,0,0)

Tints of #8558F4

#8558F4
(133,88,244)
#9067F5
(144,103,245)
#9B76F6
(155,118,246)
#A685F7
(166,133,247)
#B194F8
(177,148,248)
#BCA3F9
(188,163,249)
#C7B2FA
(199,178,250)
#D2C1FB
(210,193,251)
#DDD0FC
(221,208,252)
#E8DFFD
(232,223,253)
#F3EEFE
(243,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8558F4 color. Also use rgb(133,88,244) instead hex code.

Text Font Color

.myTextColor { color: #8558F4; }

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

This text font color is #8558F4.


Background Color

.myBgColor { background-color: #8558F4; }

<div style="background-color:#8558F4">Inner text</div>

This div background color is #8558F4.


Border color

.myBorderColor { border: 1px solid #8558F4; }

<div style="border:3px solid #8558F4">Div</div>

This div border color is #8558F4.


Opacity

.myOpacity80 { color: #8558F4; opacity: 0.8; }

<p style="color:#8558F4;opacity:0.8;">80%</p>

Text with #8558F4 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 #8558F4;}

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

This text has shadow with #8558F4 color.

.textShadow {text-shadow: 3px 3px 1px #8558F4, 3px 3px 1px red;}

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

This text has shadow with #8558F4 primary color and red secondary color.


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

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

This text has shadow with #8558F4 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8558F4;
-webkit-box-shadow: 1px 1px 3px 2px #8558F4;
box-shadow:1px 1px 3px 2px #8558F4;">
Div content here</div>
This div box has shadow with color #8558F4.

Preview

Color preview on black background

This text has color #8558F4 on black background.


Color preview on white background

This text has color #8558F4 on white background.



Black color preview on #8558F4 background

This text has black color on #8558F4 background.


White color preview on #8558F4 background

This text has white color on #8558F4 background.