Color Hex Logo

#521fda Color Hex

#521FDA
(82,31,218)
0 Favorites   0 Comments

Color spaces of #521fda

RGB 8231218
HSL0.710.750.49
HSV256°86°85°
CMYK 0.620.860.00   0.15
XYZ16.62467.835866.9659
Yxy7.83580.18180.0857
Hunter Lab27.992557.0234-122.2435
CIE-Lab33.638665.6646-84.4994

#521fda color RGB value is (82,31,218).

#521fda hex color red value is 82, green value is 31 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #521fda hue: 0.71 , saturation: 0.75 and the lightness value of 521fda is 0.49.

The process color (four color CMYK) of #521fda color hex is 0.62, 0.86, 0.00, 0.15. Web safe color of #521fda is #6633cc. Color #521fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011111 11011010
Octal 122 37 332
Decimal 82 31 218
Hex 52 1F DA

RGB Percentages of Color #521fda

%24.77
%9.37
%65.86

CMYK Percentages of Color #521fda

%62
%86
%0
%15

Triadic Colors of #521fda

#521fda #da521f #1fda52

Analogous Colors of #521fda

#521fda #b01fda #1f49da

Monochromatic Colors of #521fda

#521fda

Complementary Color

#521fda #a7da1f

#521fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#521fda Color CSS Codes

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

#521fda Text Font Color

<p style="color:#521fda">Text here</p>

This sample text font color is #521fda
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.


#521fda Background Color

<div style="background-color:#521fda">
Div content here</div>

This div background color is #521fda


#521fda Border Color

<div style="border:3px solid #521fda">
Div here</div>

This div border color is #521fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,31,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #521fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #521fda;
  -webkit-box-shadow: 1px 1px 3px 2px #521fda;
  box-shadow:         1px 1px 3px 2px #521fda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521fda


Comments

No comments written yet.

Please login to write comment.