Color Hex Logo

#050177 Color Hex

#050177
(5,1,119)
0 Favorites   0 Comments

Color spaces of #050177

RGB 51119
HSL0.670.980.24
HSV242°99°47°
CMYK 0.960.990.00   0.53
XYZ3.40321.385917.5409
Yxy1.38590.15240.0621
Hunter Lab11.772430.9994-80.1013
CIE-Lab11.863544.6972-60.7842

#050177 color RGB value is (5,1,119).

#050177 hex color red value is 5, green value is 1 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #050177 hue: 0.67 , saturation: 0.98 and the lightness value of 050177 is 0.24.

The process color (four color CMYK) of #050177 color hex is 0.96, 0.99, 0.00, 0.53. Web safe color of #050177 is #000066. Color #050177 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000001 01110111
Octal 5 1 167
Decimal 5 1 119
Hex 5 1 77

RGB Percentages of Color #050177

%4.00
%0.80
%95.20

CMYK Percentages of Color #050177

%96
%99
%0
%53

Triadic Colors of #050177

#050177 #770501 #017705

Analogous Colors of #050177

#050177 #400177 #013877

Monochromatic Colors of #050177

#050177

Complementary Color

#050177 #737701

#050177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050177 Color CSS Codes

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

#050177 Text Font Color

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

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


#050177 Background Color

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

This div background color is #050177


#050177 Border Color

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

This div border color is #050177


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,1,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #050177; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #050177;
  -webkit-box-shadow: 1px 1px 3px 2px #050177;
  box-shadow:         1px 1px 3px 2px #050177; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,1,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050177


Comments

No comments written yet.

Please login to write comment.