Color Hex Logo

#5251fb Color Hex

#5251FB
(82,81,251)
0 Favorites   0 Comments

Color spaces of #5251fb

RGB 8281251
HSL0.670.960.65
HSV240°68°98°
CMYK 0.670.680.00   0.02
XYZ23.834714.643792.8371
Yxy14.64370.18150.1115
Hunter Lab38.267144.2115-117.0524
CIE-Lab45.142351.7580-84.2313

#5251fb color RGB value is (82,81,251).

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

The process color (four color CMYK) of #5251fb color hex is 0.67, 0.68, 0.00, 0.02. Web safe color of #5251fb is #6666ff. Color #5251fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010001 11111011
Octal 122 121 373
Decimal 82 81 251
Hex 52 51 FB

RGB Percentages of Color #5251fb

%19.81
%19.57
%60.63

CMYK Percentages of Color #5251fb

%67
%68
%0
%2

Triadic Colors of #5251fb

#5251fb #fb5251 #51fb52

Analogous Colors of #5251fb

#5251fb #a751fb #51a5fb

Monochromatic Colors of #5251fb

#5251fb

Complementary Color

#5251fb #fafb51

#5251fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5251fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5251fb Color CSS Codes

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

#5251fb Text Font Color

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

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


#5251fb Background Color

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

This div background color is #5251fb


#5251fb Border Color

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

This div border color is #5251fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5251fb

Related Colors


Comments

No comments written yet.

Please login to write comment.