COLOR #571DF7

HEX: #571DF7
RGB: (87,29,247)

Color info

#571DF7 contains mainly blue color. Web safe color of #571DF7 is #6633FF (or #63F).

RGB color model

#571DF7 color RGB value is (87,29,247).

  • red value is 87;
  • green value is 29;
  • blue value is 247.
RGB:
(87,29,247)
(34%,11%,97%)

RGB channels and saturation

R 87 of 255 = 34%
G 29 of 255 = 11%
B 247 of 255 = 97%

87
29
247

R + G + B ~ 47%. #571DF7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 29 + 247 = 363 (100%)
R 87 of 363 ~ 23.97%
G 29 of 363 ~ 7.99%
B 247 of 363 ~ 68.04%

%23.97
%68.04

CMYK color model

#571DF7 color CMYK value is (65,88,0,3).

  • cyan value is 64.78%
  • magenta value is 88.26%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(65,88,0,3)
C65M88Y0K3 
(65%,88%,0%,3%)
(0.65/0.88/0.00/0.03)	

CMYK percentages

%64.78
%88.26
%0
%3.14

Codes

Color #571DF7 in popluar color models

571DF7
RGB8729247
HSL256°93.16%54.12%
HSB/HSV256°88.26%96.86%
CMYK64.78%88.26%0.00%
3.14%

Color #571DF7 in popluar number systems.

HEX571DF7
Decimal8729247
Binary10101111110111110111
Octal12735367

Shades and tints

Shades of #571DF7

#571DF7
(87,29,247)
#501BE1
(80,27,225)
#4919CB
(73,25,203)
#4217B5
(66,23,181)
#3B159F
(59,21,159)
#341389
(52,19,137)
#2D1173
(45,17,115)
#260F5D
(38,15,93)
#1F0D47
(31,13,71)
#180B31
(24,11,49)
#11091B
(17,9,27)
#000000
(0,0,0)

Tints of #571DF7

#571DF7
(87,29,247)
#6631F7
(102,49,247)
#7545F7
(117,69,247)
#8459F7
(132,89,247)
#936DF7
(147,109,247)
#A281F7
(162,129,247)
#B195F7
(177,149,247)
#C0A9F7
(192,169,247)
#CFBDF7
(207,189,247)
#DED1F7
(222,209,247)
#EDE5F7
(237,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571DF7 color. Also use rgb(87,29,247) instead hex code.

Text Font Color

.myTextColor { color: #571DF7; }

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

This text font color is #571DF7.


Background Color

.myBgColor { background-color: #571DF7; }

<div style="background-color:#571DF7">Inner text</div>

This div background color is #571DF7.


Border color

.myBorderColor { border: 1px solid #571DF7; }

<div style="border:3px solid #571DF7">Div</div>

This div border color is #571DF7.


Opacity

.myOpacity80 { color: #571DF7; opacity: 0.8; }

<p style="color:#571DF7;opacity:0.8;">80%</p>

Text with #571DF7 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 #571DF7;}

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

This text has shadow with #571DF7 color.

.textShadow {text-shadow: 3px 3px 1px #571DF7, 3px 3px 1px red;}

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

This text has shadow with #571DF7 primary color and red secondary color.


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

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

This text has shadow with #571DF7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571DF7 on black background.


Color preview on white background

This text has color #571DF7 on white background.



Black color preview on #571DF7 background

This text has black color on #571DF7 background.


White color preview on #571DF7 background

This text has white color on #571DF7 background.