Color Hex Logo

#5179fe Color Hex

#5179FE
(81,121,254)
0 Favorites   0 Comments

Color spaces of #5179fe

RGB 81121254
HSL0.630.990.66
HSV226°68°100°
CMYK 0.680.520.00   0.00
XYZ28.120122.579896.6422
Yxy22.57980.19080.1532
Hunter Lab47.518222.4750-87.3208
CIE-Lab54.636928.6984-70.4177

#5179fe color RGB value is (81,121,254).

#5179fe hex color red value is 81, green value is 121 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5179fe hue: 0.63 , saturation: 0.99 and the lightness value of 5179fe is 0.66.

The process color (four color CMYK) of #5179fe color hex is 0.68, 0.52, 0.00, 0.00. Web safe color of #5179fe is #6666ff. Color #5179fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111001 11111110
Octal 121 171 376
Decimal 81 121 254
Hex 51 79 FE

RGB Percentages of Color #5179fe

%17.76
%26.54
%55.70

CMYK Percentages of Color #5179fe

%68
%52
%0
%0

Triadic Colors of #5179fe

#5179fe #fe5179 #79fe51

Analogous Colors of #5179fe

#5179fe #8051fe #51d0fe

Monochromatic Colors of #5179fe

#5179fe

Complementary Color

#5179fe #fed651

#5179fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5179fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5179fe Color CSS Codes

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

#5179fe Text Font Color

<p style="color:#5179fe">Text here</p>

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


#5179fe Background Color

<div style="background-color:#5179fe">
Div content here</div>

This div background color is #5179fe


#5179fe Border Color

<div style="border:3px solid #5179fe">
Div here</div>

This div border color is #5179fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,121,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5179fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5179fe;
  -webkit-box-shadow: 1px 1px 3px 2px #5179fe;
  box-shadow:         1px 1px 3px 2px #5179fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5179fe


Comments

No comments written yet.

Please login to write comment.