Color Hex Logo

#103d58 Color Hex

#103D58
(16,61,88)
0 Favorites   0 Comments

Color spaces of #103d58

RGB 166188
HSL0.560.690.20
HSV203°82°35°
CMYK 0.820.310.00   0.65
XYZ3.64394.15229.8419
Yxy4.15220.20660.2354
Hunter Lab20.3769-3.7395-14.3727
CIE-Lab24.1684-4.5440-20.5015

#103d58 color RGB value is (16,61,88).

#103d58 hex color red value is 16, green value is 61 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #103d58 hue: 0.56 , saturation: 0.69 and the lightness value of 103d58 is 0.20.

The process color (four color CMYK) of #103d58 color hex is 0.82, 0.31, 0.00, 0.65. Web safe color of #103d58 is #003366. Color #103d58 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00111101 01011000
Octal 20 75 130
Decimal 16 61 88
Hex 10 3D 58

RGB Percentages of Color #103d58

%9.70
%36.97
%53.33

CMYK Percentages of Color #103d58

%82
%31
%0
%65

Triadic Colors of #103d58

#103d58 #58103d #3d5810

Analogous Colors of #103d58

#103d58 #101958 #10584f

Monochromatic Colors of #103d58

#103d58

Complementary Color

#103d58 #582b10

#103d58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#103d58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#103d58 Color CSS Codes

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

#103d58 Text Font Color

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

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


#103d58 Background Color

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

This div background color is #103d58


#103d58 Border Color

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

This div border color is #103d58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #103d58


Comments

No comments written yet.

Please login to write comment.