Color Hex Logo

#521fdf Color Hex

#521FDF
(82,31,223)
0 Favorites   0 Comments

Color spaces of #521fdf

RGB 8231223
HSL0.710.760.50
HSV256°86°87°
CMYK 0.630.860.00   0.13
XYZ17.28898.101570.4646
Yxy8.10150.18040.0845
Hunter Lab28.463158.6129-126.8568
CIE-Lab34.193466.9490-86.4547

#521fdf color RGB value is (82,31,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011111 11011111
Octal 122 37 337
Decimal 82 31 223
Hex 52 1F DF

RGB Percentages of Color #521fdf

%24.40
%9.23
%66.37

CMYK Percentages of Color #521fdf

%63
%86
%0
%13

Triadic Colors of #521fdf

#521fdf #df521f #1fdf52

Analogous Colors of #521fdf

#521fdf #b21fdf #1f4cdf

Monochromatic Colors of #521fdf

#521fdf

Complementary Color

#521fdf #acdf1f

#521fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#521fdf Color CSS Codes

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

#521fdf Text Font Color

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

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


#521fdf Background Color

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

This div background color is #521fdf


#521fdf Border Color

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

This div border color is #521fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521fdf


Comments

No comments written yet.

Please login to write comment.