COLOR #572ED4

HEX: #572ED4
RGB: (87,46,212)

Color info

#572ED4 contains mainly blue color. Web safe color of #572ED4 is #6633CC (or #63C).

RGB color model

#572ED4 color RGB value is (87,46,212).

  • red value is 87;
  • green value is 46;
  • blue value is 212.
RGB:
(87,46,212)
(34%,18%,83%)

RGB channels and saturation

R 87 of 255 = 34%
G 46 of 255 = 18%
B 212 of 255 = 83%

87
46
212

R + G + B ~ 45%. #572ED4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 46 + 212 = 345 (100%)
R 87 of 345 ~ 25.22%
G 46 of 345 ~ 13.33%
B 212 of 345 ~ 61.45%

%25.22
%13.33
%61.45

CMYK color model

#572ED4 color CMYK value is (59,78,0,17).

  • cyan value is 58.96%
  • magenta value is 78.30%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(59,78,0,17)
C59M78Y0K17 
(59%,78%,0%,17%)
(0.59/0.78/0.00/0.17)	

CMYK percentages

%58.96
%78.3
%0
%16.86

Codes

Color #572ED4 in popluar color models

572ED4
RGB8746212
HSL255°65.87%50.59%
HSB/HSV255°78.30%83.14%
CMYK58.96%78.30%0.00%
16.86%

Color #572ED4 in popluar number systems.

HEX572ED4
Decimal8746212
Binary101011110111011010100
Octal12756324

Shades and tints

Shades of #572ED4

#572ED4
(87,46,212)
#502AC1
(80,42,193)
#4926AE
(73,38,174)
#42229B
(66,34,155)
#3B1E88
(59,30,136)
#341A75
(52,26,117)
#2D1662
(45,22,98)
#26124F
(38,18,79)
#1F0E3C
(31,14,60)
#180A29
(24,10,41)
#110616
(17,6,22)
#000000
(0,0,0)

Tints of #572ED4

#572ED4
(87,46,212)
#6641D7
(102,65,215)
#7554DA
(117,84,218)
#8467DD
(132,103,221)
#937AE0
(147,122,224)
#A28DE3
(162,141,227)
#B1A0E6
(177,160,230)
#C0B3E9
(192,179,233)
#CFC6EC
(207,198,236)
#DED9EF
(222,217,239)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #572ED4 color. Also use rgb(87,46,212) instead hex code.

Text Font Color

.myTextColor { color: #572ED4; }

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

This text font color is #572ED4.


Background Color

.myBgColor { background-color: #572ED4; }

<div style="background-color:#572ED4">Inner text</div>

This div background color is #572ED4.


Border color

.myBorderColor { border: 1px solid #572ED4; }

<div style="border:3px solid #572ED4">Div</div>

This div border color is #572ED4.


Opacity

.myOpacity80 { color: #572ED4; opacity: 0.8; }

<p style="color:#572ED4;opacity:0.8;">80%</p>

Text with #572ED4 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 #572ED4;}

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

This text has shadow with #572ED4 color.

.textShadow {text-shadow: 3px 3px 1px #572ED4, 3px 3px 1px red;}

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

This text has shadow with #572ED4 primary color and red secondary color.


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

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

This text has shadow with #572ED4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572ED4 on black background.


Color preview on white background

This text has color #572ED4 on white background.



Black color preview on #572ED4 background

This text has black color on #572ED4 background.


White color preview on #572ED4 background

This text has white color on #572ED4 background.