Color Hex Logo

#050844 Color Hex

#050844
(5,8,68)
0 Favorites   0 Comments

Color spaces of #050844

RGB 5868
HSL0.660.860.14
HSV237°93°27°
CMYK 0.930.880.00   0.73
XYZ1.19280.62335.5263
Yxy0.62330.16250.0849
Hunter Lab7.894913.1524-35.9754
CIE-Lab5.630222.9592-36.7559

#050844 color RGB value is (5,8,68).

#050844 hex color red value is 5, green value is 8 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #050844 hue: 0.66 , saturation: 0.86 and the lightness value of 050844 is 0.14.

The process color (four color CMYK) of #050844 color hex is 0.93, 0.88, 0.00, 0.73. Web safe color of #050844 is #000033. Color #050844 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 00001000 01000100
Octal 5 10 104
Decimal 5 8 68
Hex 5 8 44

RGB Percentages of Color #050844

%6.17
%9.88
%83.95

CMYK Percentages of Color #050844

%93
%88
%0
%73

Triadic Colors of #050844

#050844 #440508 #084405

Analogous Colors of #050844

#050844 #220544 #052844

Monochromatic Colors of #050844

#050844

Complementary Color

#050844 #444105

#050844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#050844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#050844 Color CSS Codes

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

#050844 Text Font Color

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

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


#050844 Background Color

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

This div background color is #050844


#050844 Border Color

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

This div border color is #050844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #050844


Comments

No comments written yet.

Please login to write comment.