Color Hex Logo

#5179ff Color Hex

#5179FF
(81,121,255)
0 Favorites   0 Comments

Color spaces of #5179ff

RGB 81121255
HSL0.631.000.66
HSV226°68°100°
CMYK 0.680.530.00   0.00
XYZ28.280722.644197.4879
Yxy22.64410.19060.1526
Hunter Lab47.585822.8091-88.1559
CIE-Lab54.703829.0428-70.8612

#5179ff color RGB value is (81,121,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01111001 11111111
Octal 121 171 377
Decimal 81 121 255
Hex 51 79 FF

RGB Percentages of Color #5179ff

%17.72
%26.48
%55.80

CMYK Percentages of Color #5179ff

%68
%53
%0
%0

Triadic Colors of #5179ff

#5179ff #ff5179 #79ff51

Analogous Colors of #5179ff

#5179ff #8051ff #51d0ff

Monochromatic Colors of #5179ff

#5179ff

Complementary Color

#5179ff #ffd751

#5179ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5179ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5179ff Color CSS Codes

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

#5179ff Text Font Color

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

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


#5179ff Background Color

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

This div background color is #5179ff


#5179ff Border Color

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

This div border color is #5179ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5179ff

Related Colors


Comments

No comments written yet.

Please login to write comment.