Color Hex Logo

#050377 Color Hex

#050377
(5,3,119)
0 Favorites   0 Comments

Color spaces of #050377

RGB 53119
HSL0.670.950.24
HSV241°97°47°
CMYK 0.960.970.00   0.53
XYZ3.42491.429317.5481
Yxy1.42930.15290.0638
Hunter Lab11.955330.2139-78.6574
CIE-Lab12.151343.8059-60.3027

#050377 color RGB value is (5,3,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000011 01110111
Octal 5 3 167
Decimal 5 3 119
Hex 5 3 77

RGB Percentages of Color #050377

%3.94
%2.36
%93.70

CMYK Percentages of Color #050377

%96
%97
%0
%53

Triadic Colors of #050377

#050377 #770503 #037705

Analogous Colors of #050377

#050377 #3f0377 #033b77

Monochromatic Colors of #050377

#050377

Complementary Color

#050377 #757703

#050377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050377 Color CSS Codes

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

#050377 Text Font Color

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

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


#050377 Background Color

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

This div background color is #050377


#050377 Border Color

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

This div border color is #050377


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,3,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 #050377">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050377


Comments

No comments written yet.

Please login to write comment.