COLOR #524DFD

HEX: #524DFD
RGB: (82,77,253)

Color info

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

RGB color model

#524DFD color RGB value is (82,77,253).

  • red value is 82;
  • green value is 77;
  • blue value is 253.
RGB:
(82,77,253)
(32%,30%,99%)

RGB channels and saturation

R 82 of 255 = 32%
G 77 of 255 = 30%
B 253 of 255 = 99%

82
77
253

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

Portions of RGB colors in percentages

R + G + B =
82 + 77 + 253 = 412 (100%)
R 82 of 412 ~ 19.9%
G 77 of 412 ~ 18.69%
B 253 of 412 ~ 61.41%

%19.9
%18.69
%61.41

CMYK color model

#524DFD color CMYK value is (68,70,0,1).

  • cyan value is 67.59%
  • magenta value is 69.57%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(68,70,0,1)
C68M70Y0K1 
(68%,70%,0%,1%)
(0.68/0.70/0.00/0.01)	

CMYK percentages

%67.59
%69.57
%0
%0.78

Codes

Color #524DFD in popluar color models

524DFD
RGB8277253
HSL242°97.78%64.71%
HSB/HSV242°69.57%99.22%
CMYK67.59%69.57%0.00%
0.78%

Color #524DFD in popluar number systems.

HEX524DFD
Decimal8277253
Binary1010010100110111111101
Octal122115375

Shades and tints

Shades of #524DFD

#524DFD
(82,77,253)
#4B46E6
(75,70,230)
#443FCF
(68,63,207)
#3D38B8
(61,56,184)
#3631A1
(54,49,161)
#2F2A8A
(47,42,138)
#282373
(40,35,115)
#211C5C
(33,28,92)
#1A1545
(26,21,69)
#130E2E
(19,14,46)
#0C0717
(12,7,23)
#000000
(0,0,0)

Tints of #524DFD

#524DFD
(82,77,253)
#615DFD
(97,93,253)
#706DFD
(112,109,253)
#7F7DFD
(127,125,253)
#8E8DFD
(142,141,253)
#9D9DFD
(157,157,253)
#ACADFD
(172,173,253)
#BBBDFD
(187,189,253)
#CACDFD
(202,205,253)
#D9DDFD
(217,221,253)
#E8EDFD
(232,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #524DFD color. Also use rgb(82,77,253) instead hex code.

Text Font Color

.myTextColor { color: #524DFD; }

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

This text font color is #524DFD.


Background Color

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

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

This div background color is #524DFD.


Border color

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

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

This div border color is #524DFD.


Opacity

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

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

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

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

This text has shadow with #524DFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #524DFD on black background.


Color preview on white background

This text has color #524DFD on white background.



Black color preview on #524DFD background

This text has black color on #524DFD background.


White color preview on #524DFD background

This text has white color on #524DFD background.