Color Hex Logo

#103c78 Color Hex

#103C78
(16,60,120)
0 Favorites   0 Comments

Color spaces of #103c78

RGB 1660120
HSL0.600.760.27
HSV215°87°47°
CMYK 0.870.500.00   0.53
XYZ5.21974.697918.4010
Yxy4.69790.18430.1659
Hunter Lab21.67465.0559-35.1629
CIE-Lab25.85619.6375-38.4093

#103c78 color RGB value is (16,60,120).

#103c78 hex color red value is 16, green value is 60 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #103c78 hue: 0.60 , saturation: 0.76 and the lightness value of 103c78 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 00111100 01111000
Octal 20 74 170
Decimal 16 60 120
Hex 10 3C 78

RGB Percentages of Color #103c78

%8.16
%30.61
%61.22

CMYK Percentages of Color #103c78

%87
%50
%0
%53

Triadic Colors of #103c78

#103c78 #78103c #3c7810

Analogous Colors of #103c78

#103c78 #181078 #107078

Monochromatic Colors of #103c78

#103c78

Complementary Color

#103c78 #784c10

#103c78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#103c78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#103c78 Color CSS Codes

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

#103c78 Text Font Color

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

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


#103c78 Background Color

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

This div background color is #103c78


#103c78 Border Color

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

This div border color is #103c78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,60,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #103c78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #103c78;
  -webkit-box-shadow: 1px 1px 3px 2px #103c78;
  box-shadow:         1px 1px 3px 2px #103c78; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,60,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #103c78


Comments

No comments written yet.

Please login to write comment.