Color Hex Logo

#5201df Color Hex

#5201DF
(82,1,223)
0 Favorites   0 Comments

Color spaces of #5201df

RGB 821223
HSL0.730.990.44
HSV262°100°87°
CMYK 0.631.000.00   0.13
XYZ16.80987.143370.3048
Yxy7.14330.17830.0758
Hunter Lab26.727065.4946-137.2525
CIE-Lab32.130973.1975-89.8798

#5201df color RGB value is (82,1,223).

#5201df hex color red value is 82, green value is 1 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5201df hue: 0.73 , saturation: 0.99 and the lightness value of 5201df is 0.44.

The process color (four color CMYK) of #5201df color hex is 0.63, 1.00, 0.00, 0.13. Web safe color of #5201df is #6600cc. Color #5201df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000001 11011111
Octal 122 1 337
Decimal 82 1 223
Hex 52 1 DF

RGB Percentages of Color #5201df

%26.80
%0.33
%72.88

CMYK Percentages of Color #5201df

%63
%100
%0
%13

Triadic Colors of #5201df

#5201df #df5201 #01df52

Analogous Colors of #5201df

#5201df #c101df #011fdf

Monochromatic Colors of #5201df

#5201df

Complementary Color

#5201df #8edf01

#5201df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5201df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5201df Color CSS Codes

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

#5201df Text Font Color

<p style="color:#5201df">Text here</p>

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


#5201df Background Color

<div style="background-color:#5201df">
Div content here</div>

This div background color is #5201df


#5201df Border Color

<div style="border:3px solid #5201df">
Div here</div>

This div border color is #5201df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,1,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 #5201df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5201df


Comments

No comments written yet.

Please login to write comment.