COLOR #524FF0

HEX: #524FF0
RGB: (82,79,240)

Color info

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

RGB color model

#524FF0 color RGB value is (82,79,240).

  • red value is 82;
  • green value is 79;
  • blue value is 240.
RGB:
(82,79,240)
(32%,31%,94%)

RGB channels and saturation

R 82 of 255 = 32%
G 79 of 255 = 31%
B 240 of 255 = 94%

82
79
240

R + G + B ~ 52%. #524FF0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 79 + 240 = 401 (100%)
R 82 of 401 ~ 20.45%
G 79 of 401 ~ 19.7%
B 240 of 401 ~ 59.85%

%20.45
%19.7
%59.85

CMYK color model

#524FF0 color CMYK value is (66,67,0,6).

  • cyan value is 65.83%
  • magenta value is 67.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(66,67,0,6)
C66M67Y0K6 
(66%,67%,0%,6%)
(0.66/0.67/0.00/0.06)	

CMYK percentages

%65.83
%67.08
%0
%5.88

Codes

Color #524FF0 in popluar color models

524FF0
RGB8279240
HSL241°84.29%62.55%
HSB/HSV241°67.08%94.12%
CMYK65.83%67.08%0.00%
5.88%

Color #524FF0 in popluar number systems.

HEX524FF0
Decimal8279240
Binary1010010100111111110000
Octal122117360

Shades and tints

Shades of #524FF0

#524FF0
(82,79,240)
#4B48DB
(75,72,219)
#4441C6
(68,65,198)
#3D3AB1
(61,58,177)
#36339C
(54,51,156)
#2F2C87
(47,44,135)
#282572
(40,37,114)
#211E5D
(33,30,93)
#1A1748
(26,23,72)
#131033
(19,16,51)
#0C091E
(12,9,30)
#000000
(0,0,0)

Tints of #524FF0

#524FF0
(82,79,240)
#615FF1
(97,95,241)
#706FF2
(112,111,242)
#7F7FF3
(127,127,243)
#8E8FF4
(142,143,244)
#9D9FF5
(157,159,245)
#ACAFF6
(172,175,246)
#BBBFF7
(187,191,247)
#CACFF8
(202,207,248)
#D9DFF9
(217,223,249)
#E8EFFA
(232,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524FF0 color. Also use rgb(82,79,240) instead hex code.

Text Font Color

.myTextColor { color: #524FF0; }

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

This text font color is #524FF0.


Background Color

.myBgColor { background-color: #524FF0; }

<div style="background-color:#524FF0">Inner text</div>

This div background color is #524FF0.


Border color

.myBorderColor { border: 1px solid #524FF0; }

<div style="border:3px solid #524FF0">Div</div>

This div border color is #524FF0.


Opacity

.myOpacity80 { color: #524FF0; opacity: 0.8; }

<p style="color:#524FF0;opacity:0.8;">80%</p>

Text with #524FF0 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 #524FF0;}

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

This text has shadow with #524FF0 color.

.textShadow {text-shadow: 3px 3px 1px #524FF0, 3px 3px 1px red;}

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

This text has shadow with #524FF0 primary color and red secondary color.


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

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

This text has shadow with #524FF0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524FF0 on black background.


Color preview on white background

This text has color #524FF0 on white background.



Black color preview on #524FF0 background

This text has black color on #524FF0 background.


White color preview on #524FF0 background

This text has white color on #524FF0 background.