Color Hex Logo

#050149 Color Hex

#050149
(5,1,73)
0 Favorites   0 Comments

Color spaces of #050149

RGB 5173
HSL0.680.970.15
HSV243°99°29°
CMYK 0.930.990.00   0.71
XYZ1.27600.53506.3393
Yxy0.53500.15660.0656
Hunter Lab7.314418.3394-46.2661
CIE-Lab4.832629.0383-41.5975

#050149 color RGB value is (5,1,73).

#050149 hex color red value is 5, green value is 1 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #050149 hue: 0.68 , saturation: 0.97 and the lightness value of 050149 is 0.15.

The process color (four color CMYK) of #050149 color hex is 0.93, 0.99, 0.00, 0.71. Web safe color of #050149 is #000033. Color #050149 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00000001 01001001
Octal 5 1 111
Decimal 5 1 73
Hex 5 1 49

RGB Percentages of Color #050149

%6.33
%1.27
%92.41

CMYK Percentages of Color #050149

%93
%99
%0
%71

Triadic Colors of #050149

#050149 #490501 #014905

Analogous Colors of #050149

#050149 #290149 #012149

Monochromatic Colors of #050149

#050149

Complementary Color

#050149 #454901

#050149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050149 Color CSS Codes

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

#050149 Text Font Color

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

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


#050149 Background Color

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

This div background color is #050149


#050149 Border Color

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

This div border color is #050149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050149


Comments

No comments written yet.

Please login to write comment.