Color Hex Logo

#050373 Color Hex

#050373
(5,3,115)
0 Favorites   0 Comments

Color spaces of #050373

RGB 53115
HSL0.670.950.23
HSV241°97°45°
CMYK 0.960.970.00   0.55
XYZ3.18971.335216.3093
Yxy1.33520.15310.0641
Hunter Lab11.555129.0523-75.5957
CIE-Lab11.519542.6591-58.7683

#050373 color RGB value is (5,3,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000011 01110011
Octal 5 3 163
Decimal 5 3 115
Hex 5 3 73

RGB Percentages of Color #050373

%4.07
%2.44
%93.50

CMYK Percentages of Color #050373

%96
%97
%0
%55

Triadic Colors of #050373

#050373 #730503 #037305

Analogous Colors of #050373

#050373 #3d0373 #033973

Monochromatic Colors of #050373

#050373

Complementary Color

#050373 #717303

#050373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050373 Color CSS Codes

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

#050373 Text Font Color

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

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


#050373 Background Color

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

This div background color is #050373


#050373 Border Color

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

This div border color is #050373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050373


Comments

No comments written yet.

Please login to write comment.