Color Hex Logo

#104377 Color Hex

#104377
(16,67,119)
0 Favorites   0 Comments

Color spaces of #104377

RGB 1667119
HSL0.580.760.26
HSV210°87°47°
CMYK 0.870.440.00   0.53
XYZ5.55065.456418.2134
Yxy5.45640.19000.1867
Hunter Lab23.35891.5374-29.8783
CIE-Lab27.99744.3422-34.3404

#104377 color RGB value is (16,67,119).

#104377 hex color red value is 16, green value is 67 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #104377 hue: 0.58 , saturation: 0.76 and the lightness value of 104377 is 0.26.

The process color (four color CMYK) of #104377 color hex is 0.87, 0.44, 0.00, 0.53. Web safe color of #104377 is #003366. Color #104377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01000011 01110111
Octal 20 103 167
Decimal 16 67 119
Hex 10 43 77

RGB Percentages of Color #104377

%7.92
%33.17
%58.91

CMYK Percentages of Color #104377

%87
%44
%0
%53

Triadic Colors of #104377

#104377 #771043 #437710

Analogous Colors of #104377

#104377 #111077 #107777

Monochromatic Colors of #104377

#104377

Complementary Color

#104377 #774410

#104377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#104377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#104377 Color CSS Codes

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

#104377 Text Font Color

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

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


#104377 Background Color

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

This div background color is #104377


#104377 Border Color

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

This div border color is #104377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #104377


Comments

No comments written yet.

Please login to write comment.