Color Hex Logo

#5180fa Color Hex

#5180FA
(81,128,250)
0 Favorites   0 Comments

Color spaces of #5180fa

RGB 81128250
HSL0.620.940.65
HSV223°68°98°
CMYK 0.680.490.00   0.02
XYZ28.367824.089893.5971
Yxy24.08980.19420.1649
Hunter Lab49.081417.2762-78.7078
CIE-Lab56.177623.0327-65.7210

#5180fa color RGB value is (81,128,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10000000 11111010
Octal 121 200 372
Decimal 81 128 250
Hex 51 80 FA

RGB Percentages of Color #5180fa

%17.65
%27.89
%54.47

CMYK Percentages of Color #5180fa

%68
%49
%0
%2

Triadic Colors of #5180fa

#5180fa #fa5180 #80fa51

Analogous Colors of #5180fa

#5180fa #7751fa #51d5fa

Monochromatic Colors of #5180fa

#5180fa

Complementary Color

#5180fa #facb51

#5180fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5180fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5180fa Color CSS Codes

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

#5180fa Text Font Color

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

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


#5180fa Background Color

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

This div background color is #5180fa


#5180fa Border Color

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

This div border color is #5180fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5180fa


Comments

No comments written yet.

Please login to write comment.