Color Hex Logo

#5129fb Color Hex

#5129FB
(81,41,251)
0 Favorites   0 Comments

Color spaces of #5129fb

RGB 8141251
HSL0.700.960.57
HSV251°84°98°
CMYK 0.680.840.00   0.02
XYZ21.598910.300292.1165
Yxy10.30020.17420.0831
Hunter Lab32.093963.9644-147.7094
CIE-Lab38.375970.7390-95.4054

#5129fb color RGB value is (81,41,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 00101001 11111011
Octal 121 51 373
Decimal 81 41 251
Hex 51 29 FB

RGB Percentages of Color #5129fb

%21.72
%10.99
%67.29

CMYK Percentages of Color #5129fb

%68
%84
%0
%2

Triadic Colors of #5129fb

#5129fb #fb5129 #29fb51

Analogous Colors of #5129fb

#5129fb #ba29fb #296afb

Monochromatic Colors of #5129fb

#5129fb

Complementary Color

#5129fb #d3fb29

#5129fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5129fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5129fb Color CSS Codes

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

#5129fb Text Font Color

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

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


#5129fb Background Color

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

This div background color is #5129fb


#5129fb Border Color

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

This div border color is #5129fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5129fb

Related Colors


Comments

No comments written yet.

Please login to write comment.