Color Hex Logo

#521dfc Color Hex

#521DFC
(82,29,252)
0 Favorites   0 Comments

Color spaces of #521dfc

RGB 8229252
HSL0.710.970.55
HSV254°88°99°
CMYK 0.670.880.00   0.01
XYZ21.48979.700892.8353
Yxy9.70080.17330.0782
Hunter Lab31.146168.6529-154.9198
CIE-Lab37.300074.8615-97.7512

#521dfc color RGB value is (82,29,252).

#521dfc hex color red value is 82, green value is 29 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #521dfc hue: 0.71 , saturation: 0.97 and the lightness value of 521dfc is 0.55.

The process color (four color CMYK) of #521dfc color hex is 0.67, 0.88, 0.00, 0.01. Web safe color of #521dfc is #6633ff. Color #521dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011101 11111100
Octal 122 35 374
Decimal 82 29 252
Hex 52 1D FC

RGB Percentages of Color #521dfc

%22.59
%7.99
%69.42

CMYK Percentages of Color #521dfc

%67
%88
%0
%1

Triadic Colors of #521dfc

#521dfc #fc521d #1dfc52

Analogous Colors of #521dfc

#521dfc #c21dfc #1d58fc

Monochromatic Colors of #521dfc

#521dfc

Complementary Color

#521dfc #c7fc1d

#521dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#521dfc Color CSS Codes

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

#521dfc Text Font Color

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

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


#521dfc Background Color

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

This div background color is #521dfc


#521dfc Border Color

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

This div border color is #521dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.