Color Hex Logo

#524ffa Color Hex

#524FFA
(82,79,250)
0 Favorites   0 Comments

Color spaces of #524ffa

RGB 8279250
HSL0.670.940.65
HSV241°68°98°
CMYK 0.670.680.00   0.02
XYZ23.531014.287991.9601
Yxy14.28790.18130.1101
Hunter Lab37.799344.9717-117.7841
CIE-Lab44.643052.5650-84.4930

#524ffa color RGB value is (82,79,250).

#524ffa hex color red value is 82, green value is 79 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #524ffa hue: 0.67 , saturation: 0.94 and the lightness value of 524ffa is 0.65.

The process color (four color CMYK) of #524ffa color hex is 0.67, 0.68, 0.00, 0.02. Web safe color of #524ffa is #6666ff. Color #524ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001111 11111010
Octal 122 117 372
Decimal 82 79 250
Hex 52 4F FA

RGB Percentages of Color #524ffa

%19.95
%19.22
%60.83

CMYK Percentages of Color #524ffa

%67
%68
%0
%2

Triadic Colors of #524ffa

#524ffa #fa524f #4ffa52

Analogous Colors of #524ffa

#524ffa #a84ffa #4fa2fa

Monochromatic Colors of #524ffa

#524ffa

Complementary Color

#524ffa #f7fa4f

#524ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#524ffa Color CSS Codes

.mybgcolor {background-color:#524ffa; } 
.myforecolor {color:#524ffa; }
.mybordercolor {border:3px solid #524ffa; }

#524ffa Text Font Color

<p style="color:#524ffa">Text here</p>

This sample text font color is #524ffa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#524ffa Background Color

<div style="background-color:#524ffa">
Div content here</div>

This div background color is #524ffa


#524ffa Border Color

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

This div border color is #524ffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,79,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #524ffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #524ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #524ffa;
  box-shadow:         1px 1px 3px 2px #524ffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,79,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #524ffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #524ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #524ffa;
  box-shadow:         1px 1px 3px 2px #524ffa;">
Div content here</div>

This div box has shadow with color #524ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.