Color Hex Logo

#5251df Color Hex

#5251DF
(82,81,223)
0 Favorites   0 Comments

Color spaces of #5251df

RGB 8281223
HSL0.670.690.60
HSV240°64°87°
CMYK 0.630.640.00   0.13
XYZ19.741413.006471.2820
Yxy13.00640.18980.1250
Hunter Lab36.064434.5970-91.9428
CIE-Lab42.772942.7764-72.3288

#5251df color RGB value is (82,81,223).

#5251df hex color red value is 82, green value is 81 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5251df hue: 0.67 , saturation: 0.69 and the lightness value of 5251df is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010001 11011111
Octal 122 121 337
Decimal 82 81 223
Hex 52 51 DF

RGB Percentages of Color #5251df

%21.24
%20.98
%57.77

CMYK Percentages of Color #5251df

%63
%64
%0
%13

Triadic Colors of #5251df

#5251df #df5251 #51df52

Analogous Colors of #5251df

#5251df #9951df #5197df

Monochromatic Colors of #5251df

#5251df

Complementary Color

#5251df #dedf51

#5251df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5251df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5251df Color CSS Codes

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

#5251df Text Font Color

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

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


#5251df Background Color

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

This div background color is #5251df


#5251df Border Color

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

This div border color is #5251df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5251df


Comments

No comments written yet.

Please login to write comment.