Color Hex Logo

#5180fb Color Hex

#5180FB
(81,128,251)
0 Favorites   0 Comments

Color spaces of #5180fb

RGB 81128251
HSL0.620.960.65
HSV223°68°98°
CMYK 0.680.490.00   0.02
XYZ28.525124.152794.4253
Yxy24.15270.19390.1642
Hunter Lab49.145417.6010-79.5148
CIE-Lab56.240423.3787-66.1720

#5180fb color RGB value is (81,128,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000000 11111011
Octal 121 200 373
Decimal 81 128 251
Hex 51 80 FB

RGB Percentages of Color #5180fb

%17.61
%27.83
%54.57

CMYK Percentages of Color #5180fb

%68
%49
%0
%2

Triadic Colors of #5180fb

#5180fb #fb5180 #80fb51

Analogous Colors of #5180fb

#5180fb #7751fb #51d5fb

Monochromatic Colors of #5180fb

#5180fb

Complementary Color

#5180fb #fbcc51

#5180fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5180fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5180fb Color CSS Codes

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

#5180fb Text Font Color

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

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


#5180fb Background Color

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

This div background color is #5180fb


#5180fb Border Color

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

This div border color is #5180fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5180fb


Comments

No comments written yet.

Please login to write comment.